Skip to content

Commit 9cfaf38

Browse files
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>
1 parent 92a1be4 commit 9cfaf38

File tree

21 files changed

+55
-35
lines changed

21 files changed

+55
-35
lines changed

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

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/v3.52.0.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Roo Code Changelog
22

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

520
### Patch Changes

apps/web-evals/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @roo-code/web-evals
2+
3+
## 0.0.1

apps/web-evals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/web-evals",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"scripts": {
66
"lint": "eslint src --ext=ts,tsx --max-warnings=0",

apps/web-roo-code/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @roo-code/web-roo-code
2+
3+
## 0.0.1

apps/web-roo-code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/web-roo-code",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"type": "module",
55
"scripts": {
66
"lint": "eslint src --ext=ts,tsx --max-warnings=0",
@@ -18,7 +18,7 @@
1818
"@radix-ui/react-navigation-menu": "^1.2.14",
1919
"@radix-ui/react-slot": "^1.2.4",
2020
"@roo-code/evals": "workspace:^",
21-
"@roo-code/types": "^1.108.0",
21+
"@roo-code/types": "workspace:^",
2222
"@tanstack/react-query": "^5.90.20",
2323
"@vercel/og": "^0.8.6",
2424
"class-variance-authority": "^0.7.1",

packages/cloud/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @roo-code/cloud
2+
3+
## 0.0.1

packages/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@roo-code/cloud",
33
"description": "Roo Code Cloud services.",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"type": "module",
66
"exports": "./src/index.ts",
77
"scripts": {

packages/core/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# @roo-code/core
2+
3+
## 0.0.1

0 commit comments

Comments
 (0)