mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: add missing zaiApiKey and doubaoApiKey to SECRET_STATE_KEYS (#7083)
Fixes first-time initialization issue with Z AI and Doubao providers where the API keys were not recognized as valid secret keys, causing the configuration to fail during initial setup. Fixes #7082 Co-authored-by: Roo Code <roomote@roocode.com>
This commit is contained in:
parent
5d54ce9667
commit
b06005d321
1 changed files with 2 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ export const SECRET_STATE_KEYS = [
|
|||
"openAiNativeApiKey",
|
||||
"cerebrasApiKey",
|
||||
"deepSeekApiKey",
|
||||
"doubaoApiKey",
|
||||
"moonshotApiKey",
|
||||
"mistralApiKey",
|
||||
"unboundApiKey",
|
||||
|
|
@ -193,6 +194,7 @@ export const SECRET_STATE_KEYS = [
|
|||
"codebaseIndexMistralApiKey",
|
||||
"huggingFaceApiKey",
|
||||
"sambaNovaApiKey",
|
||||
"zaiApiKey",
|
||||
"fireworksApiKey",
|
||||
"ioIntelligenceApiKey",
|
||||
] as const satisfies readonly (keyof ProviderSettings)[]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue