Просмотр исходного кода

Changeset version bump (#12085)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hannes Rudolph <[email protected]>
github-actions[bot] 3 дней назад
Родитель
Сommit
9cfaf38d8a

+ 0 - 6
.changeset/add-openai-gpt-5-4-mini-nano.md

@@ -1,6 +0,0 @@
----
-"roo-cline": patch
-"@roo-code/types": patch
----
-
-Add support for OpenAI `gpt-5.4-mini` and `gpt-5.4-nano` models.

+ 0 - 10
.changeset/v3.52.0.md

@@ -1,10 +0,0 @@
----
-"roo-cline": minor
----
-
-- Add Poe as an AI provider so users can access Poe models directly in Roo Code (PR #12015 by @kamilio)
-- Improve the xAI provider by migrating it to the Responses API with reusable transform utilities (#11961 by @carlesso, PR #11962 by @carlesso)
-- Fix MiniMax model listings and context window handling for more reliable configuration (#11999 by @Rexarrior, PR #12069 by @Rexarrior)
-- Add xAI Grok-4.20 models and update the default xAI model selection (#11955 by @carlesso, PR #11956 by @carlesso)
-- Add OpenAI GPT-5.4 mini and nano models to expand the available OpenAI model lineup (PR #11946 by @PeterDaveHello)
-- Chore: include the automated version bump PR from the previous release cycle for complete release accounting (PR #11892 by @app/github-actions)

+ 15 - 0
CHANGELOG.md

@@ -1,5 +1,20 @@
 # Roo Code Changelog
 
+## 3.52.0
+
+### Minor Changes
+
+- Add Poe as an AI provider so users can access Poe models directly in Roo Code (PR #12015 by @kamilio)
+- Improve the xAI provider by migrating it to the Responses API with reusable transform utilities (#11961 by @carlesso, PR #11962 by @carlesso)
+- Fix MiniMax model listings and context window handling for more reliable configuration (#11999 by @Rexarrior, PR #12069 by @Rexarrior)
+- Add xAI Grok-4.20 models and update the default xAI model selection (#11955 by @carlesso, PR #11956 by @carlesso)
+- Add OpenAI GPT-5.4 mini and nano models to expand the available OpenAI model lineup (PR #11946 by @PeterDaveHello)
+- Chore: include the automated version bump PR from the previous release cycle for complete release accounting (PR #11892 by @app/github-actions)
+
+### Patch Changes
+
+- Add support for OpenAI `gpt-5.4-mini` and `gpt-5.4-nano` models.
+
 ## 3.51.1
 
 ### Patch Changes

+ 3 - 0
apps/web-evals/CHANGELOG.md

@@ -0,0 +1,3 @@
+# @roo-code/web-evals
+
+## 0.0.1

+ 1 - 1
apps/web-evals/package.json

@@ -1,6 +1,6 @@
 {
 	"name": "@roo-code/web-evals",
-	"version": "0.0.0",
+	"version": "0.0.1",
 	"type": "module",
 	"scripts": {
 		"lint": "eslint src --ext=ts,tsx --max-warnings=0",

+ 3 - 0
apps/web-roo-code/CHANGELOG.md

@@ -0,0 +1,3 @@
+# @roo-code/web-roo-code
+
+## 0.0.1

+ 2 - 2
apps/web-roo-code/package.json

@@ -1,6 +1,6 @@
 {
 	"name": "@roo-code/web-roo-code",
-	"version": "0.0.0",
+	"version": "0.0.1",
 	"type": "module",
 	"scripts": {
 		"lint": "eslint src --ext=ts,tsx --max-warnings=0",
@@ -18,7 +18,7 @@
 		"@radix-ui/react-navigation-menu": "^1.2.14",
 		"@radix-ui/react-slot": "^1.2.4",
 		"@roo-code/evals": "workspace:^",
-		"@roo-code/types": "^1.108.0",
+		"@roo-code/types": "workspace:^",
 		"@tanstack/react-query": "^5.90.20",
 		"@vercel/og": "^0.8.6",
 		"class-variance-authority": "^0.7.1",

+ 3 - 0
packages/cloud/CHANGELOG.md

@@ -0,0 +1,3 @@
+# @roo-code/cloud
+
+## 0.0.1

+ 1 - 1
packages/cloud/package.json

@@ -1,7 +1,7 @@
 {
 	"name": "@roo-code/cloud",
 	"description": "Roo Code Cloud services.",
-	"version": "0.0.0",
+	"version": "0.0.1",
 	"type": "module",
 	"exports": "./src/index.ts",
 	"scripts": {

+ 3 - 0
packages/core/CHANGELOG.md

@@ -0,0 +1,3 @@
+# @roo-code/core
+
+## 0.0.1

+ 1 - 1
packages/core/package.json

@@ -1,7 +1,7 @@
 {
 	"name": "@roo-code/core",
 	"description": "Platform agnostic core functionality for Roo Code.",
-	"version": "0.0.0",
+	"version": "0.0.1",
 	"type": "module",
 	"exports": {
 		".": "./src/index.ts",

+ 3 - 0
packages/evals/CHANGELOG.md

@@ -0,0 +1,3 @@
+# @roo-code/evals
+
+## 0.0.1

+ 1 - 1
packages/evals/package.json

@@ -1,7 +1,7 @@
 {
 	"name": "@roo-code/evals",
 	"description": "Roo Code evals.",
-	"version": "0.0.0",
+	"version": "0.0.1",
 	"type": "module",
 	"exports": "./src/index.ts",
 	"scripts": {

+ 3 - 0
packages/ipc/CHANGELOG.md

@@ -0,0 +1,3 @@
+# @roo-code/ipc
+
+## 0.0.1

+ 1 - 1
packages/ipc/package.json

@@ -1,7 +1,7 @@
 {
 	"name": "@roo-code/ipc",
 	"description": "IPC server and client for remote Roo Code access.",
-	"version": "0.0.0",
+	"version": "0.0.1",
 	"type": "module",
 	"exports": "./src/index.ts",
 	"scripts": {

+ 3 - 0
packages/telemetry/CHANGELOG.md

@@ -0,0 +1,3 @@
+# @roo-code/telemetry
+
+## 0.0.1

+ 1 - 1
packages/telemetry/package.json

@@ -1,7 +1,7 @@
 {
 	"name": "@roo-code/telemetry",
 	"description": "Roo Code telemetry service and clients.",
-	"version": "0.0.0",
+	"version": "0.0.1",
 	"type": "module",
 	"exports": "./src/index.ts",
 	"scripts": {

+ 7 - 0
packages/types/CHANGELOG.md

@@ -0,0 +1,7 @@
+# @roo-code/types
+
+## 0.0.1
+
+### Patch Changes
+
+- Add support for OpenAI `gpt-5.4-mini` and `gpt-5.4-nano` models.

+ 1 - 1
packages/types/package.json

@@ -1,6 +1,6 @@
 {
 	"name": "@roo-code/types",
-	"version": "0.0.0",
+	"version": "0.0.1",
 	"type": "module",
 	"main": "./dist/index.cjs",
 	"exports": {

+ 2 - 9
pnpm-lock.yaml

@@ -350,8 +350,8 @@ importers:
         specifier: workspace:^
         version: link:../../packages/evals
       '@roo-code/types':
-        specifier: ^1.108.0
-        version: 1.108.0
+        specifier: workspace:^
+        version: link:../../packages/types
       '@tanstack/react-query':
         specifier: ^5.90.20
         version: 5.90.20([email protected])
@@ -3892,9 +3892,6 @@ packages:
     cpu: [x64]
     os: [win32]
 
-  '@roo-code/[email protected]':
-    resolution: {integrity: sha512-0Of0DOuU125i1VTI2OTdL0j47xA+JrQr6KyYinYS+CPwUsszUJt2PeWyy/AZYI1w23FYrcCvh8FqycDuwXocSA==}
-
   '@sec-ant/[email protected]':
     resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
 
@@ -13963,10 +13960,6 @@ snapshots:
   '@rollup/[email protected]':
     optional: true
 
-  '@roo-code/[email protected]':
-    dependencies:
-      zod: 3.25.76
-
   '@sec-ant/[email protected]': {}
 
   '@sevinf/[email protected]': {}

+ 1 - 1
src/package.json

@@ -3,7 +3,7 @@
 	"displayName": "%extension.displayName%",
 	"description": "%extension.description%",
 	"publisher": "RooVeterinaryInc",
-	"version": "3.51.1",
+	"version": "3.52.0",
 	"icon": "assets/icons/icon.png",
 	"galleryBanner": {
 		"color": "#617A91",