feat(provider-adapter): implement multi-provider abstraction layer (Phase 1)
Add provider types, registry, capabilities, and message adapter registry. Rename sdk-messages→claude-messages, agent-runner→claude-runner, ClaudeSession→AgentSession. Update Rust AgentQueryOptions with provider and provider_config fields. Capability-driven AgentPane rendering.
This commit is contained in:
parent
d8d7ad16f3
commit
1efcb13869
27 changed files with 276 additions and 49 deletions
|
|
@ -44,7 +44,7 @@
|
|||
"icons/icon.ico"
|
||||
],
|
||||
"resources": [
|
||||
"../sidecar/dist/agent-runner.mjs"
|
||||
"../sidecar/dist/claude-runner.mjs"
|
||||
],
|
||||
"category": "DeveloperTool",
|
||||
"shortDescription": "Multi-session Claude agent dashboard",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue