File size: 28,919 Bytes
f0634fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 | import {
applyCustomRegistryProvider,
fetchCustomRegistry,
removeCustomRegistryProvider,
type CustomRegistrySource,
} from './custom-registry';
import {
applyManagedApiKeyProviderModels,
applyManagedKimiCodeConfig,
fetchManagedKimiCodeModels,
KIMI_CODE_PLATFORM_ID,
KIMI_CODE_PROVIDER_NAME,
resolveKimiCodeRuntimeAuth,
type ManagedKimiConfigShape,
type ManagedKimiModelAlias,
type ManagedKimiOAuthRef,
} from './managed-kimi-code';
import { isManagedKimiCodeBaseUrl } from './managed-usage';
import {
applyOpenPlatformConfig,
fetchOpenPlatformModels,
filterModelsByPrefix,
getOpenPlatformById,
isOpenPlatformId,
} from './open-platform';
import { isRecord } from './utils';
/**
* Host capabilities the refresh orchestrator needs. Intentionally typed against
* {@link ManagedKimiConfigShape} (the oauth package's own minimal config shape)
* rather than the SDK's full `KimiConfig`, so this module has no dependency on
* the engine or the SDK and can be reused by both the CLI and the daemon.
*/
export interface RefreshProviderHost {
getConfig(): Promise<ManagedKimiConfigShape>;
removeProvider(providerId: string): Promise<ManagedKimiConfigShape>;
setConfig(patch: ManagedKimiConfigShape): Promise<ManagedKimiConfigShape>;
resolveOAuthToken(providerName: string, oauthRef?: ManagedKimiOAuthRef): Promise<string>;
/**
* Product User-Agent sent on custom-registry (api.json) fetches, e.g.
* `kimi-code-cli/1.2.3`. When omitted the fetch falls back to the runtime
* default (`User-Agent: node`).
*/
readonly userAgent?: string;
}
export interface ProviderChange {
readonly providerId: string;
/** User-facing name when available. */
readonly providerName: string;
readonly added: number;
readonly removed: number;
}
export interface RefreshResult {
/** Providers whose model list actually changed. */
readonly changed: readonly ProviderChange[];
/** Providers whose model list stayed identical after refresh. */
readonly unchanged: readonly string[];
readonly failed: ReadonlyArray<{ readonly provider: string; readonly reason: string }>;
}
export type RefreshProviderScope = 'all' | 'oauth';
export interface RefreshProviderOptions {
readonly scope?: RefreshProviderScope;
/**
* Refresh only this provider. When set, managed / open-platform branches
* skip every other provider; for a custom-registry provider the registry
* group it belongs to is fetched but only the target entry is applied.
*/
readonly providerId?: string;
}
interface ProviderView {
readonly type?: string;
readonly baseUrl?: string;
readonly apiKey?: string;
readonly oauth?: ManagedKimiOAuthRef;
readonly source?: unknown;
readonly env?: unknown;
}
/**
* Mirrors the runtime credential resolution for `type: 'kimi'` providers:
* the inline `apiKey`
* wins, with `env.KIMI_API_KEY` as the documented config-file fallback.
*/
function resolveProviderApiKey(provider: ProviderView): string | undefined {
if (typeof provider.apiKey === 'string' && provider.apiKey.length > 0) {
return provider.apiKey;
}
if (isRecord(provider.env)) {
const fromEnv = provider.env['KIMI_API_KEY'];
if (typeof fromEnv === 'string' && fromEnv.length > 0) return fromEnv;
}
return undefined;
}
function readProvider(
config: ManagedKimiConfigShape,
providerId: string,
): ProviderView | undefined {
const provider = config.providers[providerId];
if (provider === undefined) return undefined;
return provider as ProviderView;
}
function readModel(
config: ManagedKimiConfigShape,
alias: string,
): ManagedKimiModelAlias | undefined {
const model = config.models?.[alias];
if (model === undefined) return undefined;
return model as ManagedKimiModelAlias;
}
function readCustomRegistrySource(provider: ProviderView): CustomRegistrySource | undefined {
const source = provider.source;
if (typeof source !== 'object' || source === null) return undefined;
const candidate = source as Record<string, unknown>;
if (candidate['kind'] !== 'apiJson') return undefined;
const url = candidate['url'];
const apiKey = candidate['apiKey'];
if (typeof url !== 'string' || url.length === 0) return undefined;
if (typeof apiKey !== 'string') return undefined;
return { kind: 'apiJson', url, apiKey };
}
function customRegistrySourceKey(source: CustomRegistrySource): string {
return JSON.stringify([source.url]);
}
function customRegistrySourceCredentialKey(source: CustomRegistrySource): string {
return JSON.stringify([source.url, source.apiKey]);
}
async function fetchCustomRegistryFromSources(
sources: readonly CustomRegistrySource[],
userAgent?: string,
): Promise<{
readonly entries: Awaited<ReturnType<typeof fetchCustomRegistry>>;
readonly source: CustomRegistrySource;
}> {
let lastError: unknown;
for (const source of sources) {
try {
return {
entries: await fetchCustomRegistry(source, { userAgent }),
source,
};
} catch (error) {
lastError = error;
}
}
if (lastError instanceof Error) throw lastError;
if (typeof lastError === 'string') throw new Error(lastError);
throw new Error('No custom registry sources configured.');
}
function collectModelIdsForAliases(
config: ManagedKimiConfigShape,
aliasKeys: ReadonlySet<string>,
): Set<string> {
const ids = new Set<string>();
for (const aliasKey of aliasKeys) {
const alias = readModel(config, aliasKey);
if (alias !== undefined && alias.model.length > 0) {
ids.add(alias.model);
}
}
return ids;
}
function providerAliasKeys(config: ManagedKimiConfigShape, providerId: string): Set<string> {
const keys = new Set<string>();
for (const [alias, raw] of Object.entries(config.models ?? {})) {
if ((raw as ManagedKimiModelAlias).provider === providerId) keys.add(alias);
}
return keys;
}
function generatedProviderAliasKeys(
config: ManagedKimiConfigShape,
providerId: string,
aliasPrefix: string,
): Set<string> {
const keys = new Set<string>();
for (const [alias, raw] of Object.entries(config.models ?? {})) {
const model = raw as ManagedKimiModelAlias;
if (model.provider === providerId && alias.startsWith(aliasPrefix)) {
keys.add(alias);
}
}
return keys;
}
function computeChanges(oldIds: Set<string>, newIds: Set<string>): { added: number; removed: number } {
let added = 0;
for (const id of newIds) {
if (!oldIds.has(id)) added++;
}
let removed = 0;
for (const id of oldIds) {
if (!newIds.has(id)) removed++;
}
return { added, removed };
}
interface ProviderModelSnapshot {
readonly alias: string;
readonly model: ManagedKimiModelAlias;
}
// Compare the full model metadata for the relevant aliases, not just model IDs:
// a registry can change capabilities (e.g. enabling reasoning) without changing
// any model ID. Spreading the whole alias keeps this in sync with the schema
// automatically; only `capabilities` needs normalizing because its order is not
// meaningful. `defaultModel` joins the snapshot so a lost selection flips the
// provider to changed and the re-selected default is written back.
function providerModelSnapshot(
config: ManagedKimiConfigShape,
providerId: string,
aliasKeys: ReadonlySet<string>,
): string {
const snapshots: ProviderModelSnapshot[] = [];
for (const alias of aliasKeys) {
const model = readModel(config, alias);
if (model === undefined || model.provider !== providerId) continue;
snapshots.push({
alias,
model: {
...model,
capabilities: model.capabilities === undefined ? undefined : model.capabilities.toSorted(),
},
});
}
snapshots.sort((a, b) => a.alias.localeCompare(b.alias));
return JSON.stringify({ defaultModel: config.defaultModel ?? null, models: snapshots });
}
function providerModelsEqual(
config: ManagedKimiConfigShape,
nextConfig: ManagedKimiConfigShape,
providerId: string,
aliasKeys: ReadonlySet<string>,
): boolean {
return (
providerModelSnapshot(config, providerId, aliasKeys) ===
providerModelSnapshot(nextConfig, providerId, aliasKeys)
);
}
function providerConfigSnapshot(config: ManagedKimiConfigShape, providerId: string): string {
return JSON.stringify(config.providers[providerId] ?? null);
}
function providerConfigEqual(
config: ManagedKimiConfigShape,
nextConfig: ManagedKimiConfigShape,
providerId: string,
): boolean {
return providerConfigSnapshot(config, providerId) === providerConfigSnapshot(nextConfig, providerId);
}
function providerRefreshAliasKeys(
config: ManagedKimiConfigShape,
nextConfig: ManagedKimiConfigShape,
providerId: string,
aliasPrefix: string,
): Set<string> {
const keys = generatedProviderAliasKeys(config, providerId, aliasPrefix);
for (const key of providerAliasKeys(nextConfig, providerId)) keys.add(key);
return keys;
}
function preserveUserProviderAliases(
config: ManagedKimiConfigShape,
providerId: string,
refreshedAliasKeys: ReadonlySet<string>,
): Record<string, ManagedKimiModelAlias> {
const preserved: Record<string, ManagedKimiModelAlias> = {};
for (const [alias, raw] of Object.entries(config.models ?? {})) {
const model = raw as ManagedKimiModelAlias;
if (model.provider !== providerId || refreshedAliasKeys.has(alias)) continue;
preserved[alias] = structuredClone(model);
}
return preserved;
}
function restoreProviderAliases(
config: ManagedKimiConfigShape,
aliases: Record<string, ManagedKimiModelAlias>,
): void {
if (Object.keys(aliases).length === 0) return;
config.models = {
...config.models,
...aliases,
};
}
function restoreDefaultSelection(
config: ManagedKimiConfigShape,
defaultModel: string | undefined,
defaultEnabled: boolean | undefined,
): void {
if (defaultModel === undefined || readModel(config, defaultModel) === undefined) return;
config.defaultModel = defaultModel;
// A refresh may have just learned that the default model cannot disable
// thinking — never restore a stale thinking-off selection onto it.
const capabilities = readModel(config, defaultModel)?.capabilities ?? [];
const enabled = capabilities.includes('always_thinking') ? true : defaultEnabled;
if (enabled !== undefined) {
config.thinking = { ...config.thinking, enabled };
}
}
async function rebaseSelectionAfterFetch(
host: RefreshProviderHost,
config: ManagedKimiConfigShape,
): Promise<ManagedKimiConfigShape> {
const fresh = await host.getConfig();
return { ...config, defaultModel: fresh.defaultModel, thinking: fresh.thinking };
}
// `apply*` may leave `defaultModel` pointing at an alias that no longer exists
// (e.g. the previously-selected model was dropped from the registry). The host's
// `setConfig` deep-merge cannot clear a key, so the matching `removeProvider`
// call handles disk cleanup while this drops the dangling reference in memory.
function clampDanglingDefault(config: ManagedKimiConfigShape): void {
if (config.defaultModel !== undefined && readModel(config, config.defaultModel) === undefined) {
config.defaultModel = undefined;
config.thinking = undefined;
}
}
function clearDefaultThinkingWhenDefaultRemoved(
config: ManagedKimiConfigShape,
previousDefaultModel: string | undefined,
): void {
if (previousDefaultModel !== undefined && config.defaultModel === undefined) {
config.thinking = undefined;
}
}
function pickDefaultModel(
config: ManagedKimiConfigShape,
providerId: string,
models: Array<{ id: string }>,
): string {
const firstModel = models[0];
if (firstModel === undefined) return '';
const existingDefault = config.defaultModel;
if (existingDefault !== undefined) {
const alias = readModel(config, existingDefault);
if (alias !== undefined && alias.provider === providerId) {
const stillAvailable = models.find((m) => m.id === alias.model);
if (stillAvailable !== undefined) {
return stillAvailable.id;
}
}
}
return firstModel.id;
}
/**
* Refresh remote model metadata for the configured providers and persist any
* changes through the host. Handles four provider kinds, in order:
*
* 1. Managed Kimi Code (OAuth) — `GET /models` against the runtime endpoint.
* 2. Open platforms (moonshot-cn, moonshot-ai, …) — platform catalog fetch.
* 2.5. Managed-endpoint API-key providers — hand-written `type: 'kimi'`
* providers (including a hand-written `managed:kimi-code` without an oauth
* ref) whose baseUrl is exactly the managed Kimi Code endpoint; refreshed
* via `GET /models` with the configured API key as Bearer. Only model
* aliases are merged; the provider record is user-owned and never
* rewritten.
* 3. Custom registries (models.dev-style, keyed by `provider.source`).
*
* Each branch diffs old vs new and only writes when something actually changed
* (`removeProvider` then `setConfig`). Failures are collected per-provider and
* never abort the whole refresh. Pass `providerId` to scope the refresh to a
* single provider; pass `scope: 'oauth'` to refresh only the managed provider.
*/
export async function refreshProviderModels(
host: RefreshProviderHost,
options: RefreshProviderOptions = {},
): Promise<RefreshResult> {
const changed: ProviderChange[] = [];
const unchanged: string[] = [];
const failed: Array<{ provider: string; reason: string }> = [];
const scope = options.scope ?? 'all';
const targetId = options.providerId;
let config = await host.getConfig();
// ---------------------------------------------------------------------------
// 1. Managed Kimi Code (OAuth)
// ---------------------------------------------------------------------------
const managedProvider = readProvider(config, KIMI_CODE_PROVIDER_NAME);
const managedWanted = targetId === undefined || targetId === KIMI_CODE_PROVIDER_NAME;
if (
managedWanted &&
managedProvider !== undefined &&
managedProvider.type === 'kimi' &&
managedProvider.oauth !== undefined
) {
try {
const auth = resolveKimiCodeRuntimeAuth({
configuredBaseUrl: managedProvider.baseUrl,
configuredOAuthRef: managedProvider.oauth,
});
const accessToken = await host.resolveOAuthToken(KIMI_CODE_PROVIDER_NAME, auth.oauthRef);
const models = await fetchManagedKimiCodeModels({
accessToken,
baseUrl: auth.baseUrl,
});
if (models.length > 0) {
config = await rebaseSelectionAfterFetch(host, config);
const next = structuredClone(config);
applyManagedKimiCodeConfig(next, {
models,
baseUrl: auth.baseUrl,
oauthKey: auth.oauthRef.key,
oauthHost: auth.oauthRef.oauthHost,
preserveDefaultModel: true,
});
const refreshedAliasKeys = providerRefreshAliasKeys(
config,
next,
KIMI_CODE_PROVIDER_NAME,
`${KIMI_CODE_PLATFORM_ID}/`,
);
restoreProviderAliases(
next,
preserveUserProviderAliases(config, KIMI_CODE_PROVIDER_NAME, refreshedAliasKeys),
);
restoreDefaultSelection(next, config.defaultModel, config.thinking?.enabled);
clampDanglingDefault(next);
clearDefaultThinkingWhenDefaultRemoved(next, config.defaultModel);
if (providerModelsEqual(config, next, KIMI_CODE_PROVIDER_NAME, refreshedAliasKeys)) {
unchanged.push(KIMI_CODE_PROVIDER_NAME);
} else {
const { added, removed } = computeChanges(
collectModelIdsForAliases(config, refreshedAliasKeys),
collectModelIdsForAliases(next, refreshedAliasKeys),
);
await host.removeProvider(KIMI_CODE_PROVIDER_NAME);
config = await host.setConfig({
providers: next.providers,
models: next.models,
defaultModel: next.defaultModel,
thinking: next.thinking,
});
changed.push({
providerId: KIMI_CODE_PROVIDER_NAME,
providerName: 'Kimi Code',
added,
removed,
});
}
}
} catch (error) {
failed.push({
provider: KIMI_CODE_PROVIDER_NAME,
reason: error instanceof Error ? error.message : String(error),
});
}
}
// The oauth scope stops here, but a targeted refresh of the managed provider
// must fall through: branch 2 no-ops on a non-open-platform id, branch 2.5
// handles a hand-written `managed:kimi-code` that carries an API key instead
// of an oauth ref, and branch 3 no-ops when no registry group contains it.
if (scope === 'oauth') {
return { changed, unchanged, failed };
}
// ---------------------------------------------------------------------------
// 2. Open Platforms (moonshot-cn, moonshot-ai, …)
// ---------------------------------------------------------------------------
const openPlatformIds = Object.keys(config.providers).filter((id) => isOpenPlatformId(id));
for (const providerId of openPlatformIds) {
if (targetId !== undefined && targetId !== providerId) continue;
const platform = getOpenPlatformById(providerId);
if (platform === undefined) continue;
const providerConfig = readProvider(config, providerId);
if (providerConfig === undefined) continue;
const apiKey = providerConfig.apiKey;
if (typeof apiKey !== 'string' || apiKey.length === 0) continue;
try {
let models = await fetchOpenPlatformModels(platform, apiKey);
models = filterModelsByPrefix(models, platform);
if (models.length === 0) continue;
config = await rebaseSelectionAfterFetch(host, config);
const selectedModelId = pickDefaultModel(config, providerId, models);
const selectedModel = models.find((m) => m.id === selectedModelId);
if (selectedModel === undefined) continue;
const next = structuredClone(config);
applyOpenPlatformConfig(next, {
platform,
models,
selectedModel,
thinking: false,
apiKey,
});
const refreshedAliasKeys = providerRefreshAliasKeys(
config,
next,
providerId,
`${providerId}/`,
);
restoreProviderAliases(next, preserveUserProviderAliases(config, providerId, refreshedAliasKeys));
restoreDefaultSelection(next, config.defaultModel, config.thinking?.enabled);
clampDanglingDefault(next);
clearDefaultThinkingWhenDefaultRemoved(next, config.defaultModel);
if (providerModelsEqual(config, next, providerId, refreshedAliasKeys)) {
unchanged.push(providerId);
} else {
const { added, removed } = computeChanges(
collectModelIdsForAliases(config, refreshedAliasKeys),
collectModelIdsForAliases(next, refreshedAliasKeys),
);
await host.removeProvider(providerId);
config = await host.setConfig({
providers: next.providers,
models: next.models,
defaultModel: next.defaultModel,
thinking: next.thinking,
});
changed.push({
providerId,
providerName: platform.name,
added,
removed,
});
}
} catch (error) {
failed.push({
provider: providerId,
reason: error instanceof Error ? error.message : String(error),
});
}
}
// ---------------------------------------------------------------------------
// 2.5. Managed-endpoint API-key providers (hand-configured distributed keys)
// ---------------------------------------------------------------------------
// A hand-written `type: 'kimi'` provider whose baseUrl is exactly the managed
// Kimi Code endpoint, carrying an API key (inline or via `env.KIMI_API_KEY`)
// instead of an oauth ref, gets its model list refreshed from
// `{baseUrl}/models` just like the OAuth branch. Strict baseUrl matching
// keeps proxies / gateways with an untrusted `/models` schema out.
for (const providerId of Object.keys(config.providers)) {
if (isOpenPlatformId(providerId)) continue;
if (targetId !== undefined && targetId !== providerId) continue;
const provider = readProvider(config, providerId);
if (provider === undefined) continue;
if (provider.type !== 'kimi') continue;
if (provider.oauth !== undefined) continue;
if (readCustomRegistrySource(provider) !== undefined) continue;
if (!isManagedKimiCodeBaseUrl(provider.baseUrl)) continue;
const apiKey = resolveProviderApiKey(provider);
if (apiKey === undefined) continue;
try {
const models = await fetchManagedKimiCodeModels({
accessToken: apiKey,
baseUrl: provider.baseUrl,
credentialKind: 'apiKey',
});
if (models.length === 0) continue;
config = await rebaseSelectionAfterFetch(host, config);
// A hand-written `managed:kimi-code` shares the OAuth branch's
// `kimi-code/` alias prefix so the two shapes merge cleanly if the user
// later logs in via OAuth; ordinary providers use their own id.
const aliasPrefix =
providerId === KIMI_CODE_PROVIDER_NAME ? `${KIMI_CODE_PLATFORM_ID}/` : `${providerId}/`;
const next = structuredClone(config);
applyManagedApiKeyProviderModels(next, providerId, models, aliasPrefix);
const refreshedAliasKeys = providerRefreshAliasKeys(config, next, providerId, aliasPrefix);
restoreProviderAliases(
next,
preserveUserProviderAliases(config, providerId, refreshedAliasKeys),
);
restoreDefaultSelection(next, config.defaultModel, config.thinking?.enabled);
clampDanglingDefault(next);
clearDefaultThinkingWhenDefaultRemoved(next, config.defaultModel);
if (providerModelsEqual(config, next, providerId, refreshedAliasKeys)) {
unchanged.push(providerId);
} else {
const { added, removed } = computeChanges(
collectModelIdsForAliases(config, refreshedAliasKeys),
collectModelIdsForAliases(next, refreshedAliasKeys),
);
await host.removeProvider(providerId);
config = await host.setConfig({
providers: next.providers,
models: next.models,
defaultModel: next.defaultModel,
thinking: next.thinking,
// The v1 `removeProvider` RPC clears `defaultProvider` when it points
// at this provider; the clone still holds the original value, so
// write it back — a refresh must not silently drop the fallback.
defaultProvider: next['defaultProvider'],
});
changed.push({
providerId,
providerName: providerId,
added,
removed,
});
}
} catch (error) {
failed.push({
provider: providerId,
reason: error instanceof Error ? error.message : String(error),
});
}
}
// ---------------------------------------------------------------------------
// 3. Custom Registry providers (grouped by URL, with API-key candidates)
// ---------------------------------------------------------------------------
const customSources = new Map<
string,
{
readonly sources: CustomRegistrySource[];
readonly sourceKeys: Set<string>;
readonly providerIds: string[];
}
>();
for (const providerId of Object.keys(config.providers)) {
if (providerId === KIMI_CODE_PROVIDER_NAME) continue;
if (isOpenPlatformId(providerId)) continue;
const provider = readProvider(config, providerId);
if (provider === undefined) continue;
const source = readCustomRegistrySource(provider);
if (source === undefined) continue;
const key = customRegistrySourceKey(source);
const sourceKey = customRegistrySourceCredentialKey(source);
const entry = customSources.get(key);
if (entry !== undefined) {
if (!entry.sourceKeys.has(sourceKey)) {
entry.sources.push(source);
entry.sourceKeys.add(sourceKey);
}
entry.providerIds.push(providerId);
} else {
customSources.set(key, {
sources: [source],
sourceKeys: new Set([sourceKey]),
providerIds: [providerId],
});
}
}
for (const { sources, providerIds } of customSources.values()) {
// When scoped to a single provider, only refresh the registry group it
// belongs to and only apply the target entry (siblings under the same URL
// are left untouched).
if (targetId !== undefined && !providerIds.includes(targetId)) continue;
try {
const { entries, source } = await fetchCustomRegistryFromSources(sources, host.userAgent);
config = await rebaseSelectionAfterFetch(host, config);
// Build the whole batch on one clone so that several changed providers
// from the same source do not overwrite each other's aliases, and so the
// config we compare is exactly the config we persist.
const next = structuredClone(config);
const changedProviders: Array<{
readonly providerId: string;
readonly providerName: string;
readonly added: number;
readonly removed: number;
}> = [];
const providersToRemoveBeforeSet = new Set<string>();
let hasUnreportedConfigChange = false;
const remoteEntries = Object.values(entries);
const remoteEntriesByProviderId = new Map(
remoteEntries.map((entry) => [entry.id, entry]),
);
const providerIdsToSync = new Set(providerIds);
// Only pull in newly-appeared providers from the registry when running an
// unscoped refresh; a scoped refresh must not add siblings.
if (targetId === undefined) {
for (const entry of remoteEntries) providerIdsToSync.add(entry.id);
}
for (const providerId of providerIdsToSync) {
if (targetId !== undefined && providerId !== targetId) continue;
const entry = remoteEntriesByProviderId.get(providerId);
if (entry === undefined) {
const oldIds = collectModelIdsForAliases(config, providerAliasKeys(config, providerId));
removeCustomRegistryProvider(next, providerId);
changedProviders.push({
providerId,
providerName: providerId,
added: 0,
removed: oldIds.size,
});
providersToRemoveBeforeSet.add(providerId);
continue;
}
const existed = config.providers[providerId] !== undefined;
applyCustomRegistryProvider(next, entry, source);
const refreshedAliasKeys = providerRefreshAliasKeys(config, next, providerId, `${providerId}/`);
if (existed) {
restoreProviderAliases(next, preserveUserProviderAliases(config, providerId, refreshedAliasKeys));
}
if (
existed &&
providerModelsEqual(config, next, providerId, refreshedAliasKeys) &&
providerConfigEqual(config, next, providerId)
) {
unchanged.push(providerId);
} else if (existed && providerModelsEqual(config, next, providerId, refreshedAliasKeys)) {
unchanged.push(providerId);
providersToRemoveBeforeSet.add(providerId);
hasUnreportedConfigChange = true;
} else {
const { added, removed } = computeChanges(
collectModelIdsForAliases(config, refreshedAliasKeys),
collectModelIdsForAliases(next, refreshedAliasKeys),
);
changedProviders.push({
providerId,
providerName: entry.name || providerId,
added,
removed,
});
if (existed) providersToRemoveBeforeSet.add(providerId);
}
}
if (changedProviders.length > 0 || hasUnreportedConfigChange) {
restoreDefaultSelection(next, config.defaultModel, config.thinking?.enabled);
clampDanglingDefault(next);
clearDefaultThinkingWhenDefaultRemoved(next, config.defaultModel);
for (const providerId of providersToRemoveBeforeSet) {
await host.removeProvider(providerId);
}
config = await host.setConfig({
providers: next.providers,
models: next.models,
defaultModel: next.defaultModel,
thinking: next.thinking,
});
for (const change of changedProviders) {
changed.push({
providerId: change.providerId,
providerName: change.providerName,
added: change.added,
removed: change.removed,
});
}
}
} catch (error) {
const reportedIds = targetId !== undefined ? [targetId] : providerIds;
for (const providerId of reportedIds) {
failed.push({
provider: providerId,
reason: error instanceof Error ? error.message : String(error),
});
}
}
}
return { changed, unchanged, failed };
}
|