v0.1.47
π Release Highlights β v0.1.47 (2026-02-04)
π Codex Backend
- OpenAI Codex CLI: New
codexbackend type with local and Docker execution modes - Native Tool Architecture:
NativeToolMixinfor shared tool handling across CLI-based backends (Codex and Claude Code), with custom and workflow MCP servers
π¨ TUI Theme System
- Palette-based Architecture: Unified
base.tcsswith semantic CSS variables replacing per-widget inline CSS, supporting dark and light theme variants
π³οΈ Per-agent Voting Sensitivity
- Agent-level Override: Voting sensitivity (strict/balanced/lenient) now configurable per-agent, overriding orchestrator-level defaults
π§ Bug Fixes
- Fixed final presentation box rendering issues
- Enhanced MCP tool call error handling with clearer user guidance
- Globally unique tool call ID generation for Gemini backend
π Getting Started
- Quick Start Guide: Try the new Codex backend today
- Try Codex Backend:
# Install or upgrade to v0.1.47
pip install --upgrade massgen
# First install codex with `npm install -g @openai/codex`, then authenticate and run the below.
uv run massgen --config @examples/configs/providers/openai/codex/codex_local.yaml \
"Create a website about Bob Dylan"What's Changed
- feat: Tui theming and fixes by @ncrispino in #842
- docs: docs for v0.1.47 by @Henry-811 in #844
- feat: v0.1.47 by @Henry-811 in #841
Full Changelog: v0.1.46...v0.1.47