Skip to content

Commit 480f291

Browse files
Add release notes for v3.32.0 (#410)
1 parent 076488e commit 480f291

File tree

4 files changed

+46
-1
lines changed

4 files changed

+46
-1
lines changed

docs/update-notes/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,15 @@ image: /img/social-share.jpg
1414

1515
# Update Notes
1616

17+
18+
---
19+
20+
### Version 3.32
21+
22+
* [3.32.0](/update-notes/v3.32.0) (2025-11-14)
1723

1824
---
19-
25+
2026
### Version 3.31
2127

2228
* [3.31](/update-notes/v3.31) (Combined)

docs/update-notes/v3.32.0.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
description: Roo Code 3.32.0 adds GPT-5.1 models, enables OpenAI Responses prompt caching, fixes the share button, and improves release-note traceability.
3+
keywords:
4+
- roo code 3.32.0
5+
- gpt-5.1
6+
- openai prompt caching
7+
- reasoning summaries
8+
- bug fixes
9+
image: /img/v3.32.0/v3.32.0.png
10+
---
11+
12+
# Roo Code 3.32.0 Release Notes (2025-11-14)
13+
14+
This release adds GPT-5.1 models, enables OpenAI Responses prompt caching, fixes the share button, and improves release-note traceability.
15+
16+
<img src="/img/v3.32.0/v3.32.0.png" alt="Roo Code v3.32.0 Release" width="600" />
17+
18+
## Features & Improvements
19+
20+
* **GPT-5.1 in Roo Code** ([#9252](https://github.com/RooCodeInc/Roo-Code/pull/9252), [#9258](https://github.com/RooCodeInc/Roo-Code/pull/9258), [#9261](https://github.com/RooCodeInc/Roo-Code/pull/9261), [#9259](https://github.com/RooCodeInc/Roo-Code/pull/9259)): Adds all new GPT-5.1 models to the OpenAI Native provider with extended 24‑hour prompt caching support, all new GPT-5.1 models and overall support for 51 throughout other supported providers.
21+
22+
- **Adaptive reasoning**: GPT-5.1 includes adaptive reasoning that adjusts effort based on task complexity for faster and more efficient results.
23+
- **Better tone and instruction following**: GPT-5.1 provides improved tone control and stronger instruction following so outputs match your brand voice more naturally.
24+
- **Stronger software engineering performance**: GPT-5.1 delivers more reliable software engineering performance with better code generation, stronger edge case handling, and improved logic planning.
25+
26+
## Bug Fixes
27+
28+
- **Share button works reliably again**: Fixes the Share button so you can open the share popover and send shared tasks and messages without failures ([#9253](https://github.com/RooCodeInc/Roo-Code/pull/9253)).
29+
30+
### Misc
31+
32+
- **Release notes are easier to audit**: The internal release guide now requires PR numbers in release notes so each documented change can be traced back to its source PR ([#9236](https://github.com/RooCodeInc/Roo-Code/pull/9236)).

sidebars.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,13 @@ const sidebars: SidebarsConfig = {
218218
label: 'Update Notes',
219219
items: [
220220
'update-notes/index',
221+
{
222+
type: 'category',
223+
label: '3.32',
224+
items: [
225+
{ type: 'doc', id: 'update-notes/v3.32.0', label: '3.32.0' },
226+
],
227+
},
221228
{
222229
type: 'category',
223230
label: '3.31',

static/img/v3.32.0/v3.32.0.png

1.06 MB
Loading

0 commit comments

Comments
 (0)