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> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| config.ts | ||
| index.ts | ||
| lifecycle-manager.ts | ||
| metadata.ts | ||
| plugin-registry.ts | ||
| session-manager.ts | ||
| tmux.ts | ||
| types.ts | ||
| utils.ts | ||