Description:
When attempting to set the thinking level to 'medium' using the /reasoning medium command, the session_status command incorrectly reports the thinking level as "Think: off". The agent's thinking level appears to be correctly set, but the status display is inconsistent.
Steps to Reproduce:
- Start a new OpenClaw session or reset an existing one.
- Execute the command:
/reasoning medium
- Execute the command:
session_status
Expected Behavior:
The session_status output should display "Think: medium" (or similar, reflecting the set thinking level).
Actual Behavior:
The session_status output displays "Think: off".
Environment Details:
- OpenClaw Version: 2026.2.3-1 (d84eb46)
- Operating System: Linux 5.15.0-168-generic (x64)
- Node Version: v22.22.0
- Model: google/gemini-2.5-flash
- Runtime: direct
- Channel: telegram
Description:
When attempting to set the thinking level to 'medium' using the
/reasoning mediumcommand, thesession_statuscommand incorrectly reports the thinking level as "Think: off". The agent's thinking level appears to be correctly set, but the status display is inconsistent.Steps to Reproduce:
/reasoning mediumsession_statusExpected Behavior:
The
session_statusoutput should display "Think: medium" (or similar, reflecting the set thinking level).Actual Behavior:
The
session_statusoutput displays "Think: off".Environment Details: