Merge branch 'openclaw:main' into qianfan

This commit is contained in:
ide-rea
2026-02-05 13:36:44 +08:00
committed by GitHub

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({