refactor: move synthetic auth refs to manifests

This commit is contained in:
Peter Steinberger
2026-04-18 19:52:23 +01:00
parent ebfab7bf84
commit 796f272f7d
11 changed files with 116 additions and 66 deletions

View File

@@ -6,6 +6,7 @@
"modelPrefixes": ["claude-"]
},
"cliBackends": ["claude-cli"],
"syntheticAuthRefs": ["claude-cli"],
"providerAuthEnvVars": {
"anthropic": ["ANTHROPIC_OAUTH_TOKEN", "ANTHROPIC_API_KEY"]
},

View File

@@ -3,6 +3,7 @@
"enabledByDefault": true,
"providers": ["ollama"],
"providerDiscoveryEntry": "./provider-discovery.ts",
"syntheticAuthRefs": ["ollama"],
"providerAuthEnvVars": {
"ollama": ["OLLAMA_API_KEY"]
},

View File

@@ -2,6 +2,7 @@
"id": "xai",
"enabledByDefault": true,
"providers": ["xai"],
"syntheticAuthRefs": ["xai"],
"providerAuthEnvVars": {
"xai": ["XAI_API_KEY"]
},