agent-orchestrator/v2
Hibryda 5ca035d438 feat(v2): add sidecar crash detection, restart UI, and auto-scroll lock
Phase 3 polish: dispatcher listens for sidecar-exited events and marks
running sessions as error. AgentPane shows "Restart Sidecar" button on
error. Auto-scroll disables when user scrolls >50px from bottom with
"Scroll to bottom" button. Added agent_restart Tauri command.
2026-03-06 12:19:35 +01:00
..
.vscode chore(v2): add Cargo.lock and VS Code extensions config 2026-03-05 23:32:00 +01:00
sidecar feat(v2): implement agent-runner sidecar with claude CLI subprocess 2026-03-06 01:01:43 +01:00
src feat(v2): add sidecar crash detection, restart UI, and auto-scroll lock 2026-03-06 12:19:35 +01:00
src-tauri feat(v2): add sidecar crash detection, restart UI, and auto-scroll lock 2026-03-06 12:19:35 +01:00
.gitignore feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
index.html feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
package-lock.json feat(v2): add xterm.js terminal pane with Canvas addon 2026-03-05 23:42:31 +01:00
package.json feat(v2): add xterm.js terminal pane with Canvas addon 2026-03-05 23:42:31 +01:00
svelte.config.js feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
tsconfig.app.json feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
tsconfig.json feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
tsconfig.node.json feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00
vite.config.ts feat(v2): scaffold Tauri 2.x + Svelte 5 project (Phase 1) 2026-03-05 23:26:27 +01:00