agent-orchestrator/packages/core
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
..
src fix: detect agent exit for all agent types, not just idle-reporting ones 2026-02-14 16:33:30 +05:30
package.json feat: implement SCM and tracker plugins (github, linear) (#4) 2026-02-14 15:45:51 +05:30
tsconfig.build.json feat: implement SCM and tracker plugins (github, linear) (#4) 2026-02-14 15:45:51 +05:30
tsconfig.json feat: implement SCM and tracker plugins (github, linear) (#4) 2026-02-14 15:45:51 +05:30
vitest.config.ts feat: implement SCM and tracker plugins (github, linear) (#4) 2026-02-14 15:45:51 +05:30