agent-orchestrator/v2/src/lib/adapters
Hibryda 4db7ccff60 feat(v2): add SSH management, ctx integration, themes, detached mode, auto-updater
SSH session management:
- SshSession struct + ssh_sessions SQLite table in session.rs
- CRUD Tauri commands (ssh_session_list/save/delete) in lib.rs
- SshDialog.svelte (create/edit modal), SshSessionList.svelte (sidebar)
- SSH pane routes to TerminalPane with shell=/usr/bin/ssh + args

ctx context database integration:
- ctx.rs: read-only CtxDb (SQLITE_OPEN_READ_ONLY for ~/.claude-context/context.db)
- 5 Tauri commands (ctx_list_projects/get_context/get_shared/get_summaries/search)
- ContextPane.svelte with project selector, tabs, search
- ctx-bridge.ts adapter

Catppuccin theme flavors (Latte/Frappe/Macchiato/Mocha):
- themes.ts: all 4 palette definitions + buildXtermTheme/applyCssVariables
- theme.svelte.ts: reactive store with SQLite persistence
- SettingsDialog flavor dropdown, TerminalPane theme-aware

Detached pane mode (pop-out windows):
- detach.ts: isDetachedMode/getDetachedConfig from URL params
- App.svelte: conditional rendering of single pane without chrome

Other additions:
- Shiki syntax highlighting (highlight.ts, lazy singleton, 13 languages)
- Tauri auto-updater plugin (tauri-plugin-updater + updater.ts)
- AgentPane markdown rendering with Shiki code highlighting
- New deps: shiki, @tauri-apps/plugin-updater, tauri-plugin-updater
2026-03-06 14:50:00 +01:00
..
agent-bridge.ts feat(v2): add sidecar crash detection, restart UI, and auto-scroll lock 2026-03-06 12:19:35 +01:00
ctx-bridge.ts feat(v2): add SSH management, ctx integration, themes, detached mode, auto-updater 2026-03-06 14:50:00 +01:00
file-bridge.ts feat(v2): implement session persistence, file watcher, and markdown viewer 2026-03-06 12:19:56 +01:00
pty-bridge.ts feat(v2): add xterm.js terminal pane with Canvas addon 2026-03-05 23:42:31 +01:00
sdk-messages.ts feat(v2): add agent pane with SDK message adapter and dispatcher 2026-03-06 01:01:56 +01:00
session-bridge.ts feat(v2): implement session persistence, file watcher, and markdown viewer 2026-03-06 12:19:56 +01:00
settings-bridge.ts feat(v2): add agent tree, status bar, notifications, settings dialog (Phase 5) 2026-03-06 13:46:21 +01:00
ssh-bridge.ts feat(v2): add SSH management, ctx integration, themes, detached mode, auto-updater 2026-03-06 14:50:00 +01:00