Changeset version bump (#7630)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-09-03 09:49:02 -04:00 committed by GitHub
parent c0b9e7adcf
commit 130ce2936e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",