Skip to content

v0.1.45

Choose a tag to compare

@Henry-811 Henry-811 released this 30 Jan 19:06
· 442 commits to main since this release
558a95b

πŸš€ 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_terminal automatically upgrade to TUI with deprecation warning
  • Config Updates: All 160+ example configs updated to use textual_terminal display mode
  • Legacy Access: Use --display rich flag to explicitly request the legacy Rich display

πŸš€ Enhanced Setup & Documentation

  • Setup Wizard: --setup and --quickstart commands 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.in for complete package distribution
  • ReadTheDocs Config: Updated configuration with Python 3.12 for documentation builds

πŸ“– Getting Started

# 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

Full Changelog: v0.1.44...v0.1.45