Changeset version bump (#12085)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hannes Rudolph <hrudolph@gmail.com>
This commit is contained in:
github-actions[bot] 2026-04-08 15:16:12 -06:00 committed by GitHub
parent 92a1be40df
commit 9cfaf38d8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
## 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

View file

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

View file

@ -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",

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",
"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",

View file

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

View file

@ -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": {

View file

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

View file

@ -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",

View file

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

View file

@ -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": {

View file

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

View file

@ -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": {

View file

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

View file

@ -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": {

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",
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"main": "./dist/index.cjs",
"exports": {

11
pnpm-lock.yaml generated
View file

@ -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(react@18.3.1)
@ -3892,9 +3892,6 @@ packages:
cpu: [x64]
os: [win32]
'@roo-code/types@1.108.0':
resolution: {integrity: sha512-0Of0DOuU125i1VTI2OTdL0j47xA+JrQr6KyYinYS+CPwUsszUJt2PeWyy/AZYI1w23FYrcCvh8FqycDuwXocSA==}
'@sec-ant/readable-stream@0.4.1':
resolution: {integrity: sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==}
@ -13963,10 +13960,6 @@ snapshots:
'@rollup/rollup-win32-x64-msvc@4.40.2':
optional: true
'@roo-code/types@1.108.0':
dependencies:
zod: 3.25.76
'@sec-ant/readable-stream@0.4.1': {}
'@sevinf/maybe@0.5.0': {}

View file

@ -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",