diff options
| author | Nhan Nguyen <[email protected]> | 2026-01-15 16:14:23 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-15 15:14:23 -0600 |
| commit | f5fd54598f0028b1e919161e02c14dbd7e5ff04a (patch) | |
| tree | fd548bb6d4a1031ecc399add06412a0dc92bfb33 /packages/web/src/content/docs/tui.mdx | |
| parent | 0f7b17b1b47e127946ec5547ee9669eec5df0f4d (diff) | |
| download | opencode-f5fd54598f0028b1e919161e02c14dbd7e5ff04a.tar.gz opencode-f5fd54598f0028b1e919161e02c14dbd7e5ff04a.zip | |
docs: add /thinking command documentation (#8722)
Diffstat (limited to 'packages/web/src/content/docs/tui.mdx')
| -rw-r--r-- | packages/web/src/content/docs/tui.mdx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/tui.mdx b/packages/web/src/content/docs/tui.mdx index a7f59f215..085eb6169 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. |
