Skip to content

Commit f5fd545

Browse files
authored
docs: add /thinking command documentation (#8722)
1 parent 0f7b17b commit f5fd545

File tree

1 file changed

+14
-0
lines changed
  • packages/web/src/content/docs

1 file changed

+14
-0
lines changed

packages/web/src/content/docs/tui.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,20 @@ List available themes.
242242

243243
---
244244

245+
### thinking
246+
247+
Toggle the visibility of thinking/reasoning blocks in the conversation. When enabled, you can see the model's reasoning process for models that support extended thinking.
248+
249+
:::note
250+
This command only controls whether thinking blocks are **displayed** - it does not enable or disable the model's reasoning capabilities. To toggle actual reasoning capabilities, use `ctrl+t` to cycle through model variants.
251+
:::
252+
253+
```bash frame="none"
254+
/thinking
255+
```
256+
257+
---
258+
245259
### undo
246260

247261
Undo last message in the conversation. Removes the most recent user message, all subsequent responses, and any file changes.

0 commit comments

Comments
 (0)