Skip to content

v0.1.80

Choose a tag to compare

@Henry-811 Henry-811 released this 22 Apr 16:12
· 214 commits to main since this release
cc0e60f

πŸš€ Release Highlights β€” v0.1.80 (2026-04-22)

🎯 Circuit Breaker Adaptive Thresholds (Phase 5)

  • Self-tuning thresholds (#1065): Adaptive thresholds respond to each backend's actual failure patterns
  • Effective threshold helpers: Extracted helper functions for cleaner threshold computation
  • Correctness fixes: force_open metrics gated on actual state transitions; _open_until preserved with intent comments

πŸ›‘οΈ New Standalone Checkpoint Modes

  • Single checkpoint mode (#1070): No recheckpointing within a single operation
  • Draft plan verify mode (#1070): Verify a draft plan before executing

πŸ“– Getting Started

  • Quick Start Guide
  • Try It:
    pip install massgen==0.1.80
    # Try checkpoint MCP in Claude Code
    claude mcp add massgen-checkpoint-mcp -- \
      uvx --from massgen massgen-checkpoint-mcp --config path/to/config.yaml

What's Changed

Full Changelog: v0.1.79...v0.1.80