Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/clean-taxis-feel.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/curly-plants-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-houses-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-emus-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fruity-spoons-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-meals-tell.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/seven-kids-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-paths-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-dogs-worry.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/v3.18.0.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/whole-swans-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-dancers-join.md

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Roo Code Changelog

## [3.18.0] - 2025-05-21

- Add support for Gemini 2.5 Flash preview models (thanks @shariqriazz and @daniel-lxs!)
- Add button to task header to intelligently condense content with visual feedback
- Add YAML support for mode definitions (thanks @R-omk!)
- Add allowedMaxRequests feature to cap consecutive auto-approved requests (inspired by Cline, thanks @hassoncs!)
- Add Qwen3 model series to the Chutes provider (thanks @zeozeozeo!)
- Fix more causes of grey screen issues (thanks @xyOz-dev!)
- Add LM Studio reasoning support (thanks @avtc!)
- Add refresh models button for Unbound provider (thanks @pugazhendhi-m!)
- Add template variables for version numbers in announcement strings (thanks @ChuKhaLi!)
- Make prompt input textareas resizable again
- Fix diffview scroll display (thanks @qdaxb!)
- Fix LM Studio and Ollama usage tracking (thanks @xyOz-dev!)
- Fix links to filename:0 (thanks @RSO!)
- Fix missing or inconsistent syntax highlighting across UI components (thanks @KJ7LNW!)
- Fix packaging to include correct tiktoken.wasm (thanks @vagadiya!)
- Fix import settings bugs and position error messages correctly (thanks @ChuKhaLi!)
- Move audio playing to the webview to ensure cross-platform support (thanks @SmartManoj and @samhvw8!)
- Simplify loop syntax in multiple components (thanks @noritaka1166!)
- Auto reload extension core changes in dev mode (thanks @hassoncs!)

## [3.17.2] - 2025-05-15

- Revert "Switch to the new Roo message parser" (appears to cause a tool parsing bug)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.17.2",
"version": "3.18.0",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",
Expand Down
Loading