Skip to content

v0.1.57

Choose a tag to compare

@Henry-811 Henry-811 released this 27 Feb 18:46
· 161 commits to main since this release
70a8784

πŸš€ Release Highlights β€” v0.1.57 (2026-02-27)

πŸ”— Subagent Delegation Protocol

  • Container-to-Host Spawning: File-based delegation via SubagentLaunchWatcher with atomic JSON request/response exchange and workspace path validation
  • Auto-Mounted Parent Workspace: Subagents get parent workspace (read-only) by default

πŸ—οΈ Builder Subagent

  • Fresh-Context Artifact Generation: New subagent type for transformative redesigns and complex multi-file rewrites with prescriptive specs

πŸ“Š Smarter Convergence

  • Substantiveness Tracking: Planned changes classified as transformative/structural/incremental β€” triggers builder or novelty subagent accordingly
  • Diagnostic Report Gating: Optional quality gate β€” agents must submit a structured diagnostic report before checklist passes
  • Per-Agent Checklist Scoring: Evaluate multiple agents separately with automatic format detection

πŸ”§ Infrastructure

  • Claude Code Reasoning: Unified reasoning config (type, effort, budget_tokens) replacing deprecated max_thinking_tokens
  • Bug Fixes: Fixed Codex subagent spawning, subagent synchronization/timeout handling, temp workspace directories

πŸ“– Getting Started

  • Quick Start Guide
  • Try It:
    # Install or upgrade to v0.1.57
    pip install --upgrade massgen
    
    # Try builder subagent with checklist-driven refinement
    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.56...v0.1.57