fix(coding-agent): parse :thinking suffix from custom model IDs in fallback path
Fixes #5552
This commit is contained in:
@@ -360,6 +360,7 @@ function buildSessionOptions(
|
||||
const resolved = resolveCliModel({
|
||||
cliProvider: parsed.provider,
|
||||
cliModel: parsed.model,
|
||||
cliThinking: parsed.thinking,
|
||||
modelRegistry,
|
||||
});
|
||||
if (resolved.warning) {
|
||||
|
||||
Reference in New Issue
Block a user