fix(27): remove duplicate gemini_local from AGENT_ADAPTER_TYPES

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Nexus Dev 2026-04-02 16:31:53 +00:00
parent 9ef04fd1de
commit 1b7cd2a3cb

View file

@ -32,7 +32,6 @@ export const AGENT_ADAPTER_TYPES = [
"cursor",
"openclaw_gateway",
"hermes_local",
"gemini_local",
] as const;
export type AgentAdapterType = (typeof AGENT_ADAPTER_TYPES)[number];