Skip to content

v0.1.43

Choose a tag to compare

@Henry-811 Henry-811 released this 26 Jan 18:43
· 477 commits to main since this release
068e363

πŸš€ Release Highlights β€” v0.1.43 (2026-01-26)

πŸ“¦ Tool Call Batching (TUI)

  • Collapsible Tree Views: Consecutive MCP tool calls grouped with "+N more" indicator, click to expand
  • Timeline Chronology: Tools batch only when consecutive with no intervening content; tree structure shows server β†’ operation β†’ file path β†’ status

🎨 Clean Final Presentation

  • Reasoning Separation: Reasoning text now visually separated from actual answer content
  • Clear Display: Visual distinction with reasoning collapsed/smaller and answer prominent; clear "FINAL ANSWER" with winner and vote count

πŸ“‹ Plan Mode Enhancements

  • PlanOptionsPopover: Browse recent plans, select depth (thorough/balanced/quick), toggle broadcast mode
  • Quoted Path Support: Use @"/path/with spaces/file.txt" syntax with tab completion and write permission suffix

πŸ“š Interactive Case Studies

  • Visual Comparisons: Side-by-side SVG comparisons between MassGen multi-agent and single-agent outputs
  • New Documentation: Collapsible sections with baseline visualizations and iterative refinement examples

πŸ”§ Bug Fixes

  • TUI Polish: Fixed bottom status bar, scrolling bar, mode buttons, task highlighting, and toast positioning

πŸ“– Getting Started

# Experience tool call batching - multiple file operations batch into collapsible trees
uv run massgen --display textual \
  --config massgen/configs/providers/gemini/gemini_3_flash.yaml \
  "Create a project structure with src/, tests/, and docs/ directories, then add README.md and requirements.txt"

What's Changed

Full Changelog: v0.1.42...v0.1.43