feat(kimi-coding): Added Kimi Coding to the list of supported OAuth providers with specific configuration.
This commit is contained in:
parent
f1bf027c68
commit
a224f68e5c
4 changed files with 38 additions and 5 deletions
|
|
@ -48,6 +48,7 @@ const OAUTH_TEST_CONFIG = {
|
|||
},
|
||||
qwen: { checkExpiry: true, refreshable: true },
|
||||
kiro: { checkExpiry: true, refreshable: true },
|
||||
"kimi-coding": { checkExpiry: true, refreshable: false },
|
||||
cursor: { tokenExists: true },
|
||||
kilocode: {
|
||||
url: `${KILOCODE_CONFIG.apiBaseUrl}/api/profile`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue