mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#6474)
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
f04e7b0cc5
commit
2f8fd889a5
3 changed files with 16 additions and 17 deletions
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- feat: add SambaNova provider integration (#6077 by @snova-jorgep, PR by @snova-jorgep)
|
||||
- feat: add Doubao provider integration (thanks @AntiMoron!)
|
||||
- feat: set horizon-alpha model max tokens to 32k for OpenRouter (thanks @app/roomote!)
|
||||
- feat: add zai-org/GLM-4.5-FP8 model to Chutes AI provider (#6440 by @leakless21, PR by @app/roomote)
|
||||
- feat: add symlink support for AGENTS.md file loading (thanks @app/roomote!)
|
||||
- feat: optionally add task history context to prompt enhancement (thanks @liwilliam2021!)
|
||||
- fix: remove misleading task resumption message (#5850 by @KJ7LNW, PR by @KJ7LNW)
|
||||
- feat: add pattern to support Databricks /invocations endpoints (thanks @adambrand!)
|
||||
- fix: resolve navigator global error by updating mammoth and bluebird dependencies (#6356 by @hishtadlut, PR by @app/roomote)
|
||||
- feat: enhance token counting by extracting text from messages using VSCode LM API (#6112 by @sebinseban, PR by @NaccOll)
|
||||
- feat: auto-refresh marketplace data when organization settings change (thanks @app/roomote!)
|
||||
- fix: kill button for execute_command tool (thanks @daniel-lxs!)
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,5 +1,20 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.25.4] - 2025-07-30
|
||||
|
||||
- feat: add SambaNova provider integration (#6077 by @snova-jorgep, PR by @snova-jorgep)
|
||||
- feat: add Doubao provider integration (thanks @AntiMoron!)
|
||||
- feat: set horizon-alpha model max tokens to 32k for OpenRouter (thanks @app/roomote!)
|
||||
- feat: add zai-org/GLM-4.5-FP8 model to Chutes AI provider (#6440 by @leakless21, PR by @app/roomote)
|
||||
- feat: add symlink support for AGENTS.md file loading (thanks @app/roomote!)
|
||||
- feat: optionally add task history context to prompt enhancement (thanks @liwilliam2021!)
|
||||
- fix: remove misleading task resumption message (#5850 by @KJ7LNW, PR by @KJ7LNW)
|
||||
- feat: add pattern to support Databricks /invocations endpoints (thanks @adambrand!)
|
||||
- fix: resolve navigator global error by updating mammoth and bluebird dependencies (#6356 by @hishtadlut, PR by @app/roomote)
|
||||
- feat: enhance token counting by extracting text from messages using VSCode LM API (#6112 by @sebinseban, PR by @NaccOll)
|
||||
- feat: auto-refresh marketplace data when organization settings change (thanks @app/roomote!)
|
||||
- fix: kill button for execute_command tool (thanks @daniel-lxs!)
|
||||
|
||||
## [3.25.3] - 2025-07-30
|
||||
|
||||
- Allow queueing messages with images
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.25.3",
|
||||
"version": "3.25.4",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue