Update CHANGELOG.md

This commit is contained in:
Chris Estreich 2025-04-30 01:57:37 -07:00 committed by GitHub
parent 88be8e61a3
commit bbe23331ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,18 +1,22 @@
# Roo Code Changelog
## 3.15.0
## 3.15.0 - 2025-04-30
### Minor Changes
- Add Reasoning Effort setting for OpenAI Compatible provider
- # Changelog: v3.14.3 → v3.15.0
### Patch Changes
- Use gemini provider when using Gemini on vertex ai
- Add a kill command button to the execute command component
- Overhaul CodeBlock rendering
- Use a fallback terminal if VSCode shell integration fails
- Add prompt caching to the Google Vertex provider (thanks @ashktn)
- Add a fallback mechanism for executing terminal commands if VSCode terminal shell integration fails
- Improve the UI/UX of code snippets in the chat (thanks @KJ7LNW)
- Add a reasoning effort setting for the OpenAI Compatible provider (thanks @mr-ryan-james)
- Allow terminal commands to be stopped directly from the chat UI
- Adjust chat view padding to accommodate small width layouts (thanks @zhangtony239)
- Fix file mentions for filenames containing spaces
- Improve the auto-approve toggle buttons for some high-contrast VSCode themes
- Offload expensive count token operations to a web worker (thanks @samhvw8)
- Improve support for mult-root workspaces (thanks @snoyiatk)
- Simplify and streamline Roo Code's quick actions
- Allow Roo Code settings to be imported from the welcome screen (thanks @julionav)
- Remove unused types (thanks @wkordalski)
- Improve the performance of mode switching (thanks @dlab-anton)
- Fix importing & exporting of custom modes (thanks @julionav)
## [3.14.3] - 2025-04-25