Skip to content

v0.1.83

Choose a tag to compare

@Henry-811 Henry-811 released this 01 May 17:42
· 179 commits to main since this release
353171b

πŸš€ Release Highlights β€” v0.1.83 (2026-05-01)

πŸ”Œ In-Session Standalone Checkpoint MCP Integration

  • In-session standalone checkpoint (#1079): The standalone checkpoint MCP server (originally for external hosts like Claude Code) can now be exposed inside a normal MassGen run, so a single-agent session can call its richer init + checkpoint tools backed by its own reviewer team
  • coordination.standalone_checkpoint config block (#1079): New YAML block with enabled, team_config, mode (generate | verify), single_checkpoint, include_workspace_context; invalid mode values fall back to generate with a warning
  • Single-agent-only affordance gating: Multi-agent parents skip the standalone server with a warning β€” the standalone server runs its own reviewer panel
  • Enhanced checkpoint tool card (#1079): TUI tool card visualization distinguishes primary checkpoint operations from system tasks with improved context and result display

πŸ“¦ New Example Configs

  • massgen/configs/checkpoint/standalone_mcp/fast_iteration.yaml β€” fast-iteration single-agent run with in-session standalone checkpoint
  • massgen/configs/checkpoint/standalone_mcp/reviewers.yaml β€” reviewer team config for the standalone server

πŸ“– Getting Started

  • Quick Start Guide
  • Try It:
    pip install massgen==0.1.83
    uv run massgen --config massgen/configs/checkpoint/standalone_mcp/fast_iteration.yaml "Create an SVG of an AI agent coding. Call the checkpoint tool first to get a structured plan from the reviewer panel, then produce the SVG following that plan."

What's Changed

Full Changelog: v0.1.82...v0.1.83