You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add missing inception entries across all provider registration files
- providers/index.ts: import inceptionDefaultModelId, add case "inception"
to getProviderDefaultModelId switch
- constants.ts: import inceptionModels, add to MODELS_BY_PROVIDER and PROVIDERS
- providerModelConfig.ts: import inceptionDefaultModelId, add to
PROVIDER_SERVICE_CONFIG and PROVIDER_DEFAULT_MODEL_IDS
- useSelectedModel.ts: import inceptionModels, add case "inception" to switch
(fixes TS exhaustive type check error)
- checkExistApiConfig.spec.ts: add inceptionApiKey to "all keys undefined" test
- inception.spec.ts: fix createMessage test to iterate ApiStream instead of
awaiting .text (ApiStream is AsyncGenerator, not a plain object)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments