fix(coding-agent): parse :thinking suffix from custom model IDs in fallback path

Fixes #5552
This commit is contained in:
haoqixu
2026-06-10 01:59:29 +08:00
parent c5582102f5
commit aa03982169
3 changed files with 144 additions and 5 deletions

View File

@@ -360,6 +360,7 @@ function buildSessionOptions(
const resolved = resolveCliModel({
cliProvider: parsed.provider,
cliModel: parsed.model,
cliThinking: parsed.thinking,
modelRegistry,
});
if (resolved.warning) {