v0.1.40
π Release Highlights β v0.1.40 (2026-01-19)
π₯οΈ Textual TUI Interactive Mode
- Real-Time Streaming: Interactive terminal UI with
--display textualshowing live agent output, syntax highlighting, and agent tab switching - Interactive Modals: View costs, votes, timeline, workspace browser, answer comparisons, and human feedback prompt with extensive keyboard shortcuts (
?,c,v,t,w,b)
π Context Path @ Syntax
- Inline File Inclusion: Include files/directories as read-only context with
@path/to/filesyntax - TUI Autocomplete: Real-time path suggestions and completion in Textual interface
π§ Bug Fixes
- Tool Input Display: Fixed tool inputs not showing in later answers
- Final Answer View: Enhanced presentation and formatting
- Plan Execution: Mode selection UI and improved execution flow
π Getting Started
- Quick Start Guide: Try the new features today
- Try These Examples:
# Launch interactive TUI with context path syntax
uv run massgen --display textual "Analyze @src/main.py and suggest improvements"
# Use keyboard shortcuts in TUI
# Press 'c' for costs, 'v' for votes, 'w' for workspace browser
# Press '?' for full keyboard shortcuts guidethree_agents_default.yaml- Multi-agent configuration for testing TUI features
What's Changed
- feat: Update the Textual TUI to remove bugs by @praneeth999 in #777
- docs: docs for v0.1.40 by @Henry-811 in #799
- feat: v0.1.40 by @Henry-811 in #797
Full Changelog: v0.1.39...v0.1.40