v0.1.42
π Release Highlights β v0.1.42 (2026-01-23)
π¬ Human Input Queue
- Mid-Stream Injection: Send messages to agents while they're working via new
HumanInputHook - Thread-Safe Queue: Per-agent tracking ensures each message is delivered once per agent, with visual indicators in TUI when input is pending
π¨ TUI Visual Redesign
- Modern Aesthetic: "Conversational AI" design with rounded corners, professional desaturated color palette, and edge-to-edge layouts
- Redesigned Components: Agent tabs with dot indicators, polished modals, adaptive tool cards, and scroll indicators
π§ AG2 Single-Agent Fix
- Coordination Fix: Single-agent AG2 setups now vote and coordinate correctly; properly clears
restart_pendingflag
π Getting Started
- Quick Start Guide: Try the new features today
- Try These Examples:
- three_agents_default.yaml - Experience the redesigned TUI with multi-agent coordination
# Experience the redesigned TUI with interactive mode
uv run massgen --display textual \
--config massgen/configs/basic/multi/three_agents_default.yaml \
"Compare the pros and cons of React vs Vue for building a dashboard"What's Changed
- fix: AG2 single-agent coordination issues by @db-ol in #804
- feat: Tui human queue & visual enhancements by @ncrispino in #806
- docs: docs for v0.1.42 by @Henry-811 in #807
- feat: v0.1.42 by @Henry-811 in #805
Full Changelog: v0.1.41...v0.1.42