mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
feat: add opencode local adapter support
This commit is contained in:
parent
d4a2fc6464
commit
f6a09bcbea
37 changed files with 1707 additions and 27 deletions
|
|
@ -21,7 +21,7 @@ export const AGENT_STATUSES = [
|
|||
] as const;
|
||||
export type AgentStatus = (typeof AGENT_STATUSES)[number];
|
||||
|
||||
export const AGENT_ADAPTER_TYPES = ["process", "http", "claude_local", "codex_local", "openclaw"] as const;
|
||||
export const AGENT_ADAPTER_TYPES = ["process", "http", "claude_local", "codex_local", "opencode_local", "openclaw"] as const;
|
||||
export type AgentAdapterType = (typeof AGENT_ADAPTER_TYPES)[number];
|
||||
|
||||
export const AGENT_ROLES = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue