Skip to content

Commit be544b4

Browse files
committed
add stuff about reasoning
1 parent af9d43d commit be544b4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading

release-notes/v1_106.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,19 @@ Edit Prompt File works with prompts that have an associated file, including user
235235

236236
We changed the default behavior of the agent to no longer automatically open edited files in an editor. If you prefer the previous behavior, you can enable the setting `setting(accessibility.openChatEditedFiles)`.
237237

238+
### Reasoning in Chat (Experimental)
239+
240+
**Setting**: `setting(chat.agent.thinkingStyle)`, `setting(chat.agent.thinking.collapsedTools)`
241+
242+
Last iteration, we added the `setting(chat.agent.thinkingStyle)` setting which enabled displaying thinking tokens in chat. This is now available in more models! As of this release, GPT-5-Codex, GPT-5, GPT-5 mini, and Gemini 2.5 Pro support this.
243+
244+
The `setting(chat.agent.thinkingStyle)` has been adjusted to 3 more common styles, with `fixedScrolling` as the default which will show the most recent chain of thoughts.
245+
246+
An additional setting, `setting(chat.agent.thinking.collapsedTools)` will add tool calls into the collapsible thinking UI.
247+
248+
![Screenshot showing reasoning tokens displayed in chat with interweaved tool cals and reasoning output. This is the UI with `fixedScrolling` and `readOnly` for the respective thinking settings.](images/1_106/reasoning.png)
249+
250+
238251
## MCP
239252

240253
### MCP server access for your organization or enterprise

0 commit comments

Comments
 (0)