agent-orchestrator/v2/src/lib
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
..
adapters feat(v2): add Claude profile switching, skill discovery, and extended agent options 2026-03-07 01:58:29 +01:00
components feat(v2): add Claude profile switching, skill discovery, and extended agent options 2026-03-07 01:58:29 +01:00
stores feat(v2): refactor reconnection probe to TCP-only and add frontend listeners 2026-03-06 21:50:45 +01:00
styles feat(v2): add SSH management, ctx integration, themes, detached mode, auto-updater 2026-03-06 14:50:00 +01:00
utils test(v2): add vitest and cargo tests for sdk-messages, agent-tree, session, ctx 2026-03-06 15:10:12 +01:00
agent-dispatcher.test.ts test(v2): add 10 subagent routing tests for agent dispatcher 2026-03-06 17:12:43 +01:00
agent-dispatcher.ts feat(v2): add agent teams support with subagent pane spawning and routing 2026-03-06 16:54:27 +01:00