Skip to content

v0.1.44

Choose a tag to compare

@ncrispino ncrispino released this 28 Jan 17:52
· 460 commits to main since this release
92ab7d1

πŸš€ Release Highlights β€” v0.1.44 (2026-01-28)

πŸ”„ TUI Plan and Execute Mode

  • Mode Cycling: Navigate Normal β†’ Planning β†’ Execute modes via Shift+Tab or 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 --web with 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_paths field in PlanMetadata ensures consistent file access

πŸ“– Getting Started

# 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 execute

What's Changed

Full Changelog: v0.1.43...v0.1.44