forked from farhoodlabs/paperclip
fix: address greptile review — add pi_local to effectiveAdapterCommand and adapterLabels
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -203,6 +203,8 @@ export function OnboardingWizard() {
|
|||||||
? "codex"
|
? "codex"
|
||||||
: adapterType === "gemini_local"
|
: adapterType === "gemini_local"
|
||||||
? "gemini"
|
? "gemini"
|
||||||
|
: adapterType === "pi_local"
|
||||||
|
? "pi"
|
||||||
: adapterType === "cursor"
|
: adapterType === "cursor"
|
||||||
? "agent"
|
? "agent"
|
||||||
: adapterType === "opencode_local"
|
: adapterType === "opencode_local"
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ const adapterLabels: Record<string, string> = {
|
|||||||
codex_local: "Codex (local)",
|
codex_local: "Codex (local)",
|
||||||
gemini_local: "Gemini CLI (local)",
|
gemini_local: "Gemini CLI (local)",
|
||||||
opencode_local: "OpenCode (local)",
|
opencode_local: "OpenCode (local)",
|
||||||
|
pi_local: "Pi (local)",
|
||||||
openclaw_gateway: "OpenClaw Gateway",
|
openclaw_gateway: "OpenClaw Gateway",
|
||||||
cursor: "Cursor (local)",
|
cursor: "Cursor (local)",
|
||||||
process: "Process",
|
process: "Process",
|
||||||
|
|||||||
Reference in New Issue
Block a user