feat(kimi-coding): Added Kimi Coding to the list of supported OAuth providers with specific configuration.

This commit is contained in:
decolua 2026-03-12 10:48:11 +07:00
parent f1bf027c68
commit a224f68e5c
4 changed files with 38 additions and 5 deletions

View file

@ -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`,