Skip to content

Commit 58c5353

Browse files
Release v3.51.0 (#11870)
chore: add changeset for v3.51.0
1 parent 0612739 commit 58c5353

File tree

40 files changed

+271
-25
lines changed

40 files changed

+271
-25
lines changed

.changeset/v3.51.0.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
"roo-cline": minor
3+
---
4+
5+
- Add OpenAI GPT-5.4 and GPT-5.3 Chat Latest model support so Roo Code can use the newest OpenAI chat models (PR #11848 by @PeterDaveHello)
6+
- Add support for exposing skills as slash commands with skill fallback execution for faster workflows (PR #11834 by @hannesrudolph)
7+
- Add CLI support for `--create-with-session-id` plus UUID session validation for more controlled session creation (PR #11859 by @cte)
8+
- Add support for choosing a specific shell when running terminal commands (PR #11851 by @jr)
9+
- Feature: Add the `ROO_ACTIVE` environment variable to terminal session settings for safer terminal guardrails (#11864 by @ajjuaire, PR #11862 by @ajjuaire)
10+
- Improve cloud settings freshness by updating the refresh interval to one hour (PR #11749 by @roomote-v0)
11+
- Add CLI session resume/history support plus an upgrade command for better long-running workflows (PR #11768 by @cte)
12+
- Add support for images in CLI stdin stream commands (PR #11831 by @cte)
13+
- Include `exitCode` in CLI command `tool_result` events for more reliable automation (PR #11820 by @cte)
14+
- Add CLI types to improve development ergonomics and type safety (PR #11781 by @cte)
15+
- Add CLI integration coverage for stdin stream routing and race-condition invariants (PR #11846 by @cte)
16+
- Fix the CLI stdin-stream cancel race and add an integration test suite to prevent regressions (PR #11817 by @cte)
17+
- Improve CLI stream recovery and add a configurable consecutive mistake limit (PR #11775 by @cte)
18+
- Fix CLI streaming deltas, task ID propagation, cancel recovery, and other runtime edge cases (PR #11736 by @cte)
19+
- Fix CLI task resumption so paused work can reliably continue (PR #11739 by @cte)
20+
- Recover from unhandled exceptions in the CLI instead of failing hard (PR #11750 by @cte)
21+
- Scope CLI session and resume flags to the current workspace to avoid cross-workspace confusion (PR #11774 by @cte)
22+
- Fix stdin prompt streaming to forward task configuration correctly (PR #11778 by @daniel-lxs)
23+
- Handle stdin-stream control-flow errors gracefully in the CLI runtime (PR #11811 by @cte)
24+
- Fix stdin stream queued messages and command output streaming in the CLI (PR #11814 by @cte)
25+
- Increase the CLI command execution timeout for long-running commands (PR #11815 by @cte)
26+
- Fix knip checks to keep repository validation green (PR #11819 by @cte)
27+
- Fix CLI upgrade version detection so upgrades resolve the correct target version (PR #11829 by @cte)
28+
- Ignore model-provided timeout values in the CLI runtime to keep command handling consistent (PR #11835 by @cte)
29+
- Fix redundant skill reloading during conversations to reduce duplicate work (PR #11838 by @hannesrudolph)
30+
- Ensure full command output is streamed before the CLI reports completion (PR #11842 by @cte)
31+
- Fix CLI follow-up routing after completion prompts so next actions land in the right place (PR #11844 by @cte)
32+
- Remove the Netflix logo from the homepage (PR #11787 by @roomote-v0)
33+
- Chore: Prepare CLI release v0.1.2 (PR #11737 by @cte)
34+
- Chore: Prepare CLI release v0.1.3 (PR #11740 by @cte)
35+
- Chore: Prepare CLI release v0.1.4 (PR #11751 by @cte)
36+
- Chore: Prepare CLI release v0.1.5 (PR #11772 by @cte)
37+
- Chore: Prepare CLI release v0.1.6 (PR #11780 by @cte)
38+
- Release Roo Code v1.113.0 (PR #11782 by @cte)
39+
- Chore: Prepare CLI release v0.1.7 (PR #11812 by @cte)
40+
- Chore: Prepare CLI release v0.1.8 (PR #11816 by @cte)
41+
- Chore: Prepare CLI release v0.1.9 (PR #11818 by @cte)
42+
- Chore: Prepare CLI release v0.1.10 (PR #11821 by @cte)
43+
- Release Roo Code v1.114.0 (PR #11822 by @cte)
44+
- Chore: Prepare CLI release v0.1.11 (PR #11832 by @cte)
45+
- Release Roo Code v1.115.0 (PR #11833 by @cte)
46+
- Chore: Prepare CLI release v0.1.12 (PR #11836 by @cte)
47+
- Chore: Prepare CLI release v0.1.13 (PR #11837 by @hannesrudolph)
48+
- Chore: Prepare CLI release v0.1.14 (PR #11843 by @cte)
49+
- Chore: Prepare CLI release v0.1.15 (PR #11845 by @cte)
50+
- Chore: Prepare CLI release v0.1.16 (PR #11852 by @cte)
51+
- Chore: Prepare CLI release v0.1.17 (PR #11860 by @cte)

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313

1414
> Your AI-Powered Dev Team, Right in Your Editor
1515
16+
## What's New in v3.51.0
17+
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.
20+
1621
<details>
1722
<summary>🌐 Available languages</summary>
1823

@@ -35,7 +40,7 @@
3540
- [简体中文](locales/zh-CN/README.md)
3641
- [繁體中文](locales/zh-TW/README.md)
3742
- ...
38-
</details>
43+
</details>
3944

4045
---
4146

locales/ca/README.md

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/de/README.md

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/es/README.md

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/fr/README.md

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/hi/README.md

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/id/README.md

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/it/README.md

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/ja/README.md

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)