Skip to content

v0.1.40

Choose a tag to compare

@Henry-811 Henry-811 released this 19 Jan 18:49
· 563 commits to main since this release
b07bc03

πŸš€ Release Highlights β€” v0.1.40 (2026-01-19)

⚠️ Note: These features are experimental and under active development.

πŸ–₯️ Textual TUI Interactive Mode

  • Real-Time Streaming: Interactive terminal UI with --display textual showing 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/file syntax
  • 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

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

What's Changed

Full Changelog: v0.1.39...v0.1.40