v0.1.91
π Release Highlights β v0.1.91 (2026-05-27)
v0.1.91 hardens MassGen's release-critical configuration paths: YAML parsing is centralized, typo detection is strict enough to block releases, checklist runtime controls now flow through the same orchestrator helper, and native hook permission checks now honor nested protected paths before broad workspace write rules.
π§ Centralized Config Wiring
CoordinationConfig.from_dict()ownsorchestrator.coordinationparsingTimeoutConfig.from_dict()owns top-leveltimeout_settingsparsingAgentConfig.apply_orchestrator_config()owns top-level orchestrator runtime field application- CLI helpers remain import-compatible wrappers around the centralized implementations
π Config Drift Detection
- Unknown
orchestrator.coordination.*keys now produce validation warnings - Unknown top-level
orchestrator.*andtimeout_settings.*keys are flagged the same way scripts/validate_all_configs.py --stricttreats those warnings as release-blocking- Typos such as
fast_interation_mode,voting_sensitivty, andorchestrator_timout_secondsnow surface before runtime
β Checklist Runtime Controls
max_checklist_calls_per_roundis wired through the centralized orchestrator runtime helperchecklist_first_answernow follows the same runtime path- Planning controls and subagent timeout fields have parser and documentation parity coverage
π‘οΈ Native Hook Permission Safety
- Gemini CLI and Codex standalone hook scripts now apply more-specific managed paths before broader parents
- Nested read-only/protected paths override workspace-level write access
- Claude Code native hook tests/docs now match the SDK-native
additionalContextinjection contract
π§ͺ Tests
massgen/tests/test_config_wiring_refactors.pymassgen/tests/test_coordination_config_wiring.pymassgen/tests/test_config_validator.pymassgen/tests/test_validate_all_configs_script.pymassgen/tests/test_native_hook_adapters.py- Updated Gemini CLI and Codex hook script coverage
π Getting Started
- Quick Start Guide
- Install:
pip install massgen==0.1.91
- Try It:
uv run massgen --config massgen/configs/features/fast_iteration.yaml "Create an svg of an AI agent coding."
What's Changed
- docs: docs for v0.1.91 by @Henry-811 in #1106
- feat: v0.1.91 by @Henry-811 in #1104
Full Changelog: v0.1.90...v0.1.91