Skip to content

v0.1.39

Choose a tag to compare

@Henry-811 Henry-811 released this 16 Jan 17:54
· 608 commits to main since this release
eba9019

πŸš€ Release Highlights β€” v0.1.39 (2026-01-16)

πŸ”„ Plan and Execute Workflow

  • Autonomous Execution: New --plan-and-execute creates a structured plan then immediately executes it
  • Execute Existing Plans: --execute-plan <id|path|latest> runs saved plans without re-planning (prompt auto-fills from plan)

βœ… Task Verification System

  • Verified Status: New status flow pending β†’ in_progress β†’ completed β†’ verified distinguishing implementation from validation
  • Verification Groups: Batch validation with labels (e.g., "foundation", "frontend_ui") verified at logical milestones

πŸ“‚ Plan Storage System

  • Persistent Plans: Plans saved to .massgen/plans/ with metadata, execution logs, and diffs; frozen/ for immutable snapshots, workspace/ for post-execution changes

πŸ”§ Bug Fixes

  • Response API Compatibility: Function call message sanitization for OpenAI Response API compatibility
  • Plan Execution Edge Cases: Single-agent config handling, subprocess deadlock prevention, progress calculation with verified tasks

πŸ“– Getting Started

# Plan and execute in one command - creates a plan then runs it
uv run massgen --plan-and-execute --plan-depth medium \
  "Build a REST API for a todo application"

# Execute an existing plan (prompt auto-fills from plan)
uv run massgen --execute-plan latest

What's Changed

New Contributors

Full Changelog: v0.1.38...v0.1.39