mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
fix: add model resolution warnings to start warnings
This commit is contained in:
parent
740f4e0949
commit
42a5b4d1e0
8 changed files with 29 additions and 13 deletions
|
|
@ -411,6 +411,7 @@ export async function main() {
|
|||
useBuiltinRipgrep: settings.merged.tools?.useBuiltinRipgrep ?? true,
|
||||
})),
|
||||
...getSettingsWarnings(settings),
|
||||
...config.getWarnings(),
|
||||
]),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue