Skip to content

v0.1.42

Choose a tag to compare

@Henry-811 Henry-811 released this 23 Jan 19:16
· 518 commits to main since this release
e791e01

πŸš€ 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_pending flag

πŸ“– Getting Started

# 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

Full Changelog: v0.1.41...v0.1.42