mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
Merge pull request #981 from RooVetGit/changeset-release/main
Changeset version bump
This commit is contained in:
commit
e0d45ddfb0
5 changed files with 11 additions and 13 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Disable writing in ask mode
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
v3.3.20
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.3.20]
|
||||
|
||||
- Support project-specific custom modes in a .roomodes file
|
||||
- Add more Mistral models (thanks @d-oit and @bramburn!)
|
||||
- By popular request, make it so Ask mode can't write to Markdown files and is purely for chatting with
|
||||
- Add a setting to control the number of open editor tabs to tell the model about (665 is probably too many!)
|
||||
- Fix race condition bug with entering API key on the welcome screen
|
||||
|
||||
## [3.3.19]
|
||||
|
||||
- Fix a bug where aborting in the middle of file writes would not revert the write
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.3.19",
|
||||
"version": "3.3.20",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.3.19",
|
||||
"version": "3.3.20",
|
||||
"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": "An AI-powered autonomous coding agent that lives in your editor.",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.3.19",
|
||||
"version": "3.3.20",
|
||||
"icon": "assets/icons/rocket.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue