chore(sync): mirror docs from openclaw/openclaw@30e079dd89

This commit is contained in:
openclaw-docs-sync[bot] 2026-05-08 13:05:05 +00:00
parent c080c99e94
commit 6c3b443b28
2 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
{
"repository": "openclaw/openclaw",
"sha": "5e27993cbec9bcfa23bebb082f4dda2cd46b63fe",
"sha": "30e079dd89b451ca22cb360ca887bd9367cc7939",
"sources": {
"openclaw": {
"repository": "openclaw/openclaw",
"sha": "5e27993cbec9bcfa23bebb082f4dda2cd46b63fe"
"sha": "30e079dd89b451ca22cb360ca887bd9367cc7939"
},
"clawhub": {
"repository": "openclaw/clawhub",
"sha": "38c21345906ab1f107a91b33bb86b63667d96643"
}
},
"syncedAt": "2026-05-08T10:46:08.319Z"
"syncedAt": "2026-05-08T13:03:40.138Z"
}

View File

@ -106,7 +106,7 @@ title: "Thinking levels"
- `stream` (Telegram only): streams reasoning into the Telegram draft bubble while the reply is generating, then sends the final answer without reasoning.
- Alias: `/reason`.
- Send `/reasoning` (or `/reasoning:`) with no argument to see the current reasoning level.
- Resolution order: inline directive, then session override, then per-agent default (`agents.list[].reasoningDefault`), then fallback (`off`).
- Resolution order: inline directive, then session override, then per-agent default (`agents.list[].reasoningDefault`), then global default (`agents.defaults.reasoningDefault`), then fallback (`off`).
Malformed local-model reasoning tags are handled conservatively. Closed `<think>...</think>` blocks stay hidden on normal replies, and unclosed reasoning after already visible text is also hidden. If a reply is fully wrapped in a single unclosed opening tag and would otherwise deliver as empty text, OpenClaw removes the malformed opening tag and delivers the remaining text.