mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Merge pull request #953 from RooVetGit/changeset-release/main
Changeset version bump
This commit is contained in:
commit
4a55e1439e
5 changed files with 11 additions and 13 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add a help button
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Allow users to clear out custom instructions for the built-in modes
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.3.19]
|
||||
|
||||
- Fix a bug where aborting in the middle of file writes would not revert the write
|
||||
- Honor the VS Code theme for dialog backgrounds
|
||||
- Make it possible to clear out the default custom instructions for built-in modes
|
||||
- Add a help button that links to our new documentation site (which we would love help from the community to improve!)
|
||||
- Switch checkpoints logic to use a shadow git repository to work around issues with hot reloads and polluting existing repositories (thanks Cline for the inspiration!)
|
||||
|
||||
## [3.3.18]
|
||||
|
||||
- Add a per-API-configuration model temperature setting (thanks @joemanley201!)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.3.18",
|
||||
"version": "3.3.19",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.3.18",
|
||||
"version": "3.3.19",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.26.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "Roo Code (prev. Roo Cline)",
|
||||
"description": "A VS Code plugin that enhances coding with AI-powered automation, multi-model support, and experimental features.",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.3.18",
|
||||
"version": "3.3.19",
|
||||
"icon": "assets/icons/rocket.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue