Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit f89044e

Browse files
authored
Merge branch 'RooCodeInc:main' into feat/fix-bedrock
2 parents 3d440a7 + 7adbfec commit f89044e

113 files changed

Lines changed: 3408 additions & 761 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 0 additions & 6 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

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@
1313

1414
> Your AI-Powered Dev Team, Right in Your Editor
1515
16-
## What's New in v3.51.0
16+
## What's New in v3.52.0
1717

18-
- Add support for OpenAI GPT-5.4 and GPT-5.3 Chat Latest so you can use the newest OpenAI chat models in Roo Code.
19-
- Expose skills as slash commands with fallback execution to make reusable workflows faster to trigger.
18+
- Add Poe as an AI provider so you can access Poe models directly in Roo Code.
19+
- Improve the xAI provider with a Responses API migration, reusable transform utilities, and updated Grok-4.20 defaults.
20+
- Fix MiniMax model listings and context window handling for more reliable setup.
2021

2122
<details>
2223
<summary>🌐 Available languages</summary>
@@ -40,7 +41,7 @@
4041
- [简体中文](locales/zh-CN/README.md)
4142
- [繁體中文](locales/zh-TW/README.md)
4243
- ...
43-
</details>
44+
</details>
4445

4546
---
4647

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

locales/ca/README.md

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/de/README.md

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/es/README.md

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)