mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#7339)
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
777a9d9142
commit
0fdd15728d
3 changed files with 7 additions and 8 deletions
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- feat: add custom base URL support for Requesty provider (#7274 by @requesty-JohnCosta27, PR by @daniel-lxs)
|
||||
- feat: add DeepSeek V3.1 model to Chutes AI provider (#7294 by @dmarkey, PR by @app/roomote)
|
||||
- Revert "feat: enable loading Roo modes from multiple files in .roo/roo_modes directory" (thanks @hannesrudolph!)
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.25.23] - 2025-08-22
|
||||
|
||||
- feat: add custom base URL support for Requesty provider (thanks @requesty-JohnCosta27!)
|
||||
- feat: add DeepSeek V3.1 model to Chutes AI provider (#7294 by @dmarkey, PR by @app/roomote)
|
||||
- Revert "feat: enable loading Roo modes from multiple files in .roo/modes directory" temporarily to fix a bug with mode installation
|
||||
|
||||
## [3.25.22] - 2025-08-22
|
||||
|
||||
- Add prompt caching support for Kimi K2 on Groq (thanks @daniel-lxs and @benank!)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.25.22",
|
||||
"version": "3.25.23",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue