Skip to content

v0.1.56

Choose a tag to compare

@Henry-811 Henry-811 released this 25 Feb 18:31
· 179 commits to main since this release
ec814de

πŸš€ Release Highlights β€” v0.1.56 (2026-02-25)

πŸ“‹ Spec Plan Mode

  • Formal Requirements Before Execution: plan_mode="spec" β€” spec creation, approval modal, and execution pipeline with changedoc integration. TUI spec mode (Shift+Tab twice to enter)

🎯 ask_others Targeted Messaging

  • Focused Agent-to-Agent Communication: target_agents parameter for directed queries instead of broadcast, with per-target validation and response counting

πŸ”§ Infrastructure

  • Critic Subagent: New subagent type for honest quality assessment β€” detects genuine vs incremental improvement, quality ceiling. Enhanced novelty subagent guidance for growth-oriented refinement
  • read_media Conversation Continuity: Follow-up image conversations via continue_from conversation_id
  • Codex OAuth Login Fix: Codex backend always available in WebUI regardless of OPENAI_API_KEY
  • Docker Configuration Mounting: Claude and Codex configuration mounting for Docker containers

πŸ“– Getting Started

  • Quick Start Guide
  • Try It:
    # Install or upgrade to v0.1.56
    pip install --upgrade massgen
    
    # Launch MassGen, then press Shift+Tab twice to enter 'spec' mode
    uv run massgen

What's Changed

Full Changelog: v0.1.55...v0.1.56