Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
afe8fbeeeb
Update CHANGELOG.md 2025-09-03 09:48:48 -04:00
github-actions[bot]
093b480bb2 changeset version bump 2025-09-03 13:45:56 +00:00
3 changed files with 11 additions and 12 deletions

View file

@ -1,11 +0,0 @@
---
"roo-cline": patch
---
![3.26.5 Release - Enhanced AI Thinking Capabilities](/releases/3.26.5-release.png)
- feat: Add support for Qwen3 235B A22B Thinking 2507 model in chutes (thanks @mohammad154!)
- feat: Add auto-approve support for MCP access_resource tool (#7565 by @m-ibm, PR by @daniel-lxs)
- feat: Add configurable embedding batch size for code indexing (#7356 by @BenLampson, PR by @app/roomote)
- fix: Add cache reporting support for OpenAI-Native provider (thanks @hannesrudolph!)
- feat: Move message queue to the extension host for better performance (thanks @cte!)

View file

@ -1,5 +1,15 @@
# Roo Code Changelog
## [3.26.5] - 2025-09-03
![3.26.5 Release - Enhanced AI Thinking Capabilities](/releases/3.26.5-release.png)
- feat: Add support for Qwen3 235B A22B Thinking 2507 model in chutes (thanks @mohammad154!)
- feat: Add auto-approve support for MCP access_resource tool (#7565 by @m-ibm, PR by @daniel-lxs)
- feat: Add configurable embedding batch size for code indexing (#7356 by @BenLampson, PR by @app/roomote)
- fix: Add cache reporting support for OpenAI-Native provider (thanks @hannesrudolph!)
- feat: Move message queue to the extension host for better performance (thanks @cte!)
## [3.26.4] - 2025-09-01
![3.26.4 Release - Memory Optimization](/releases/3.26.4-release.png)

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.26.4",
"version": "3.26.5",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",