v0.1.82
π Release Highlights β v0.1.82 (2026-04-29)
π TUI Copy Mode
- Copy Mode toggle (#1076): Press
Ctrl+Shift+Sto 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_contextconfig field for the standalone checkpoint MCP server β optionally mounts the executor's workspace as read-only context for reviewer agents (defaultfalse) - 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 toterminate - "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
- feat: Copy mode for tui, checkpoint standalone improvements by @ncrispino in #1076
- docs: docs for v0.1.82 by @Henry-811 in #1077
- feat: v0.1.82 by @Henry-811 in #1075
Full Changelog: v0.1.81...v0.1.82