mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Update CHANGELOG for 3.32.1 release
Added bug fixes for the OpenAI native protocol in version 3.32.1.
This commit is contained in:
parent
81676a77f3
commit
b0f51b96c8
1 changed files with 7 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,10 +1,14 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.32.1
|
||||
## [3.32.1] - 2025-11-14
|
||||
|
||||
### Patch Changes
|
||||

|
||||
|
||||
- 
|
||||
- Fix: Add abort controller for request cancellation in OpenAI native protocol (PR #9276 by @daniel-lxs)
|
||||
- Fix: Resolve duplicate tool blocks causing 'tool has already been used' error in native protocol mode (PR #9275 by @daniel-lxs)
|
||||
- Fix: Prevent duplicate tool_result blocks in native protocol mode for read_file (PR #9272 by @daniel-lxs)
|
||||
- Fix: Correct OpenAI Native handling of encrypted reasoning blocks to prevent errors during condensing (PR #9263 by @hannesrudolph)
|
||||
- Fix: Disable XML parser for native tool protocol to prevent parsing conflicts (PR #9277 by @daniel-lxs)
|
||||
|
||||
## [3.32.0] - 2025-11-14
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue