remove any default mapping for models

This commit is contained in:
Shawn Morreau
2025-12-09 11:53:19 -05:00
parent 06fdedb8c5
commit bbda005ee9
5 changed files with 96 additions and 25 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ export const agentsManifest = {
},
opencode: {
displayName: "OpenCode",
apiKeyNames: ["anthropic_api_key"],
apiKeyNames: ["anthropic_api_key", "openai_api_key", "google_api_key", "gemini_api_key"],
url: "https://opencode.ai",
},
} as const satisfies Record<string, AgentManifest>;