Skip to content

v0.1.48

Choose a tag to compare

@Henry-811 Henry-811 released this 06 Feb 19:37
· 149 commits to main since this release
24cb462

πŸš€ Release Highlights β€” v0.1.48 (2026-02-06)

🧩 Decomposition Mode

  • Task Decomposition: New coordination mode that decomposes complex tasks into subtasks assigned to individual agents
  • Presenter Agent: Designated agent synthesizes subtask results into a final answer, with TUI mode bar toggle and subtask assignment display

πŸ”’ Worktree Isolation

  • Write Mode: New write_mode config (auto/worktree/isolated/legacy) for git worktree-based isolation of agent file writes
  • Review Modal: Two-panel modal with file list toggles and syntax-highlighted diff for approving/rejecting changes before applying

🐳 Quickstart Wizard Docker Setup

  • Docker Setup Step: Integrated into quickstart wizard when Docker mode is selected, with animated pull progress and real-time stdout streaming

πŸ”§ Bug Fixes

  • Timeout exemption for subagent-related MCP tools that manage their own timeouts
  • Fixed invisible mode bar underlines, separators, and toasts in light theme
  • Disabled post-evaluation restarts in quickstart defaults to prevent TUI crash

πŸ“– Getting Started

# Install or upgrade to v0.1.48
pip install --upgrade massgen

# Launch the quickstart wizard and select Decomposition mode
uv run massgen

What's Changed

Full Changelog: v0.1.47...v0.1.48