-
-
Notifications
You must be signed in to change notification settings - Fork 27
Native harnesses do not apply planned reasoning effort consistently #53
Copy link
Copy link
Open
Labels
P1Urgent regression or broken agent/channel workflow affecting real users now.Urgent regression or broken agent/channel workflow affecting real users now.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Description
Metadata
Metadata
Assignees
Labels
P1Urgent regression or broken agent/channel workflow affecting real users now.Urgent regression or broken agent/channel workflow affecting real users now.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
Priority
None yet
Problem
Native eval plans record a reasoning effort, and the LiteLLM proxy enforces it upstream, but the harness clients do not consistently receive the same setting.
The clearest mismatch is OpenClaw: a
reasoning_effort: highrun still invokesopenclaw agent --thinking off. This makes cross-harness comparisons confounded because the provider request and the agent runtime disagree about reasoning mode.Expected behavior
Each native harness should receive the plan's reasoning effort through its supported client control:
--thinkingagent.reasoning_effortmodel_reasoning_effort--effortWhen the plan omits reasoning effort, each harness should retain its existing default.
Evidence
Observed in the July 29, 2026 OpenClaw r0 trace:
reasoning_effort: high--thinking offthinkLevel: offThis should be fixed before using token, latency, or quality deltas for harness comparisons.