Compare commits

...

2 commits

Author SHA1 Message Date
Hannes Rudolph
c4456eeede fix: restore workspace dependency for web-roo-code 2026-04-08 15:03:45 -06:00
github-actions[bot]
51625b2dd6 changeset version bump 2026-04-08 20:34:39 +00:00
21 changed files with 55 additions and 35 deletions

View file

@ -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.

View file

@ -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)

View file

@ -1,5 +1,20 @@
# Roo Code Changelog # 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 ## 3.51.1
### Patch Changes ### Patch Changes

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -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.

View file

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

11
pnpm-lock.yaml generated
View file

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

View file

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