Skip to content

v0.2.1

Choose a tag to compare

@MatiasComercio MatiasComercio released this 06 Mar 18:15
· 40 commits to main since this release
b53b471

Fixed

  • mux-ospec: background subagents auto-denied Skill permission (cannot surface interactive prompts)
    • All stage Task templates now detect "Permission denied" and return PERMISSION_DENIED: Skill instead of silent STAGE_FAILED
    • Orchestrator execution loop stops immediately on PERMISSION_DENIED with actionable user guidance
    • Error recovery table documents the scenario and resolution
    • Stale documentation in mux/cookbook/skill-delegation.md incorrectly claimed Skill was blocked by mux-subagent hooks (only TaskOutput is blocked)
    • Added Permissions section to README documenting --dangerously-skip-permissions and --allowedTools for MUX workflows