You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web/src/content/docs/tui.mdx
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,6 +242,20 @@ List available themes.
242
242
243
243
---
244
244
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
+
245
259
### undo
246
260
247
261
Undo last message in the conversation. Removes the most recent user message, all subsequent responses, and any file changes.
0 commit comments