diff --git a/.changeset/fluffy-pumpkins-sip.md b/.changeset/fluffy-pumpkins-sip.md deleted file mode 100644 index 9b44d7950e..0000000000 --- a/.changeset/fluffy-pumpkins-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Exclude MCP instructions from the prompt if the mode doesn't support MCP diff --git a/.changeset/healthy-buckets-attack.md b/.changeset/healthy-buckets-attack.md deleted file mode 100644 index 8961d7151e..0000000000 --- a/.changeset/healthy-buckets-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -ExtensionStateContext does not correctly merge state diff --git a/.changeset/nervous-candles-refuse.md b/.changeset/nervous-candles-refuse.md deleted file mode 100644 index 314711606d..0000000000 --- a/.changeset/nervous-candles-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add a checkbox to disable the browser tool diff --git a/.changeset/stale-toys-think.md b/.changeset/stale-toys-think.md deleted file mode 100644 index 88be2ada87..0000000000 --- a/.changeset/stale-toys-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Show a warning if checkpoints are taking too long to load diff --git a/.changeset/tidy-donuts-rhyme.md b/.changeset/tidy-donuts-rhyme.md deleted file mode 100644 index 51fbea3fc2..0000000000 --- a/.changeset/tidy-donuts-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Update the warning text for the VS LM API diff --git a/.changeset/weak-cameras-hope.md b/.changeset/weak-cameras-hope.md deleted file mode 100644 index 62eecb7fe0..0000000000 --- a/.changeset/weak-cameras-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Default middle-out compression to on for OpenRouter diff --git a/CHANGELOG.md b/CHANGELOG.md index c4be3d8838..da89aeca95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Roo Code Changelog +## 3.7.12 + +### Patch Changes + +- Exclude MCP instructions from the prompt if the mode doesn't support MCP +- ExtensionStateContext does not correctly merge state +- Add a checkbox to disable the browser tool +- Show a warning if checkpoints are taking too long to load +- Update the warning text for the VS LM API +- Default middle-out compression to on for OpenRouter + ## [3.7.11] - Don't honor custom max tokens for non thinking models diff --git a/package-lock.json b/package-lock.json index 0e3e29d44e..228a51a720 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.7.11", + "version": "3.7.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.7.11", + "version": "3.7.12", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 5e75c57ad4..68767cbed5 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.7.11", + "version": "3.7.12", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91",