v0.1.44
π Release Highlights β v0.1.44 (2026-01-28)
π TUI Plan and Execute Mode
- Mode Cycling: Navigate Normal β Planning β Execute modes via
Shift+Tabor mode bar click - Plan Selector: Browse up to 10 recent plans with timestamps; "View Full Plan" displays complete task breakdown
- Context Preservation: Context paths (
@/path/to/file) automatically restored from planning to execution phase - Empty Submission: Press Enter to execute selected plan without additional input
π Enhanced Case Studies Page
- Interactive Setup: "Try it yourself" collapsible sections with step-by-step quick start instructions
- Quick Commands:
uv run massgen --webwith config setup guidance - Terminal Examples: Example YAML configuration for CLI users
- Baseline Comparison: Helper text for comparing MassGen with single-agent outputs
β‘ TUI Performance Improvements
- Optimized Timeline: Viewport-based rendering with reduced size limits for faster scrolling
- Tool Card Spacing: Fixed spacing issues in tool display cards
- Enhanced Tracking: Better backend integration for streaming tool visualization
π§ Bug Fixes
- Plan Mode Separation: Fixed planning instruction injection during execute mode
- Context Storage: New
context_pathsfield inPlanMetadataensures consistent file access
π Getting Started
- Quick Start Guide: Try the new features today
- Try Execute Mode:
# Experience Execute Mode with plan cycling
uv run massgen --display textual
# In the TUI:
# 1. Press Shift+Tab to enter Planning mode
# 2. Create a plan: "Build a Python web scraper for news articles"
# 3. Press Shift+Tab twice to enter Execute mode
# 4. Select your plan from the popover and press Enter to executeWhat's Changed
- docs: enhance case studies page with helper text and setup guide by @franklinnwren in #818
- feat: Tui plan execution by @ncrispino in #819
Full Changelog: v0.1.43...v0.1.44