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

@ -411,6 +411,7 @@ export async function main() {
useBuiltinRipgrep: settings.merged.tools?.useBuiltinRipgrep ?? true,
})),
...getSettingsWarnings(settings),
...config.getWarnings(),
]),
];