Merge branch 'openclaw:main' into qianfan

This commit is contained in:
ide-rea 2026-02-05 13:36:44 +08:00 committed by GitHub
commit 9ccbd57016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -232,7 +232,10 @@ export async function runCronIsolatedAgentTurn(params: {
});
}
if (thinkLevel === "xhigh" && !supportsXHighThinking(provider, model)) {
throw new Error(`Thinking level "xhigh" is only supported for ${formatXHighModelHint()}.`);
logWarn(
`[cron:${params.job.id}] Thinking level "xhigh" is not supported for ${provider}/${model}; downgrading to "high".`,
);
thinkLevel = "high";
}
const timeoutMs = resolveAgentTimeoutMs({