Selaa lähdekoodia

Merge pull request #1048 from RooVetGit/changeset-release/main

Changeset version bump
Matt Rubens 10 kuukautta sitten
vanhempi
sitoutus
2e52b1c368
4 muutettua tiedostoa jossa 12 lisäystä ja 8 poistoa
  1. 0 5
      .changeset/itchy-tomatoes-tie.md
  2. 9 0
      CHANGELOG.md
  3. 2 2
      package-lock.json
  4. 1 1
      package.json

+ 0 - 5
.changeset/itchy-tomatoes-tie.md

@@ -1,5 +0,0 @@
----
-"roo-cline": patch
----
-
-v3.3.21

+ 9 - 0
CHANGELOG.md

@@ -1,5 +1,14 @@
 # Roo Code Changelog
 
+## [3.3.21]
+
+- Fix input box revert issue and configuration loss during profile switch (thanks @System233!)
+- Fix default preferred language for zh-cn and zh-tw (thanks @System233!)
+- Fix Mistral integration (thanks @d-oit!)
+- Feature to mention `@terminal` to pull terminal output into context (thanks Cline!)
+- Fix system prompt to make sure Roo knows about all available modes
+- Enable streaming mode for OpenAI o1
+
 ## [3.3.20]
 
 - Support project-specific custom modes in a .roomodes file

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
 	"name": "roo-cline",
-	"version": "3.3.20",
+	"version": "3.3.21",
 	"lockfileVersion": 3,
 	"requires": true,
 	"packages": {
 		"": {
 			"name": "roo-cline",
-			"version": "3.3.20",
+			"version": "3.3.21",
 			"dependencies": {
 				"@anthropic-ai/bedrock-sdk": "^0.10.2",
 				"@anthropic-ai/sdk": "^0.26.0",

+ 1 - 1
package.json

@@ -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.20",
+	"version": "3.3.21",
 	"icon": "assets/icons/rocket.png",
 	"galleryBanner": {
 		"color": "#617A91",