Skip to content

Commit de48e5a

Browse files
authored
fix(docs): adding thinking-mode command and correct formatting in command table for better readability (#183)
1 parent 0ddb644 commit de48e5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,16 @@ During chat, use these commands:
265265
| `load-config` | `lc` | Load tool and model configuration from a file |
266266
| `loop-limit` | `ll` | Set maximum iterative tool-loop iterations (Agent Mode). Default: 3 |
267267
| `model` | `m` | List and select a different Ollama model |
268-
| `model-config` | `mc` | Configure advanced model parameters and system prompt|
269-
| `prompts` | `pr` | Browse and view all available MCP prompts |
268+
| `model-config` | `mc` | Configure advanced model parameters and system prompt |
269+
| `prompts` | `pr` | Browse and view all available MCP prompts |
270270
| `/prompt_name` | - | Invoke a specific prompt by name (e.g., `/summarize`) |
271-
| `quit`, `exit`, `bye` | `q` or `Ctrl+D` | Exit the client |
271+
| `quit`, `exit`, `bye` | `q` or `Ctrl+D` | Exit the client |
272272
| `reload-servers` | `rs` | Reload all MCP servers with current configuration |
273273
| `reset-config` | `rc` | Reset configuration to defaults (all tools enabled) |
274274
| `save-config` | `sc` | Save current tool and model configuration to a file |
275275
| `show-metrics` | `sm` | Toggle performance metrics display |
276276
| `show-thinking` | `st` | Toggle thinking text visibility |
277+
| `thinking-mode` | `tm` | Toggle thinking mode on supported models |
277278
| `show-tool-execution` | `ste` | Toggle tool execution display visibility |
278279
| `tools` | `t` | Open the tool selection interface |
279280

0 commit comments

Comments
 (0)