Skip to content

v0.1.59

Choose a tag to compare

@Henry-811 Henry-811 released this 04 Mar 18:28
· 119 commits to main since this release
1762443

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

Full Changelog: v0.1.58...v0.1.59