agent-orchestrator/v2/src/lib/adapters
Hibryda ff49e7e176 feat(v2): add Claude profile switching, skill discovery, and extended agent options
Add switcher-claude multi-account support with profile selector in AgentPane
toolbar, skill autocomplete menu (type / in prompt), and 5 new AgentQueryOptions
fields (setting_sources, system_prompt, model, claude_config_dir,
additional_directories) flowing through full stack from Rust to SDK.

New Tauri commands: claude_list_profiles, claude_list_skills, claude_read_skill,
pick_directory. New frontend adapter: claude-bridge.ts.
2026-03-07 01:58:29 +01:00
..
agent-bridge.test.ts test(v2): add integration tests for layout, agent-bridge, and dispatcher 2026-03-06 15:42:34 +01:00
agent-bridge.ts feat(v2): add Claude profile switching, skill discovery, and extended agent options 2026-03-07 01:58:29 +01:00
claude-bridge.ts feat(v2): add Claude profile switching, skill discovery, and extended agent options 2026-03-07 01:58:29 +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 frontend remote machine integration 2026-03-06 19:05:53 +01:00
remote-bridge.ts feat(v2): refactor reconnection probe to TCP-only and add frontend listeners 2026-03-06 21:50:45 +01:00
sdk-messages.test.ts test(v2): add integration tests for layout, agent-bridge, and dispatcher 2026-03-06 15:42:34 +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): add session groups with collapsible sidebar headers 2026-03-06 15:42:16 +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