Merge pull request #2430 from bittoby/fix/add-gemini-local-to-adapter-types
fix: add gemini_local to AGENT_ADAPTER_TYPES validation enum
This commit is contained in:
commit
461779a960
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ export const AGENT_ADAPTER_TYPES = [
|
||||||
"http",
|
"http",
|
||||||
"claude_local",
|
"claude_local",
|
||||||
"codex_local",
|
"codex_local",
|
||||||
|
"gemini_local",
|
||||||
"opencode_local",
|
"opencode_local",
|
||||||
"pi_local",
|
"pi_local",
|
||||||
"cursor",
|
"cursor",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue