feat: add Pi adapter support to constants and onboarding UI

This commit is contained in:
Richard Anaya
2026-03-06 18:47:44 -08:00
parent eb7f690ceb
commit 6077ae6064
3 changed files with 14 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ export const AGENT_ADAPTER_TYPES = [
"claude_local",
"codex_local",
"opencode_local",
"pi_local",
"cursor",
"openclaw",
] as const;