fix: add gemini_local to AGENT_ADAPTER_TYPES validation enum
This commit is contained in:
parent
e0f64c04e7
commit
6aa3ead238
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