From 6d7ccf10348f288aedd224be6ed31526147892c8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:59:34 +0000 Subject: [PATCH] changeset version bump --- .changeset/gpt-5-3-chat-latest.md | 5 --- .changeset/gpt-5-3-codex.md | 5 --- .changeset/gpt-5-4.md | 5 --- .changeset/v3.50.5.md | 9 ----- .changeset/v3.51.0.md | 51 ------------------------- CHANGELOG.md | 63 +++++++++++++++++++++++++++++++ src/package.json | 2 +- 7 files changed, 64 insertions(+), 76 deletions(-) delete mode 100644 .changeset/gpt-5-3-chat-latest.md delete mode 100644 .changeset/gpt-5-3-codex.md delete mode 100644 .changeset/gpt-5-4.md delete mode 100644 .changeset/v3.50.5.md delete mode 100644 .changeset/v3.51.0.md diff --git a/.changeset/gpt-5-3-chat-latest.md b/.changeset/gpt-5-3-chat-latest.md deleted file mode 100644 index 7b5ab730707..00000000000 --- a/.changeset/gpt-5-3-chat-latest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add OpenAI's GPT-5.3-Chat-Latest model support diff --git a/.changeset/gpt-5-3-codex.md b/.changeset/gpt-5-3-codex.md deleted file mode 100644 index 8b40d2a2ca8..00000000000 --- a/.changeset/gpt-5-3-codex.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add OpenAI's GPT-5.3-Codex model support diff --git a/.changeset/gpt-5-4.md b/.changeset/gpt-5-4.md deleted file mode 100644 index 4a28f24f52c..00000000000 --- a/.changeset/gpt-5-4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add OpenAI's GPT-5.4 model support diff --git a/.changeset/v3.50.5.md b/.changeset/v3.50.5.md deleted file mode 100644 index 0fdc27378de..00000000000 --- a/.changeset/v3.50.5.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"roo-cline": patch ---- - -- Add OpenAI's GPT-5.3-Codex model support (PR #11728 by @PeterDaveHello) -- Warm Roo models on CLI startup for faster initial responses (PR #11722 by @cte) -- Fix spelling/grammar and casing inconsistencies (#11478 by @PeterDaveHello, PR #11485 by @PeterDaveHello) -- Fix: Restore Linear integration page (PR #11725 by @roomote) -- Chore: Prepare CLI release v0.1.1 (PR #11723 by @cte) diff --git a/.changeset/v3.51.0.md b/.changeset/v3.51.0.md deleted file mode 100644 index e6e335d225b..00000000000 --- a/.changeset/v3.51.0.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -"roo-cline": minor ---- - -- 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) -- Add support for exposing skills as slash commands with skill fallback execution for faster workflows (PR #11834 by @hannesrudolph) -- Add CLI support for `--create-with-session-id` plus UUID session validation for more controlled session creation (PR #11859 by @cte) -- Add support for choosing a specific shell when running terminal commands (PR #11851 by @jr) -- Feature: Add the `ROO_ACTIVE` environment variable to terminal session settings for safer terminal guardrails (#11864 by @ajjuaire, PR #11862 by @ajjuaire) -- Improve cloud settings freshness by updating the refresh interval to one hour (PR #11749 by @roomote-v0) -- Add CLI session resume/history support plus an upgrade command for better long-running workflows (PR #11768 by @cte) -- Add support for images in CLI stdin stream commands (PR #11831 by @cte) -- Include `exitCode` in CLI command `tool_result` events for more reliable automation (PR #11820 by @cte) -- Add CLI types to improve development ergonomics and type safety (PR #11781 by @cte) -- Add CLI integration coverage for stdin stream routing and race-condition invariants (PR #11846 by @cte) -- Fix the CLI stdin-stream cancel race and add an integration test suite to prevent regressions (PR #11817 by @cte) -- Improve CLI stream recovery and add a configurable consecutive mistake limit (PR #11775 by @cte) -- Fix CLI streaming deltas, task ID propagation, cancel recovery, and other runtime edge cases (PR #11736 by @cte) -- Fix CLI task resumption so paused work can reliably continue (PR #11739 by @cte) -- Recover from unhandled exceptions in the CLI instead of failing hard (PR #11750 by @cte) -- Scope CLI session and resume flags to the current workspace to avoid cross-workspace confusion (PR #11774 by @cte) -- Fix stdin prompt streaming to forward task configuration correctly (PR #11778 by @daniel-lxs) -- Handle stdin-stream control-flow errors gracefully in the CLI runtime (PR #11811 by @cte) -- Fix stdin stream queued messages and command output streaming in the CLI (PR #11814 by @cte) -- Increase the CLI command execution timeout for long-running commands (PR #11815 by @cte) -- Fix knip checks to keep repository validation green (PR #11819 by @cte) -- Fix CLI upgrade version detection so upgrades resolve the correct target version (PR #11829 by @cte) -- Ignore model-provided timeout values in the CLI runtime to keep command handling consistent (PR #11835 by @cte) -- Fix redundant skill reloading during conversations to reduce duplicate work (PR #11838 by @hannesrudolph) -- Ensure full command output is streamed before the CLI reports completion (PR #11842 by @cte) -- Fix CLI follow-up routing after completion prompts so next actions land in the right place (PR #11844 by @cte) -- Remove the Netflix logo from the homepage (PR #11787 by @roomote-v0) -- Chore: Prepare CLI release v0.1.2 (PR #11737 by @cte) -- Chore: Prepare CLI release v0.1.3 (PR #11740 by @cte) -- Chore: Prepare CLI release v0.1.4 (PR #11751 by @cte) -- Chore: Prepare CLI release v0.1.5 (PR #11772 by @cte) -- Chore: Prepare CLI release v0.1.6 (PR #11780 by @cte) -- Release Roo Code v1.113.0 (PR #11782 by @cte) -- Chore: Prepare CLI release v0.1.7 (PR #11812 by @cte) -- Chore: Prepare CLI release v0.1.8 (PR #11816 by @cte) -- Chore: Prepare CLI release v0.1.9 (PR #11818 by @cte) -- Chore: Prepare CLI release v0.1.10 (PR #11821 by @cte) -- Release Roo Code v1.114.0 (PR #11822 by @cte) -- Chore: Prepare CLI release v0.1.11 (PR #11832 by @cte) -- Release Roo Code v1.115.0 (PR #11833 by @cte) -- Chore: Prepare CLI release v0.1.12 (PR #11836 by @cte) -- Chore: Prepare CLI release v0.1.13 (PR #11837 by @hannesrudolph) -- Chore: Prepare CLI release v0.1.14 (PR #11843 by @cte) -- Chore: Prepare CLI release v0.1.15 (PR #11845 by @cte) -- Chore: Prepare CLI release v0.1.16 (PR #11852 by @cte) -- Chore: Prepare CLI release v0.1.17 (PR #11860 by @cte) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4509ce6a821..64ad4e78cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,68 @@ # Roo Code Changelog +## 3.51.0 + +### Minor Changes + +- 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) +- Add support for exposing skills as slash commands with skill fallback execution for faster workflows (PR #11834 by @hannesrudolph) +- Add CLI support for `--create-with-session-id` plus UUID session validation for more controlled session creation (PR #11859 by @cte) +- Add support for choosing a specific shell when running terminal commands (PR #11851 by @jr) +- Feature: Add the `ROO_ACTIVE` environment variable to terminal session settings for safer terminal guardrails (#11864 by @ajjuaire, PR #11862 by @ajjuaire) +- Improve cloud settings freshness by updating the refresh interval to one hour (PR #11749 by @roomote-v0) +- Add CLI session resume/history support plus an upgrade command for better long-running workflows (PR #11768 by @cte) +- Add support for images in CLI stdin stream commands (PR #11831 by @cte) +- Include `exitCode` in CLI command `tool_result` events for more reliable automation (PR #11820 by @cte) +- Add CLI types to improve development ergonomics and type safety (PR #11781 by @cte) +- Add CLI integration coverage for stdin stream routing and race-condition invariants (PR #11846 by @cte) +- Fix the CLI stdin-stream cancel race and add an integration test suite to prevent regressions (PR #11817 by @cte) +- Improve CLI stream recovery and add a configurable consecutive mistake limit (PR #11775 by @cte) +- Fix CLI streaming deltas, task ID propagation, cancel recovery, and other runtime edge cases (PR #11736 by @cte) +- Fix CLI task resumption so paused work can reliably continue (PR #11739 by @cte) +- Recover from unhandled exceptions in the CLI instead of failing hard (PR #11750 by @cte) +- Scope CLI session and resume flags to the current workspace to avoid cross-workspace confusion (PR #11774 by @cte) +- Fix stdin prompt streaming to forward task configuration correctly (PR #11778 by @daniel-lxs) +- Handle stdin-stream control-flow errors gracefully in the CLI runtime (PR #11811 by @cte) +- Fix stdin stream queued messages and command output streaming in the CLI (PR #11814 by @cte) +- Increase the CLI command execution timeout for long-running commands (PR #11815 by @cte) +- Fix knip checks to keep repository validation green (PR #11819 by @cte) +- Fix CLI upgrade version detection so upgrades resolve the correct target version (PR #11829 by @cte) +- Ignore model-provided timeout values in the CLI runtime to keep command handling consistent (PR #11835 by @cte) +- Fix redundant skill reloading during conversations to reduce duplicate work (PR #11838 by @hannesrudolph) +- Ensure full command output is streamed before the CLI reports completion (PR #11842 by @cte) +- Fix CLI follow-up routing after completion prompts so next actions land in the right place (PR #11844 by @cte) +- Remove the Netflix logo from the homepage (PR #11787 by @roomote-v0) +- Chore: Prepare CLI release v0.1.2 (PR #11737 by @cte) +- Chore: Prepare CLI release v0.1.3 (PR #11740 by @cte) +- Chore: Prepare CLI release v0.1.4 (PR #11751 by @cte) +- Chore: Prepare CLI release v0.1.5 (PR #11772 by @cte) +- Chore: Prepare CLI release v0.1.6 (PR #11780 by @cte) +- Release Roo Code v1.113.0 (PR #11782 by @cte) +- Chore: Prepare CLI release v0.1.7 (PR #11812 by @cte) +- Chore: Prepare CLI release v0.1.8 (PR #11816 by @cte) +- Chore: Prepare CLI release v0.1.9 (PR #11818 by @cte) +- Chore: Prepare CLI release v0.1.10 (PR #11821 by @cte) +- Release Roo Code v1.114.0 (PR #11822 by @cte) +- Chore: Prepare CLI release v0.1.11 (PR #11832 by @cte) +- Release Roo Code v1.115.0 (PR #11833 by @cte) +- Chore: Prepare CLI release v0.1.12 (PR #11836 by @cte) +- Chore: Prepare CLI release v0.1.13 (PR #11837 by @hannesrudolph) +- Chore: Prepare CLI release v0.1.14 (PR #11843 by @cte) +- Chore: Prepare CLI release v0.1.15 (PR #11845 by @cte) +- Chore: Prepare CLI release v0.1.16 (PR #11852 by @cte) +- Chore: Prepare CLI release v0.1.17 (PR #11860 by @cte) + +### Patch Changes + +- Add OpenAI's GPT-5.3-Chat-Latest model support +- Add OpenAI's GPT-5.3-Codex model support +- Add OpenAI's GPT-5.4 model support +- Add OpenAI's GPT-5.3-Codex model support (PR #11728 by @PeterDaveHello) +- Warm Roo models on CLI startup for faster initial responses (PR #11722 by @cte) +- Fix spelling/grammar and casing inconsistencies (#11478 by @PeterDaveHello, PR #11485 by @PeterDaveHello) +- Fix: Restore Linear integration page (PR #11725 by @roomote) +- Chore: Prepare CLI release v0.1.1 (PR #11723 by @cte) + ## [3.50.4] - 2026-02-21 - Feat: Add MiniMax M2.5 model support (#11471 by @love8ko, PR #11458 by @roomote) diff --git a/src/package.json b/src/package.json index 241312ac8c6..7c1ed56cd86 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.50.4", + "version": "3.51.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",