mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-18 00:11:40 +00:00
* fix(anthropic): delegate adaptive CLI effort Strip static --effort args for adaptive runs so Claude Code resolves effort from its environment, settings, and model default. Preserve configured effort for off or absent thinking and replace it only for concrete OpenClaw levels. Fixes #103245 Co-authored-by: Dan Korotin <korotin.daniil@gmail.com> * fix(anthropic): make effort dispatch exhaustive --------- Co-authored-by: Dan Korotin <korotin.daniil@gmail.com>