Skip to content

v0.1.46

Choose a tag to compare

@Henry-811 Henry-811 released this 02 Feb 18:49
· 407 commits to main since this release
5526675

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

πŸš€ Subagent TUI Streaming

  • Interactive Preview Cards: Click subagent cards in the main TUI to expand to full timeline views with real-time event streaming
  • Unified Display: Main agents and subagents use identical rendering components for consistent tool displays and status visualization

🎨 Enhanced Final Presentation

  • Winner Highlighting: Winning agent clearly indicated with visual markers and improved reasoning/answer separation

πŸ—οΈ TUI Architecture Refactor

  • Event Pipeline: Structured event emission system replaces stream-based architecture for better maintainability and consistency

πŸ”§ Bug Fixes

  • Fixed coordination round banners not showing in first round
  • Fixed tool call ID handling for non-alphanumeric IDs (models like kimi2.5)
  • Improved round tracking logic for accurate status display

πŸ“– Getting Started

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

# Experience subagent TUI streaming with async execution
uv run massgen --config @examples/configs/features/test_subagent_orchestrator_code_mode.yaml \
  "Use subagents to research bob dylan"

What's Changed

Full Changelog: v0.1.45...v0.1.46