mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#7429)
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:
parent
f9921ff194
commit
7c91e4f259
3 changed files with 21 additions and 22 deletions
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
- Sonic -> Grok Code Fast
|
||||
- Fix: Handle Mistral thinking content as reasoning chunks (#6842 by @Biotrioo, PR by @app/roomote)
|
||||
- Fix: Make auto approve toggle trigger stay (#3909 by @kyle-apex, PR by @elianiva)
|
||||
- Fix: Preserve user input when selecting follow-up choices (#7316 by @teihome, PR by @daniel-lxs)
|
||||
- Fix: Resolve newTaskRequireTodos setting not working correctly (thanks @hannesrudolph!)
|
||||
- Fix: Requesty model listing (#7377 by @dtrugman, PR by @dtrugman)
|
||||
- feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote)
|
||||
- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @app/roomote!)
|
||||
- feat: Hide static providers with no models from provider list (thanks @daniel-lxs!)
|
||||
- Add a built-in /init slash command (thanks @mrubens and @hannesrudolph!)
|
||||
- Add todos parameter to new_task tool usage in issue-fixer mode (thanks @hannesrudolph!)
|
||||
- Handle substitution patterns in command validation (thanks @mrubens!)
|
||||
- Mark code-workspace files as protected (thanks @mrubens!)
|
||||
- Update list of default allowed commands (thanks @mrubens!)
|
||||
- Follow symlinks in rooignore checks (thanks @mrubens!)
|
||||
- Show cache read and write prices for OpenRouter inference providers (thanks @chrarnoldus!)
|
||||
- chore(deps): Update dependency drizzle-kit to v0.31.4 (thanks @app/renovate!)
|
||||
20
CHANGELOG.md
20
CHANGELOG.md
|
|
@ -1,5 +1,25 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.26.0] - 2025-08-26
|
||||
|
||||
- Sonic -> Grok Code Fast
|
||||
- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @evinelias and Cline!)
|
||||
- feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote)
|
||||
- Add a built-in /init slash command (thanks @mrubens and @hannesrudolph!)
|
||||
- Fix: Make auto approve toggle trigger stay (#3909 by @kyle-apex, PR by @elianiva)
|
||||
- Fix: Preserve user input when selecting follow-up choices (#7316 by @teihome, PR by @daniel-lxs)
|
||||
- Fix: Handle Mistral thinking content as reasoning chunks (#6842 by @Biotrioo, PR by @app/roomote)
|
||||
- Fix: Resolve newTaskRequireTodos setting not working correctly (thanks @hannesrudolph!)
|
||||
- Fix: Requesty model listing (#7377 by @dtrugman, PR by @dtrugman)
|
||||
- feat: Hide static providers with no models from provider list (thanks @daniel-lxs!)
|
||||
- Add todos parameter to new_task tool usage in issue-fixer mode (thanks @hannesrudolph!)
|
||||
- Handle substitution patterns in command validation (thanks @mrubens!)
|
||||
- Mark code-workspace files as protected (thanks @mrubens!)
|
||||
- Update list of default allowed commands (thanks @mrubens!)
|
||||
- Follow symlinks in rooignore checks (thanks @mrubens!)
|
||||
- Show cache read and write prices for OpenRouter inference providers (thanks @chrarnoldus!)
|
||||
- chore(deps): Update dependency drizzle-kit to v0.31.4 (thanks @app/renovate!)
|
||||
|
||||
## [3.25.23] - 2025-08-22
|
||||
|
||||
- feat: add custom base URL support for Requesty provider (thanks @requesty-JohnCosta27!)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.25.23",
|
||||
"version": "3.26.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue