fix: add model resolution warnings to start warnings

This commit is contained in:
mingholy.lmh 2026-02-25 15:32:08 +08:00
parent 740f4e0949
commit 42a5b4d1e0
8 changed files with 29 additions and 13 deletions

View file

@ -991,6 +991,7 @@ export async function loadCliConfig(
modelProvidersConfig,
generationConfigSources: resolvedCliConfig.sources,
generationConfig: resolvedCliConfig.generationConfig,
warnings: resolvedCliConfig.warnings,
cliVersion: await getCliVersion(),
webSearch: buildWebSearchConfig(argv, settings, selectedAuthType),
summarizeToolOutput: settings.model?.summarizeToolOutput,