v0.1.59
π Release Highlights β v0.1.59 (2026-03-04)
π Smarter Quality Rounds
- Verification Replay Memories: Agents save replayable verification steps (commands, scripts, artifacts) to
verification_latest.md, auto-injected into future rounds so the next agent can replay the exact verification pipeline - Plan-Tracked Improvements: Improvements from each round are auto-added to the task plan, so agents build on prior progress instead of starting fresh
- Enhanced Plan Review: More thorough quality evaluation during plan review phases
β Checklist & Evaluation Fixes
- More Accurate Evaluations: Improved evaluation generation config for higher-quality assessments
- Consistent Checklist Behavior: Fixed checklist handling across rounds
- Gemini MCP Compatibility: Tool name normalization for Gemini backends using MCP tools
π§ Infrastructure
- Subagent Enhancements: Improved coordination, task delegation, and Docker skill write access
- Video Generation Fixes: Cleaner error handling (no silent fallback to animated), restored impact metrics
- Bug Fixes: Answer anonymization fix, quickstart updates
π Getting Started
- Quick Start Guide
- Try It:
# Install or upgrade to v0.1.59 pip install --upgrade massgen # Try checklist-gated quality rounds with verification replay uv run massgen --config @examples/features/subagent_checklist.yaml \ "Create a website for an AI company selling a creative sci-fi style product. Ensure polished visuals and cool interactive elements"
What's Changed
- feat: Improve quality rounds by @ncrispino in #969
- docs: docs for v0.1.59 by @Henry-811 in #970
- feat: v0.1.59 by @Henry-811 in #968
Full Changelog: v0.1.58...v0.1.59