Skip to content

Commit 70ba2ac

Browse files
committed
docs: add v3.31.2 release notes; update index and sidebar
1 parent 2994b3a commit 70ba2ac

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ image: /img/social-share.jpg
2020
### Version 3.31
2121

2222
* [3.31](/update-notes/v3.31) (Combined)
23+
* [3.31.2](/update-notes/v3.31.2) (2025-11-13)
2324
* [3.31.1](/update-notes/v3.31.1) (2025-11-12)
2425
* [3.31.0](/update-notes/v3.31.0) (2025-11-08)
2526

docs/update-notes/v3.31.2.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
description: Stateless continuity via OpenAI Responses API, faster settings saves, and key fixes for API profiles, auto-approval, and Issue Fixer.
3+
keywords:
4+
- roo code 3.31.2
5+
- new features
6+
- bug fixes
7+
image: /img/social-share.jpg
8+
---
9+
10+
# Roo Code 3.31.2 Release Notes (2025-11-13)
11+
12+
This patch improves stateless conversation continuity, speeds up settings updates, and fixes API profiles, Issue Fixer, and auto‑approval behavior.
13+
14+
15+
## QOL Improvements
16+
17+
* Batched settings updates: saves apply faster with less UI flicker across Settings, Auto Approve, Command Execution, and MCP toggles ([#9165](https://github.com/RooCodeInc/Roo-Code/pull/9165))
18+
* README badges: switched to badgen.net so badges render reliably; Installs and Rating are visible at a glance ([#9200](https://github.com/RooCodeInc/Roo-Code/pull/9200))
19+
20+
## Bug Fixes
21+
22+
* API Profiles: apply updated headers, baseUrl, service tier, and reasoning budget even when provider/model stay the same ([#9210](https://github.com/RooCodeInc/Roo-Code/pull/9210))
23+
* Auto-approval: include MCP server state so tool auto-approval works as configured (thanks bozoweed!) ([#9199](https://github.com/RooCodeInc/Roo-Code/pull/9199))
24+
* Issue Fixer: migrated to GitHub REST + ProjectsV2 to resolve sync errors and restore reliable triage ([#9207](https://github.com/RooCodeInc/Roo-Code/pull/9207))
25+
26+
## Provider Updates
27+
28+
* Conversation continuity via encrypted reasoning items (OpenAI Responses API): preserves context locally while requests remain stateless for better privacy and reliability; removes previous_response_id complexity ([#9203](https://github.com/RooCodeInc/Roo-Code/pull/9203))

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const sidebars: SidebarsConfig = {
223223
label: '3.31',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.31', label: '3.31 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.31.2', label: '3.31.2' },
226227
{ type: 'doc', id: 'update-notes/v3.31.1', label: '3.31.1' },
227228
{ type: 'doc', id: 'update-notes/v3.31.0', label: '3.31.0' },
228229
],

0 commit comments

Comments
 (0)