Skip to content

v0.1.82

Choose a tag to compare

@Henry-811 Henry-811 released this 29 Apr 18:15
· 190 commits to main since this release
8d57841

πŸš€ Release Highlights β€” v0.1.82 (2026-04-29)

πŸ“‹ TUI Copy Mode

  • Copy Mode toggle (#1076): Press Ctrl+Shift+S to release terminal mouse tracking β€” drag to select text, copy with your terminal's built-in shortcut, press again to restore Textual's mouse behavior
  • Auto-restore on exit: Mouse tracking is correctly restored before the driver tears down if you exit while copy mode is active
  • Visual banner: A banner appears in the input area when copy mode is active

πŸ”’ Checkpoint Standalone Improvements

  • Workspace context option (#1076): New include_workspace_context config field for the standalone checkpoint MCP server β€” optionally mounts the executor's workspace as read-only context for reviewer agents (default false)
  • Plan quality criteria (#1076): Mode-aware quality criteria score selective branch depth and fallback handling in single vs. multi-checkpoint modes
  • Agent recovery guidance (#1076): Single-checkpoint continuation workflow in checkpoint_instructions.md β€” detailed steps for when a plan branch resolves to terminate
  • "Better means" safety axes: Four generalized axes in the checkpoint planning prompt for recognizing when a cheaper path becomes unsafe (scarcity/contention, external visibility, authority substitution, scope expansion)

πŸ–₯️ TUI Visual Polish

  • Ribbon dividers (#1076): Changed from β”‚ (pipe) to Β· (dot) for a cleaner, lighter agent status ribbon

πŸ“– Getting Started

  • Quick Start Guide
  • Try It:
    pip install massgen==0.1.82
    uv run massgen --config @examples/features/fast_iteration.yaml "Create an svg of an AI agent coding."

What's Changed

Full Changelog: v0.1.81...v0.1.82