agent-orchestrator/packages
Prateek 5fac0fe493 fix: destroy old runtime before restore, cleanup clone on failure
Two bugbot follow-ups from PR #104:

1. Destroy old runtime handle before creating new one in restore().
   When an agent crashes, the tmux session survives. Creating a new
   tmux session with the same name fails. Now we destroy the old
   handle first (best-effort, non-blocking).

2. Wrap git clone in try-catch in workspace-clone restore(). On clone
   failure (network error, disk full), clean up the partial directory
   so future restore attempts aren't blocked.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 01:29:23 +05:30
..
agent-orchestrator feat: publish to npm under @composio scope (#32) 2026-02-15 04:28:57 +05:30
cli feat: implement session restore for crashed/exited agents (#104) 2026-02-19 01:12:57 +05:30
core fix: destroy old runtime before restore, cleanup clone on failure 2026-02-19 01:29:23 +05:30
integration-tests fix: dashboard config discovery + CLI service layer refactoring (#70) 2026-02-18 17:08:48 +05:30
plugins fix: destroy old runtime before restore, cleanup clone on failure 2026-02-19 01:29:23 +05:30
web feat: implement session restore for crashed/exited agents (#104) 2026-02-19 01:12:57 +05:30