v0.1.45
π Release Highlights β v0.1.45 (2026-01-30)
π₯οΈ TUI as Default Display Mode
- Default Experience: Textual Terminal UI now launches by default for all new installations
- Automatic Migration: Existing configs with
rich_terminalautomatically upgrade to TUI with deprecation warning - Config Updates: All 160+ example configs updated to use
textual_terminaldisplay mode - Legacy Access: Use
--display richflag to explicitly request the legacy Rich display
π Enhanced Setup & Documentation
- Setup Wizard:
--setupand--quickstartcommands now generate TUI configs by default - Documentation Updates: TUI benefits and features prominently highlighted throughout docs
π§ Bug Fixes & Infrastructure
- Case Study Paths: Fixed documentation rendering for proper display of case study pages
- PyPI Packaging: Added missing files to
MANIFEST.infor complete package distribution - ReadTheDocs Config: Updated configuration with Python 3.12 for documentation builds
π Getting Started
- Quick Start Guide: Experience TUI by default today
- Try the New Default TUI:
# Install or upgrade to v0.1.45
pip install --upgrade massgen
# TUI launches by default (no --display flag needed!)
uv run massgen --config @examples/basic/multi/three_agents_default \
"Compare the benefits of solar, wind, and hydro energy"
# Features you'll see:
# - Real-time agent streaming with timeline
# - Mode cycling: Shift+Tab for Normal/Planning/Execute modes
# - Collapsible tool batching with timing info
# - Interactive keyboard shortcuts (press '?' for help)
# - Vote visualization and consensus tracking
# Use legacy Rich display if needed
uv run massgen --display rich "Your question"
# Setup wizard automatically generates TUI configs
uv run massgen --quickstart
What's Changed
- fix: Fix paths for case study page by @ncrispino in #822
- feat: Migrate quickstart setup and remaining cli defaults to tui by @ncrispino in #829
- docs: docs for v0.1.45 by @Henry-811 in #830
- feat: v0.1.45 by @Henry-811 in #827
Full Changelog: v0.1.44...v0.1.45