diff --git a/.changeset/rare-terms-worry.md b/.changeset/rare-terms-worry.md deleted file mode 100644 index 8e8e66c..0000000 --- a/.changeset/rare-terms-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": minor ---- - -Larger Promp Text Input diff --git a/CHANGELOG.md b/CHANGELOG.md index f74ef92..0920e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,80 +1,86 @@ # Roo Cline Changelog +## 2.1.21 + +### Patch Changes + +- 8dbd019: Larger Promp Text Input + ## [2.1.20] -- Add Gemini 2.0 +- Add Gemini 2.0 ## [2.1.19] -- Better error handling for diff editing +- Better error handling for diff editing ## [2.1.18] -- Diff editing bugfix to handle Windows line endings +- Diff editing bugfix to handle Windows line endings ## [2.1.17] -- Switch to search/replace diffs in experimental diff editing mode +- Switch to search/replace diffs in experimental diff editing mode ## [2.1.16] -- Allow copying prompts from the history screen +- Allow copying prompts from the history screen ## [2.1.15] -- Incorporate dbasclpy's [PR](https://github.com/RooVetGit/Roo-Cline/pull/54) to add support for gemini-exp-1206 -- Make it clear that diff editing is very experimental +- Incorporate dbasclpy's [PR](https://github.com/RooVetGit/Roo-Cline/pull/54) to add support for gemini-exp-1206 +- Make it clear that diff editing is very experimental ## [2.1.14] -- Fix bug where diffs were not being applied correctly and try Aider's [unified diff prompt](https://github.com/Aider-AI/aider/blob/3995accd0ca71cea90ef76d516837f8c2731b9fe/aider/coders/udiff_prompts.py#L75-L105) -- If diffs are enabled, automatically reject write_to_file commands that lead to truncated output +- Fix bug where diffs were not being applied correctly and try Aider's [unified diff prompt](https://github.com/Aider-AI/aider/blob/3995accd0ca71cea90ef76d516837f8c2731b9fe/aider/coders/udiff_prompts.py#L75-L105) +- If diffs are enabled, automatically reject write_to_file commands that lead to truncated output ## [2.1.13] -- Fix https://github.com/RooVetGit/Roo-Cline/issues/50 where sound effects were not respecting settings +- Fix https://github.com/RooVetGit/Roo-Cline/issues/50 where sound effects were not respecting settings ## [2.1.12] -- Incorporate JoziGila's [PR](https://github.com/cline/cline/pull/158) to add support for editing through diffs +- Incorporate JoziGila's [PR](https://github.com/cline/cline/pull/158) to add support for editing through diffs ## [2.1.11] -- Incorporate lloydchang's [PR](https://github.com/RooVetGit/Roo-Cline/pull/42) to add support for OpenRouter compression +- Incorporate lloydchang's [PR](https://github.com/RooVetGit/Roo-Cline/pull/42) to add support for OpenRouter compression ## [2.1.10] -- Incorporate HeavenOSK's [PR](https://github.com/cline/cline/pull/818) to add sound effects to Cline +- Incorporate HeavenOSK's [PR](https://github.com/cline/cline/pull/818) to add sound effects to Cline ## [2.1.9] -- Add instructions for using .clinerules on the settings screen +- Add instructions for using .clinerules on the settings screen ## [2.1.8] -- Roo Cline now allows configuration of which commands are allowed without approval! +- Roo Cline now allows configuration of which commands are allowed without approval! ## [2.1.7] -- Updated extension icon and metadata +- Updated extension icon and metadata ## [2.1.6] -- Roo Cline now runs in all VSCode-compatible editors +- Roo Cline now runs in all VSCode-compatible editors ## [2.1.5] -- Fix bug in browser action approval +- Fix bug in browser action approval ## [2.1.4] -- Roo Cline now can run side-by-side with Cline +- Roo Cline now can run side-by-side with Cline ## [2.1.3] -- Roo Cline now allows browser actions without approval when `alwaysAllowBrowser` is true +- Roo Cline now allows browser actions without approval when `alwaysAllowBrowser` is true ## [2.1.2] -- Support for auto-approval of write operations and command execution -- Support for .clinerules custom instructions +- Support for auto-approval of write operations and command execution +- Support for .clinerules custom instructions diff --git a/package-lock.json b/package-lock.json index 49b0bfc..89fcac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "2.1.20", + "version": "2.1.21", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "2.1.20", + "version": "2.1.21", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.26.0", diff --git a/package.json b/package.json index 28cc201..ffea77c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Roo Cline", "description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.", "publisher": "RooVeterinaryInc", - "version": "2.1.20", + "version": "2.1.21", "icon": "assets/icons/rocket.png", "galleryBanner": { "color": "#617A91", @@ -214,7 +214,7 @@ }, "lint-staged": { "src/**/*.{ts,tsx}": [ - "npx eslint -c .eslintrc.json" + "npx eslint -c .eslintrc.json" ] } }