diff --git a/.changeset/bright-trains-crash.md b/.changeset/bright-trains-crash.md deleted file mode 100644 index dd0b9d07c3..0000000000 --- a/.changeset/bright-trains-crash.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"roo-cline": minor ---- - -UX fixes that: - -- Allow dropdowns to be controlled when text box is disabled -- Separates and clarifies buttons and dropdowns from inputs -- Adds a secondary placeholder for easier visibility of mode controls -- Updates to tailwind standard diff --git a/.changeset/heavy-eyes-reply.md b/.changeset/heavy-eyes-reply.md deleted file mode 100644 index 8a43a7c05f..0000000000 --- a/.changeset/heavy-eyes-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add settings migration to support renaming legacy settings files to new format diff --git a/.changeset/mighty-bikes-applaud.md b/.changeset/mighty-bikes-applaud.md deleted file mode 100644 index e731f19ed6..0000000000 --- a/.changeset/mighty-bikes-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix the supportsPromptCache value for OpenAI models diff --git a/.changeset/nine-ways-worry.md b/.changeset/nine-ways-worry.md deleted file mode 100644 index df1c0a8687..0000000000 --- a/.changeset/nine-ways-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add the openAiR1FormatEnabled field to enable this switch in OpenAI compatible mode to support the current QWQ and future additional classes of R1 models. diff --git a/.changeset/sour-onions-warn.md b/.changeset/sour-onions-warn.md deleted file mode 100644 index dd35b03da7..0000000000 --- a/.changeset/sour-onions-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -3.10.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index e99bdb354f..e2b00c38bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Roo Code Changelog +## [3.10.4] - 2025-03-25 + +- Dynamically fetch instructions for creating/editing custom modes and MCP servers (thanks @diarmidmackenzie!) +- Added Gemini 2.5 Pro model to Google Gemini provider (thanks @samsilveira!) +- Add settings to control whether to auto-approve reads and writes outside of the workspace +- Update UX for chat text area (thanks @chadgauth!) +- Support a custom storage path for tasks (thanks @Chenjiayuan195!) +- Add a New Task command in the Command Palette (thanks @qdaxb!) +- Add R1 support checkbox to Open AI compatible provider to support QWQ (thanks @teddyOOXX!) +- Support test declarations in TypeScript tree-sitter queries (thanks @KJ7LNW!) +- Add Bedrock support for application-inference-profile (thanks @maekawataiki!) +- Rename and migrate global MCP and modes files (thanks @StevenTCramer!) +- Add watchPaths option to McpHub for file change detection (thanks @01Rian!) +- Read image responses from MCP calls (thanks @nevermorec!) +- Add taskCreated event to API and subscribe to Cline events earlier (thanks @wkordalski!) +- Fixes to numeric formatting suffix internationalization (thanks @feifei325!) +- Fix open tab support in the context mention suggestions (thanks @aheizi!) +- Better display of OpenRouter “overloaded” error messages +- Fix browser tool visibility in system prompt preview (thanks @cannuri!) +- Fix the supportsPromptCache value for OpenAI models (thanks @PeterDaveHello!) +- Fix readme links to docs (thanks @kvokka!) +- Run ‘npm audit fix’ on all of our libraries + ## [3.10.3] - 2025-03-23 - Update the welcome page to provide 1-click OAuth flows with LLM routers (thanks @dtrugman!) diff --git a/package-lock.json b/package-lock.json index 597c28ec2f..6c74512283 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.10.3", + "version": "3.10.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.10.3", + "version": "3.10.4", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 519a7c1346..0bd8f3de48 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Code (prev. Roo Cline)", "description": "A whole dev team of AI agents in your editor.", "publisher": "RooVeterinaryInc", - "version": "3.10.3", + "version": "3.10.4", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",