From a794030be851cc227d70e722d03f2ed31a0f9376 Mon Sep 17 00:00:00 2001 From: Nathan Nguyen Date: Thu, 15 Jan 2026 14:36:47 -0500 Subject: [PATCH] docs: add /thinking command documentation Closes #8287 --- packages/web/src/content/docs/tui.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/web/src/content/docs/tui.mdx b/packages/web/src/content/docs/tui.mdx index a7f59f21599..085eb6169f8 100644 --- a/packages/web/src/content/docs/tui.mdx +++ b/packages/web/src/content/docs/tui.mdx @@ -242,6 +242,20 @@ List available themes. --- +### thinking + +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. + +:::note +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. +::: + +```bash frame="none" +/thinking +``` + +--- + ### undo Undo last message in the conversation. Removes the most recent user message, all subsequent responses, and any file changes.