(env: ManagedKimiEnv = process.env)
| 298 | } |
| 299 | |
| 300 | export function kimiCodeEnvOAuthHost(env: ManagedKimiEnv = process.env): string | undefined { |
| 301 | return env.KIMI_CODE_OAUTH_HOST ?? env.KIMI_OAUTH_HOST; |
| 302 | } |
| 303 | |
| 304 | // Base URLs that share the default `oauth/kimi-code` credential slot. |
| 305 | const SHARED_DEFAULT_BASE_URLS: readonly string[] = [ |
no outgoing calls
no test coverage detected