mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
feat: add Pi adapter support to constants and onboarding UI
This commit is contained in:
parent
eb7f690ceb
commit
6077ae6064
3 changed files with 14 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ export const AGENT_ADAPTER_TYPES = [
|
|||
"claude_local",
|
||||
"codex_local",
|
||||
"opencode_local",
|
||||
"pi_local",
|
||||
"cursor",
|
||||
"openclaw",
|
||||
] as const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue