mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
Merge pull request #715 from RooVetGit/changeset-release/main
Changeset version bump
This commit is contained in:
commit
81285c3774
6 changed files with 18 additions and 18 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add shortcuts to the currently open tabs in the "Add File" section of @-mentions (thanks @olup!)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Visual cleanup to the list of modes on the prompts tab
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.3.10
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,5 +1,20 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.3.10]
|
||||
|
||||
- Add shortcuts to the currently open tabs in the "Add File" section of @-mentions (thanks @olup!)
|
||||
- Fix pricing for o1-mini (thanks @hesara!)
|
||||
- Fix context window size calculation (thanks @MuriloFP!)
|
||||
- Improvements to experimental unified diff strategy and selection logic in code actions (thanks @nissa-seru!)
|
||||
- Enable markdown formatting in o3 and o1 (thanks @nissa-seru!)
|
||||
- Improved terminal shell detection logic (thanks @canvrno for the original and @nissa-seru for the port!)
|
||||
- Fix occasional errors when switching between API profiles (thanks @samhvw8!)
|
||||
- Visual improvements to the list of modes on the prompts tab
|
||||
- Fix double-scrollbar in provider dropdown
|
||||
- Visual cleanup to the list of modes on the prompts tab
|
||||
- Improvements to the default prompts for Architect and Ask mode
|
||||
- Allow switching between modes with slash messages like `/ask why is the sky blue?`
|
||||
|
||||
## [3.3.9]
|
||||
|
||||
- Add o3-mini-high and o3-mini-low
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.3.9",
|
||||
"version": "3.3.10",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.3.9",
|
||||
"version": "3.3.10",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.26.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "Roo Code (prev. Roo Cline)",
|
||||
"description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.3.9",
|
||||
"version": "3.3.10",
|
||||
"icon": "assets/icons/rocket.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue