From 8d94af5b7a01f87559100453d939079d12fa09be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 11:21:07 -0400 Subject: [PATCH] Changeset version bump (#7491) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens --- .changeset/v3.26.2.md | 8 ----- CHANGELOG.md | 73 ------------------------------------------- src/package.json | 23 +++++--------- 3 files changed, 8 insertions(+), 96 deletions(-) delete mode 100644 .changeset/v3.26.2.md diff --git a/.changeset/v3.26.2.md b/.changeset/v3.26.2.md deleted file mode 100644 index fe2cbe2757..0000000000 --- a/.changeset/v3.26.2.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"roo-cline": patch ---- - -- feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!) -- Fix: Resolve GPT-5 Responses API issues with condensing and image support (#7334 by @nlbuescher, PR by @daniel-lxs) -- Fix: Hide .rooignore'd files from environment details by default (#7368 by @AlexBlack772, PR by @app/roomote) -- Fix: Exclude browser scroll actions from repetition detection (#7470 by @cgrierson-smartsheet, PR by @app/roomote) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8e06ecd4f..7cfd52af29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,76 +1,7 @@ # Roo Code Changelog -## [3.27.0] - 2025-09-05 - -![3.27.0 Release - Bug Fixes and Improvements](/releases/3.27.0-release.png) - -- Add: User message editing and deletion functionality (thanks @NaccOll!) -- Add: Kimi K2-0905 model support in Chutes provider (#7700 by @pwilkin, PR by @app/roomote) -- Fix: Prevent stack overflow in codebase indexing for large projects (#7588 by @StarTrai1, PR by @daniel-lxs) -- Fix: Resolve race condition in Gemini Grounding Sources by improving code design (#6372 by @daniel-lxs, PR by @HahaBill) -- Fix: Preserve conversation context by retrying with full conversation on invalid previous_response_id (thanks @daniel-lxs!) -- Fix: Identify MCP and slash command config path in multiple folder workspaces (#6720 by @kfuglsang, PR by @NaccOll) -- Fix: Handle array paths from VSCode terminal profiles correctly (#7695 by @Amosvcc, PR by @app/roomote) -- Fix: Improve WelcomeView styling and readability (thanks @daniel-lxs!) -- Fix: Resolve CI e2e test ETIMEDOUT errors when downloading VS Code (thanks @daniel-lxs!) - -## [3.26.7] - 2025-09-04 - -![3.26.7 Release - OpenAI Service Tiers](/releases/3.26.7-release.png) - -- Feature: Add OpenAI Responses API service tiers (flex/priority) with UI selector and pricing (thanks @hannesrudolph!) -- Feature: Add DeepInfra as a model provider in Roo Code (#7661 by @Thachnh, PR by @Thachnh) -- Feature: Update kimi-k2-0905-preview and kimi-k2-turbo-preview models on the Moonshot provider (thanks @CellenLee!) -- Feature: Add kimi-k2-0905-preview to Groq, Moonshot, and Fireworks (thanks @daniel-lxs and Cline!) -- Fix: Prevent countdown timer from showing in history for answered follow-up questions (#7624 by @XuyiK, PR by @daniel-lxs) -- Fix: Moonshot's maximum return token count limited to 1024 issue resolved (#6936 by @greyishsong, PR by @wangxiaolong100) -- Fix: Add error transform to cryptic OpenAI SDK errors when API key is invalid (#7483 by @A0nameless0man, PR by @app/roomote) -- Fix: Validate MCP tool exists before execution (#7631 by @R-omk, PR by @app/roomote) -- Fix: Handle zsh glob qualifiers correctly (thanks @mrubens!) -- Fix: Handle zsh process substitution correctly (thanks @mrubens!) -- Fix: Minor zh-TW Traditional Chinese locale typo fix (thanks @PeterDaveHello!) - -## [3.26.6] - 2025-09-03 - -![3.26.6 Release - Bug Fixes and Tool Improvements](/releases/3.26.6-release.png) - -- Add experimental run_slash_command tool to let the model initiate slash commands (thanks @app/roomote!) -- Fix: use askApproval wrapper in insert_content and search_and_replace tools (#7648 by @hannesrudolph, PR by @app/roomote) -- Add Kimi K2 Turbo model configuration to moonshotModels (thanks @wangxiaolong100!) -- Fix: preserve scroll position when switching tabs in settings (thanks @DC-Dancao!) - -## [3.26.5] - 2025-09-03 - -![3.26.5 Release - Enhanced AI Thinking Capabilities](/releases/3.26.5-release.png) - -- feat: Add support for Qwen3 235B A22B Thinking 2507 model in chutes (thanks @mohammad154!) -- feat: Add auto-approve support for MCP access_resource tool (#7565 by @m-ibm, PR by @daniel-lxs) -- feat: Add configurable embedding batch size for code indexing (#7356 by @BenLampson, PR by @app/roomote) -- fix: Add cache reporting support for OpenAI-Native provider (thanks @hannesrudolph!) -- feat: Move message queue to the extension host for better performance (thanks @cte!) - -## [3.26.4] - 2025-09-01 - -![3.26.4 Release - Memory Optimization](/releases/3.26.4-release.png) - -- Optimize memory usage for image handling in webview (thanks @daniel-lxs!) -- Fix: Special tokens should not break task processing (#7539 by @pwilkin, PR by @pwilkin) -- Add Ollama API key support for Turbo mode (#7147 by @LivioGama, PR by @app/roomote) -- Rename Account tab to Cloud tab for clarity (thanks @app/roomote!) -- Add kangaroo-themed release image generation (thanks @mrubens!) - -## [3.26.3] - 2025-08-29 - -![3.26.3 Release - Kangaroo Photo Editor](/releases/3.26.3-release.png) - -- Add optional input image parameter to image generation tool (thanks @roomote!) -- Refactor: Flatten image generation settings structure (thanks @daniel-lxs!) -- Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!) - ## [3.26.2] - 2025-08-28 -![3.26.2 Release - Kangaroo Digital Artist](/releases/3.26.2-release.png) - - feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!) - Fix: Resolve GPT-5 Responses API issues with condensing and image support (#7334 by @nlbuescher, PR by @daniel-lxs) - Fix: Hide .rooignore'd files from environment details by default (#7368 by @AlexBlack772, PR by @app/roomote) @@ -78,8 +9,6 @@ ## [3.26.1] - 2025-08-27 -![3.26.1 Release - Kangaroo Network Engineer](/releases/3.26.1-release.png) - - Add Vercel AI Gateway provider integration (thanks @joshualipman123!) - Add support for Vercel embeddings (thanks @mrubens!) - Enable on-disk storage for Qdrant vectors and HNSW index (thanks @daniel-lxs!) @@ -90,8 +19,6 @@ ## [3.26.0] - 2025-08-26 -![3.26.0 Release - Kangaroo Speed Racer](/releases/3.26.0-release.png) - - Sonic -> Grok Code Fast - feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @evinelias and Cline!) - feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote) diff --git a/src/package.json b/src/package.json index ac0f5858ab..21bf9513bd 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.27.0", + "version": "3.26.2", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", @@ -101,9 +101,9 @@ "icon": "$(link-external)" }, { - "command": "roo-cline.cloudButtonClicked", - "title": "%command.cloud.title%", - "icon": "$(cloud)" + "command": "roo-cline.accountButtonClicked", + "title": "%command.account.title%", + "icon": "$(account)" }, { "command": "roo-cline.settingsButtonClicked", @@ -234,7 +234,7 @@ "when": "view == roo-cline.SidebarProvider" }, { - "command": "roo-cline.cloudButtonClicked", + "command": "roo-cline.accountButtonClicked", "group": "navigation@4", "when": "view == roo-cline.SidebarProvider" }, @@ -276,7 +276,7 @@ "when": "activeWebviewPanelId == roo-cline.TabPanelProvider" }, { - "command": "roo-cline.cloudButtonClicked", + "command": "roo-cline.accountButtonClicked", "group": "navigation@4", "when": "activeWebviewPanelId == roo-cline.TabPanelProvider" }, @@ -400,13 +400,6 @@ "type": "boolean", "default": false, "description": "%settings.newTaskRequireTodos.description%" - }, - "roo-cline.codeIndex.embeddingBatchSize": { - "type": "number", - "default": 60, - "minimum": 1, - "maximum": 200, - "description": "%settings.codeIndex.embeddingBatchSize.description%" } } } @@ -434,12 +427,13 @@ "@google/genai": "^1.0.0", "@lmstudio/sdk": "^1.1.1", "@mistralai/mistralai": "^1.9.18", - "@modelcontextprotocol/sdk": "1.12.0", + "@modelcontextprotocol/sdk": "^1.9.0", "@qdrant/js-client-rest": "^1.14.0", "@roo-code/cloud": "^0.29.0", "@roo-code/ipc": "workspace:^", "@roo-code/telemetry": "workspace:^", "@roo-code/types": "workspace:^", + "@types/lodash.debounce": "^4.0.9", "@vscode/codicons": "^0.0.36", "async-mutex": "^0.5.0", "axios": "^1.7.4", @@ -510,7 +504,6 @@ "@types/diff": "^5.2.1", "@types/diff-match-patch": "^1.0.36", "@types/glob": "^8.1.0", - "@types/lodash.debounce": "^4.0.9", "@types/mocha": "^10.0.10", "@types/node": "20.x", "@types/node-cache": "^4.1.3",