Merge pull request #1478 from QwenLM/mingholy/fix/misc-adjustments

Fix auth type switching and model persistence issues
This commit is contained in:
Mingholy 2026-01-13 19:48:57 +08:00 committed by GitHub
commit 47c8bc5303
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 114 additions and 25 deletions

View file

@ -120,7 +120,7 @@ export function resolveCliGenerationConfig(
// Log warnings if any
for (const warning of resolved.warnings) {
console.warn(`[modelProviderUtils] ${warning}`);
console.warn(warning);
}
// Resolve OpenAI logging config (CLI-specific, not part of core resolver)