agent-orchestrator/packages/web/src/components
Prateek 6cb18fc6b9 feat: implement session restore for crashed/exited agents
Add true in-place session restore: same session ID, same worktree, same
metadata — optionally resuming the Claude Code conversation via --resume.

Core changes:
- Add TERMINAL_STATUSES, TERMINAL_ACTIVITIES, NON_RESTORABLE_STATUSES sets
  and isTerminalSession/isRestorable helpers to types.ts
- Add SessionNotRestorableError and WorkspaceMissingError error classes
- Add restore() to SessionManager with 9-step flow: find metadata →
  validate restorability → check/recreate workspace → get restore or
  launch command → create runtime → update metadata
- Add restoredAt field to Session and SessionMetadata

Plugin extensions:
- workspace-worktree: exists() + restore() (git worktree prune + re-add)
- workspace-clone: exists() + restore() (git clone + checkout)
- scm-github: branchExists() via git rev-parse
- agent-claude-code: getRestoreCommand() finds latest JSONL session file
  and builds claude --resume command

CLI + Web:
- Add `ao session restore <id>` subcommand
- Web restore API route uses sessionManager.restore() instead of spawn()
- SessionCard uses centralized TERMINAL_STATUSES/TERMINAL_ACTIVITIES
- Web types re-export core constants with sync tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 22:04:53 +05:30
..
AttentionZone.tsx fix: expand WORKING attention zone by default 2026-02-14 20:04:05 +05:30
CIBadge.tsx feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
Dashboard.tsx feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
DirectTerminal.tsx feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
PRStatus.tsx feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
SessionCard.tsx feat: implement session restore for crashed/exited agents 2026-02-18 22:04:53 +05:30
SessionDetail.tsx fix: activity detection — fix path encoding bug, add ready state (#71) 2026-02-18 03:48:19 +05:30
Terminal.tsx feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30