mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-06-16 21:03:58 +08:00
The backend emits provider config with kebab-case JSON tags only (internal/config/config.go: ClaudeKey/CodexKey/GeminiKey/OpenAICompatibility, internal/api/handlers/management/config_auth_index.go for auth-index). The camelCase / snake_case entries in PROVIDER_KEY_FIELDS, OPENAI_PROVIDER_FIELDS, MODEL_ALIAS_FIELDS, API_KEY_ENTRY_FIELDS, CLOAK_FIELDS, RESPONSE_ONLY_FIELDS were dead — same for the identity helpers and the apiKeyEntries fallback in mergeOpenAIProviderPayload.