v0.1.83
π 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+checkpointtools backed by its own reviewer team coordination.standalone_checkpointconfig block (#1079): New YAML block withenabled,team_config,mode(generate|verify),single_checkpoint,include_workspace_context; invalidmodevalues fall back togeneratewith 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 checkpointmassgen/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
- feat: Integrate standalone ckpt into main massgen runs by @ncrispino in #1079
- docs: docs for v0.1.83 by @Henry-811 in #1080
- feat: v0.1.83 by @Henry-811 in #1078
Full Changelog: v0.1.82...v0.1.83