Skip to content

Commit 74a5c3a

Browse files
committed
docs(update-notes): trim thanks in v3.36.9 notes
1 parent 6692d6e commit 74a5c3a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

docs/update-notes/v3.36.9.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,25 @@ If you’re already using **OpenRouter**, you’ve been getting native tool call
3434

3535
## QOL Improvements
3636

37-
* **More complete streaming failure details**: Improves the streaming failure UI so you can view/copy full error details directly in Roo instead of relying on the developer console (thanks roomote!) ([#10131](https://github.com/RooCodeInc/Roo-Code/pull/10131))
38-
* **Richer error details dialog**: Adds extra context (extension version, provider/model, timestamp, etc.) to the error details dialog to make debugging and reporting issues faster (thanks roomote!) ([#10050](https://github.com/RooCodeInc/Roo-Code/pull/10050))
39-
* **Fewer read_file failures on large files**: Improves large-file reading by incrementally reading up to a token budget and returning cleaner truncation when needed (thanks jr!) ([#10052](https://github.com/RooCodeInc/Roo-Code/pull/10052))
37+
* **More complete streaming failure details**: Improves the streaming failure UI so you can view/copy full error details directly in Roo instead of relying on the developer console ([#10131](https://github.com/RooCodeInc/Roo-Code/pull/10131))
38+
* **Richer error details dialog**: Adds extra context (extension version, provider/model, timestamp, etc.) to the error details dialog to make debugging and reporting issues faster ([#10050](https://github.com/RooCodeInc/Roo-Code/pull/10050))
39+
* **Fewer read_file failures on large files**: Improves large-file reading by incrementally reading up to a token budget and returning cleaner truncation when needed ([#10052](https://github.com/RooCodeInc/Roo-Code/pull/10052))
4040

4141
## Bug Fixes
4242

43-
* **Cross-provider tool-call ID compatibility**: Fixes an issue where tool calls could fail when routing via OpenRouter to providers/models with stricter tool-call ID requirements (thanks daniel-lxs!) ([#10102](https://github.com/RooCodeInc/Roo-Code/pull/10102))
44-
* **MCP nested schema compatibility**: Fixes an issue where MCP tools could fail against stricter schema validation by ensuring nested tool schemas set `additionalProperties: false` (thanks daniel-lxs!) ([#10109](https://github.com/RooCodeInc/Roo-Code/pull/10109))
45-
* **More reliable delegation resume**: Fixes an issue where resuming a parent task after delegation could fail due to mismatched tool result IDs (thanks daniel-lxs!) ([#10135](https://github.com/RooCodeInc/Roo-Code/pull/10135))
46-
* **Avoid deleting the wrong API messages**: Fixes a race condition where deleting a user message could remove earlier assistant API messages, especially during streaming/tool use (thanks hannesrudolph!) ([#10113](https://github.com/RooCodeInc/Roo-Code/pull/10113))
47-
* **Deduplicate MCP tools across configs**: Fixes a “tool is already defined” error when the same MCP server exists in both global and project configs (thanks daniel-lxs!) ([#10096](https://github.com/RooCodeInc/Roo-Code/pull/10096))
48-
* **Fix provider pricing page link**: Fixes a broken route so the provider pricing link takes you to the correct destination (thanks brunobergher!) ([#10107](https://github.com/RooCodeInc/Roo-Code/pull/10107))
43+
* **Cross-provider tool-call ID compatibility**: Fixes an issue where tool calls could fail when routing via OpenRouter to providers/models with stricter tool-call ID requirements ([#10102](https://github.com/RooCodeInc/Roo-Code/pull/10102))
44+
* **MCP nested schema compatibility**: Fixes an issue where MCP tools could fail against stricter schema validation by ensuring nested tool schemas set `additionalProperties: false` ([#10109](https://github.com/RooCodeInc/Roo-Code/pull/10109))
45+
* **More reliable delegation resume**: Fixes an issue where resuming a parent task after delegation could fail due to mismatched tool result IDs ([#10135](https://github.com/RooCodeInc/Roo-Code/pull/10135))
46+
* **Avoid deleting the wrong API messages**: Fixes a race condition where deleting a user message could remove earlier assistant API messages, especially during streaming/tool use ([#10113](https://github.com/RooCodeInc/Roo-Code/pull/10113))
47+
* **Deduplicate MCP tools across configs**: Fixes a “tool is already defined” error when the same MCP server exists in both global and project configs ([#10096](https://github.com/RooCodeInc/Roo-Code/pull/10096))
48+
* **Fix provider pricing page link**: Fixes a broken route so the provider pricing link takes you to the correct destination ([#10107](https://github.com/RooCodeInc/Roo-Code/pull/10107))
4949

5050
## Misc Improvements
5151

52-
* **Control public task sharing**: Adds an organization-level setting to disable public task sharing links (thanks mrubens!) ([#10105](https://github.com/RooCodeInc/Roo-Code/pull/10105))
53-
* **Evals UI: clearer tool grouping + duration fixes**: Improves the evals UI by grouping related tools and fixing cases where run duration could be missing or incorrect (thanks hannesrudolph!) ([#10133](https://github.com/RooCodeInc/Roo-Code/pull/10133))
52+
* **Control public task sharing**: Adds an organization-level setting to disable public task sharing links ([#10105](https://github.com/RooCodeInc/Roo-Code/pull/10105))
53+
* **Evals UI: clearer tool grouping + duration fixes**: Improves the evals UI by grouping related tools and fixing cases where run duration could be missing or incorrect ([#10133](https://github.com/RooCodeInc/Roo-Code/pull/10133))
5454

5555
## Provider Updates
5656

57-
* **Bedrock custom ARNs are less restrictive**: Removes overly strict ARN validation that could block valid AWS Bedrock custom ARNs, while keeping a non-blocking region mismatch warning (thanks roomote, wisestmumbler!) ([#10110](https://github.com/RooCodeInc/Roo-Code/pull/10110))
58-
* **Cleaner Bedrock service tier UI**: Removes extra description text under the Bedrock service tier selector to make the UI easier to scan (thanks mrubens!) ([#10118](https://github.com/RooCodeInc/Roo-Code/pull/10118))
57+
* **Bedrock custom ARNs are less restrictive**: Removes overly strict ARN validation that could block valid AWS Bedrock custom ARNs, while keeping a non-blocking region mismatch warning ([#10110](https://github.com/RooCodeInc/Roo-Code/pull/10110))
58+
* **Cleaner Bedrock service tier UI**: Removes extra description text under the Bedrock service tier selector to make the UI easier to scan ([#10118](https://github.com/RooCodeInc/Roo-Code/pull/10118))

docs/update-notes/v3.36.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ You can now configure how Enter behaves in the chat input so it better fits mult
147147
* **Z.ai endpoint options**: Adds endpoint options for users on API billing instead of the Coding plan ([#9894](https://github.com/RooCodeInc/Roo-Code/pull/9894))
148148
* **More detailed OpenRouter error reporting**: Captures more provider-specific error metadata so failures are easier to diagnose ([#10073](https://github.com/RooCodeInc/Roo-Code/pull/10073))
149149
* **OpenRouter tool support for OpenAI models**: Makes tool usage more predictable by explicitly enabling `apply_patch` and avoiding unsupported file-writing tools ([#10082](https://github.com/RooCodeInc/Roo-Code/pull/10082))
150-
* **AWS Bedrock service tier support**: Adds a Bedrock service tier option (Standard/Flex/Priority) for supported models (thanks Smartsheet-JB-Brown!) ([#9955](https://github.com/RooCodeInc/Roo-Code/pull/9955))
151-
* **Amazon Nova 2 Lite in Bedrock**: Adds the Nova 2 Lite model to the Bedrock provider model list (thanks Smartsheet-JB-Brown!) ([#9830](https://github.com/RooCodeInc/Roo-Code/pull/9830))
150+
* **AWS Bedrock service tier support**: Adds a Bedrock service tier option (Standard/Flex/Priority) for supported models ([#9955](https://github.com/RooCodeInc/Roo-Code/pull/9955))
151+
* **Amazon Nova 2 Lite in Bedrock**: Adds the Nova 2 Lite model to the Bedrock provider model list ([#9830](https://github.com/RooCodeInc/Roo-Code/pull/9830))
152152
* **Native tools by default (more providers)**: Defaults more providers to the native tool protocol for more consistent tool calling across providers ([#10059](https://github.com/RooCodeInc/Roo-Code/pull/10059), [#10021](https://github.com/RooCodeInc/Roo-Code/pull/10021))
153153
* **Bedrock custom ARNs are less restrictive**: Removes overly strict ARN validation that could block valid AWS Bedrock custom ARNs, while keeping a non-blocking region mismatch warning ([#10110](https://github.com/RooCodeInc/Roo-Code/pull/10110))
154154
* **Cleaner Bedrock service tier UI**: Removes extra description text under the Bedrock service tier selector to make the UI easier to scan ([#10118](https://github.com/RooCodeInc/Roo-Code/pull/10118))

0 commit comments

Comments
 (0)