mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#1992)
* changeset version bump * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
e1ca1b93a6
commit
f25812d722
12 changed files with 28 additions and 48 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Show openrouter key balance on the settings screen
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Remove redundant zod schemas
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Preserve existing provider profiles when importing
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Show requesty key balance on the settings screen
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Wrangle our settings-related types and add support for settings import / export
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Consolidate logic that computes the current diff strategy
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
v3.11.0
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Automatically generate .d.ts from zod schemas
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add config getters to RooCodeAPI
|
||||
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -1,5 +1,30 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.11.0] - 2025-03-30
|
||||
|
||||
- Replace single-block-diff with multi-block-diff fast editing strategy
|
||||
- Support project-level MCP config in .roo/mcp.json (thanks @aheizi!)
|
||||
- Show OpenRouter and Requesty key balance on the settings screen
|
||||
- Support import/export of settings
|
||||
- Add pinning and sorting for API configuration dropdown (thanks @jwcraig!)
|
||||
- Add Gemini 2.5 Pro to GCP Vertex AI provider (thanks @nbihan-mediware!)
|
||||
- Smarter retry logic for Gemini
|
||||
- Fix Gemini command escaping
|
||||
- Support @-mentions of files with spaces in the name (thanks @samhvw8!)
|
||||
- Improvements to partial file reads (thanks @KJ7LNW!)
|
||||
- Fix list_code_definition_names to support files (thanks @KJ7LNW!)
|
||||
- Refactor tool-calling logic to make the code a lot easier to work with (thanks @diarmidmackenzie, @bramburn, @KJ7LNW, and everyone else who helped!)
|
||||
- Prioritize “Add to Context” in the code actions and include line numbers (thanks @samhvw8!)
|
||||
- Add an activation command that other extensions can use to interface with Roo Code (thanks @gtaylor!)
|
||||
- Preserve language characters in file @-mentions (thanks @aheizi!)
|
||||
- Browser tool improvements (thanks @afshawnlotfi!)
|
||||
- Display info about partial reads in the chat row
|
||||
- Link to the settings page from the auto-approve toolbar
|
||||
- Link to provider docs from the API options
|
||||
- Fix switching profiles to ensure only the selected profile is switched (thanks @feifei325!)
|
||||
- Allow custom o3-mini-<reasoning> model from OpenAI-compatible providers (thanks @snoyiatk!)
|
||||
- Edit suggested answers before accepting them (thanks @samhvw8!)
|
||||
|
||||
## [3.10.5] - 2025-03-25
|
||||
|
||||
- Updated value of max tokens for gemini-2.5-pro-03-25 to 65,536 (thanks @linegel!)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.10.5",
|
||||
"version": "3.11.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.10.5",
|
||||
"version": "3.11.0",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.37.0",
|
||||
|
|
|
|||
|
|
@ -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.5",
|
||||
"version": "3.11.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue