agent-orchestrator/packages
Prateek fd2d39ba5d fix: detect agent exit for all agent types, not just idle-reporting ones
The lifecycle manager only checked isProcessRunning when detectActivity
returned "idle". Agents like codex, aider, and opencode return "active"
for any non-empty terminal output (including shell prompt after exit),
so their exit was never detected. Now checks isProcessRunning for both
"idle" and "active" states.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 16:33:30 +05:30
..
cli feat: implement CLI with all commands (init, status, spawn, session, send, review-check, dashboard, open) (#6) 2026-02-14 16:14:27 +05:30
core fix: detect agent exit for all agent types, not just idle-reporting ones 2026-02-14 16:33:30 +05:30
integration-tests fix: detect agent exit for all agent types, not just idle-reporting ones 2026-02-14 16:33:30 +05:30
plugins feat: implement CLI with all commands (init, status, spawn, session, send, review-check, dashboard, open) (#6) 2026-02-14 16:14:27 +05:30
web fix: upgrade @testing-library/jest-dom for vitest 2.x type compatibility (#21) 2026-02-14 14:40:44 +05:30