Skip to content

Commit 6d7ccf1

Browse files
changeset version bump
1 parent 58c5353 commit 6d7ccf1

File tree

7 files changed

+64
-76
lines changed

7 files changed

+64
-76
lines changed

.changeset/gpt-5-3-chat-latest.md

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

.changeset/gpt-5-3-codex.md

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

.changeset/gpt-5-4.md

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

.changeset/v3.50.5.md

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

.changeset/v3.51.0.md

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

CHANGELOG.md

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

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

568
- Feat: Add MiniMax M2.5 model support (#11471 by @love8ko, PR #11458 by @roomote)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.50.4",
6+
"version": "3.51.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)