mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#6565)
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
b9cd1e1b2c
commit
f7b2bb0384
3 changed files with 17 additions and 20 deletions
|
|
@ -1,19 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote)
|
||||
- Fix: LM Studio model context length (#5075 by @Angular-Angel, PR by @pwilkin)
|
||||
- Fix: VB.NET indexing by implementing fallback chunking system (#6420 by @JensvanZutphen, PR by @daniel-lxs)
|
||||
- Add auto-approved cost limits (thanks @hassoncs!)
|
||||
- Add Cerebras as a provider (thanks @kevint-cerebras!)
|
||||
- Add Qwen 3 Coder from Cerebras (thanks @kevint-cerebras!)
|
||||
- Fix: Handle Qdrant deletion errors gracefully to prevent indexing interruption (thanks @daniel-lxs!)
|
||||
- Fix: Restore message sending when clicking save button (thanks @daniel-lxs!)
|
||||
- Fix: Linter not applied to locales/\*/README.md (thanks @liwilliam2021!)
|
||||
- Handle more variations of chaining and subshell command validation
|
||||
- More tolerant search/replace match
|
||||
- Clean up the auto-approve UI (thanks @mrubens!)
|
||||
- Skip interpolation for non-existent slash commands (thanks @app/roomote!)
|
||||
- Cloud service cleanup callbacks / move to events
|
||||
- Phase 1 website updates (thanks @thill2323!)
|
||||
16
CHANGELOG.md
16
CHANGELOG.md
|
|
@ -1,5 +1,21 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.25.5] - 2025-08-01
|
||||
|
||||
- Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote)
|
||||
- Fix: LM Studio model context length (#5075 by @Angular-Angel, PR by @pwilkin)
|
||||
- Fix: VB.NET indexing by implementing fallback chunking system (#6420 by @JensvanZutphen, PR by @daniel-lxs)
|
||||
- Add auto-approved cost limits (thanks @hassoncs!)
|
||||
- Add Cerebras as a provider (thanks @kevint-cerebras!)
|
||||
- Add Qwen 3 Coder from Cerebras (thanks @kevint-cerebras!)
|
||||
- Fix: Handle Qdrant deletion errors gracefully to prevent indexing interruption (thanks @daniel-lxs!)
|
||||
- Fix: Restore message sending when clicking save button (thanks @daniel-lxs!)
|
||||
- Fix: Linter not applied to locales/\*/README.md (thanks @liwilliam2021!)
|
||||
- Handle more variations of chaining and subshell command validation
|
||||
- More tolerant search/replace match
|
||||
- Clean up the auto-approve UI (thanks @mrubens!)
|
||||
- Skip interpolation for non-existent slash commands (thanks @app/roomote!)
|
||||
|
||||
## [3.25.4] - 2025-07-30
|
||||
|
||||
- feat: add SambaNova provider integration (#6077 by @snova-jorgep, PR by @snova-jorgep)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.25.4",
|
||||
"version": "3.25.5",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue