Skip to content

v0.1.47

Choose a tag to compare

@Henry-811 Henry-811 released this 04 Feb 19:38
· 382 commits to main since this release
91a2c0c

πŸš€ Release Highlights β€” v0.1.47 (2026-02-04)

πŸš€ Codex Backend

  • OpenAI Codex CLI: New codex backend type with local and Docker execution modes
  • Native Tool Architecture: NativeToolMixin for 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.tcss with 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

# 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

Full Changelog: v0.1.46...v0.1.47