From 9a6909233df3c7b81bc4d40cbe9fc7b8e18f110c Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 17 Jul 2026 17:35:23 -0600 Subject: [PATCH] docs: Added documentation for the new reasoning_effort variable for prompts --- REPL-Prompt.md | 5 ++++- Skills.md | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/REPL-Prompt.md b/REPL-Prompt.md index 47a0ff3..a3726cb 100644 --- a/REPL-Prompt.md +++ b/REPL-Prompt.md @@ -3,7 +3,7 @@ and `right_prompt` settings in the global Coyote configuration file: ```yaml left_prompt: '{color.red}{model}){color.green}{?session {?agent {agent}>}{session}{?role /}}{!session {?agent {agent}>}}{role}{?rag @{rag}}{color.cyan}{?session )}{!session >}{color.reset} ' -right_prompt: '{color.purple}{?session {?consume_tokens {consume_tokens}({consume_percent}%)}{!consume_tokens {consume_tokens}}}{color.reset}' +right_prompt: '{color.cyan}{?reasoning_effort [{reasoning_effort}] }{color.purple}{?session {?consume_tokens {consume_tokens}({consume_percent}%)}{!consume_tokens {consume_tokens}}}{color.reset}' ``` The location of the global configuration file differs between systems, so you can use the following command to find your @@ -65,6 +65,9 @@ max_input_tokens: 4096 # The maximum number of input tokens for the acti # Configuration Variables temperature: 1.0 # The temperature for the active model top_p: 0.9 # The top_p for the active model +reasoning_effort: high # The reasoning effort level for the active model; + # only set when the model supports configurable reasoning (see `reasoning_levels` in the + # [Clients documentation](https://github.com/Dark-Alex-17/coyote/wiki/Clients)) dry_run: true # Whether the given command is flagged to be a dry run stream: false # Whether streaming responses are enabled save: true # Whether shell history is saved diff --git a/Skills.md b/Skills.md index e92468b..653d4a9 100644 --- a/Skills.md +++ b/Skills.md @@ -6,7 +6,8 @@ Multiple skills can be loaded at once. They compose, meaning their instructions their declared MCP servers get acquired automatically. > Skills are *static* curated knowledge packs. For *evolving* facts the LLM curates over time across sessions, -> see [Memory](Memory). +> see [Memory](Memory). For *always-on, human-curated* project rules injected into every prompt, see +> [Workspace Instructions](Workspace-Instructions). Common uses: