We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f52aa commit ff80fdfCopy full SHA for ff80fdf
1 file changed
src/integrations/kimi-code/oauth.ts
@@ -6,7 +6,7 @@ export const KIMI_CODE_OAUTH_CONFIG = {
6
deviceAuthorizationEndpoint: "https://auth.kimi.com/api/oauth/device_authorization",
7
tokenEndpoint: "https://auth.kimi.com/api/oauth/token",
8
deviceGrantType: "urn:ietf:params:oauth:grant-type:device_code",
9
- // Moonshot's official public client ID for the Kimi Code OAuth device flow.
+ // Kimi Code's official public client ID for the OAuth device flow.
10
// Source: Kimi Code CLI's published OAuth integration.
11
clientId: "17e5f671-d194-4dfb-9706-5516cb48c098",
12
} as const
0 commit comments