v0.0.13
What's Changed
- [TASK-494] Build template picker for new workflow creation by @Shooksie in #56
- TASK-755: Fix ao.agent.run MCP: tool and model default to stale codex — should default to claude by @Shooksie in #57
- TASK-750: Fix failing ops tests: doctor, queue, workflow dispatch by @Shooksie in #59
- TASK-736: Fix persistent agent-runner process leak (zombie reaping) by @Shooksie in #64
- TASK-776: Fix regression: ops_doctor, ops_queue, ops_workflow tests failing again after TASK-750 by @Shooksie in #67
- ao/task 780 by @Shooksie in #69
- Fix work-planner Rust routing guard and reconciler exit=1 transient failure handling by @Shooksie in #70
- ao/task 781 by @Shooksie in #71
- ao/task 751 by @Shooksie in #72
- ao/task 752 by @Shooksie in #73
- ao/task 783 by @Shooksie in #74
- Add ao.runner.orphans-cleanup MCP tool by @Shooksie in #75
- ao/task 784 by @Shooksie in #76
- ao/task 789 by @Shooksie in #78
- Fix task-reconciler: auto-unblock tasks blocked by transient workflow runner failures by @Shooksie in #80
- Treat authentication_error as ProviderExhaustion to trigger failover chain by @Shooksie in #82
- ao/task 796 by @Shooksie in #83
- ao/task 797 by @Shooksie in #84
- ao/task 795 by @Shooksie in #85
- ao/task 787 by @Shooksie in #81
- Fix ops_queue test: remove duplicate ao.requirement/plan workflow push by @Shooksie in #86
- Standardize task MCP input structs to use
idfield name by @Shooksie in #87 - Disable standard-kimi routing and extend reconciler to re-route escalated oai-runner workflows by @Shooksie in #89
- Fix agent-runner process leak: track native session backend PIDs in orphan tracker by @Shooksie in #88
- Backfill empty system_prompt in agent profiles before validation by @Shooksie in #91
- Document ao.output.phase-outputs in mcp-tools.md by @Shooksie in #92
- Add codex-default agent profile to bundled config to fix empty system_prompt validation error by @Shooksie in #93
- Fix rustfmt formatting violations in oai-runner crate by @Shooksie in #95
- ao/task 785 by @Shooksie in #77
- ao/task 786 by @Shooksie in #79
- Remove standard-glm/quick-fix-glm from routing — 0% success rate by @Shooksie in #90
- [TASK-756] Document replace_linked_architecture_entities in ao.task.update tool description and mcp-tools.md by @Shooksie in #97
- [TASK-921] Fix agent-runner process leak escalation (132 processes, up from 122 in last check) by @Shooksie in #98
- [TASK-1015] Add fallback and pre-flight validation for session resume in agent-runner by @Shooksie in #105
- [TASK-990] Fix orphan tracker data loss when cleanup removes the entire tracker file by @Shooksie in #104
- [TASK-1004] Fix remaining rustfmt violations in agent-runner/src/ipc/server.rs on ao/task-936 branch by @Shooksie in #106
- [TASK-999] Align workflow YAML docs, parser, and validation; reject unsupported authored keys by @Shooksie in #107
- [TASK-1040] Fix failing daemon_run tests: notification delivery, selection source, task state change events by @Shooksie in #108
- [TASK-1071] Fix agent-runner process leak escalation (139 processes, up from 134 in TASK-1055) by @Shooksie in #113
- [TASK-1090] Fix oai-runner retry implementation: loop bounds, guard unification, delay cleanup, and 5xx classification by @Shooksie in #115
Full Changelog: v0.0.12...v0.0.13
What's Changed
- [TASK-494] Build template picker for new workflow creation by @Shooksie in #56
- TASK-755: Fix ao.agent.run MCP: tool and model default to stale codex — should default to claude by @Shooksie in #57
- TASK-750: Fix failing ops tests: doctor, queue, workflow dispatch by @Shooksie in #59
- TASK-736: Fix persistent agent-runner process leak (zombie reaping) by @Shooksie in #64
- TASK-776: Fix regression: ops_doctor, ops_queue, ops_workflow tests failing again after TASK-750 by @Shooksie in #67
- ao/task 780 by @Shooksie in #69
- Fix work-planner Rust routing guard and reconciler exit=1 transient failure handling by @Shooksie in #70
- ao/task 781 by @Shooksie in #71
- ao/task 751 by @Shooksie in #72
- ao/task 752 by @Shooksie in #73
- ao/task 783 by @Shooksie in #74
- Add ao.runner.orphans-cleanup MCP tool by @Shooksie in #75
- ao/task 784 by @Shooksie in #76
- ao/task 789 by @Shooksie in #78
- Fix task-reconciler: auto-unblock tasks blocked by transient workflow runner failures by @Shooksie in #80
- Treat authentication_error as ProviderExhaustion to trigger failover chain by @Shooksie in #82
- ao/task 796 by @Shooksie in #83
- ao/task 797 by @Shooksie in #84
- ao/task 795 by @Shooksie in #85
- ao/task 787 by @Shooksie in #81
- Fix ops_queue test: remove duplicate ao.requirement/plan workflow push by @Shooksie in #86
- Standardize task MCP input structs to use
idfield name by @Shooksie in #87 - Disable standard-kimi routing and extend reconciler to re-route escalated oai-runner workflows by @Shooksie in #89
- Fix agent-runner process leak: track native session backend PIDs in orphan tracker by @Shooksie in #88
- Backfill empty system_prompt in agent profiles before validation by @Shooksie in #91
- Document ao.output.phase-outputs in mcp-tools.md by @Shooksie in #92
- Add codex-default agent profile to bundled config to fix empty system_prompt validation error by @Shooksie in #93
- Fix rustfmt formatting violations in oai-runner crate by @Shooksie in #95
- ao/task 785 by @Shooksie in #77
- ao/task 786 by @Shooksie in #79
- Remove standard-glm/quick-fix-glm from routing — 0% success rate by @Shooksie in #90
- [TASK-756] Document replace_linked_architecture_entities in ao.task.update tool description and mcp-tools.md by @Shooksie in #97
- [TASK-921] Fix agent-runner process leak escalation (132 processes, up from 122 in last check) by @Shooksie in #98
- [TASK-1015] Add fallback and pre-flight validation for session resume in agent-runner by @Shooksie in #105
- [TASK-990] Fix orphan tracker data loss when cleanup removes the entire tracker file by @Shooksie in #104
- [TASK-1004] Fix remaining rustfmt violations in agent-runner/src/ipc/server.rs on ao/task-936 branch by @Shooksie in #106
- [TASK-999] Align workflow YAML docs, parser, and validation; reject unsupported authored keys by @Shooksie in #107
- [TASK-1040] Fix failing daemon_run tests: notification delivery, selection source, task state change events by @Shooksie in #108
- [TASK-1071] Fix agent-runner process leak escalation (139 processes, up from 134 in TASK-1055) by @Shooksie in #113
- [TASK-1090] Fix oai-runner retry implementation: loop bounds, guard unification, delay cleanup, and 5xx classification by @Shooksie in #115
Full Changelog: v0.0.12...v0.0.13