Skip to content

Commit 8d94af5

Browse files
github-actions[bot]mrubens
authored andcommitted
Changeset version bump (#7491)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 94b4a5c commit 8d94af5

File tree

3 files changed

+8
-96
lines changed

3 files changed

+8
-96
lines changed

.changeset/v3.26.2.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,14 @@
11
# Roo Code Changelog
22

3-
## [3.27.0] - 2025-09-05
4-
5-
![3.27.0 Release - Bug Fixes and Improvements](/releases/3.27.0-release.png)
6-
7-
- Add: User message editing and deletion functionality (thanks @NaccOll!)
8-
- Add: Kimi K2-0905 model support in Chutes provider (#7700 by @pwilkin, PR by @app/roomote)
9-
- Fix: Prevent stack overflow in codebase indexing for large projects (#7588 by @StarTrai1, PR by @daniel-lxs)
10-
- Fix: Resolve race condition in Gemini Grounding Sources by improving code design (#6372 by @daniel-lxs, PR by @HahaBill)
11-
- Fix: Preserve conversation context by retrying with full conversation on invalid previous_response_id (thanks @daniel-lxs!)
12-
- Fix: Identify MCP and slash command config path in multiple folder workspaces (#6720 by @kfuglsang, PR by @NaccOll)
13-
- Fix: Handle array paths from VSCode terminal profiles correctly (#7695 by @Amosvcc, PR by @app/roomote)
14-
- Fix: Improve WelcomeView styling and readability (thanks @daniel-lxs!)
15-
- Fix: Resolve CI e2e test ETIMEDOUT errors when downloading VS Code (thanks @daniel-lxs!)
16-
17-
## [3.26.7] - 2025-09-04
18-
19-
![3.26.7 Release - OpenAI Service Tiers](/releases/3.26.7-release.png)
20-
21-
- Feature: Add OpenAI Responses API service tiers (flex/priority) with UI selector and pricing (thanks @hannesrudolph!)
22-
- Feature: Add DeepInfra as a model provider in Roo Code (#7661 by @Thachnh, PR by @Thachnh)
23-
- Feature: Update kimi-k2-0905-preview and kimi-k2-turbo-preview models on the Moonshot provider (thanks @CellenLee!)
24-
- Feature: Add kimi-k2-0905-preview to Groq, Moonshot, and Fireworks (thanks @daniel-lxs and Cline!)
25-
- Fix: Prevent countdown timer from showing in history for answered follow-up questions (#7624 by @XuyiK, PR by @daniel-lxs)
26-
- Fix: Moonshot's maximum return token count limited to 1024 issue resolved (#6936 by @greyishsong, PR by @wangxiaolong100)
27-
- Fix: Add error transform to cryptic OpenAI SDK errors when API key is invalid (#7483 by @A0nameless0man, PR by @app/roomote)
28-
- Fix: Validate MCP tool exists before execution (#7631 by @R-omk, PR by @app/roomote)
29-
- Fix: Handle zsh glob qualifiers correctly (thanks @mrubens!)
30-
- Fix: Handle zsh process substitution correctly (thanks @mrubens!)
31-
- Fix: Minor zh-TW Traditional Chinese locale typo fix (thanks @PeterDaveHello!)
32-
33-
## [3.26.6] - 2025-09-03
34-
35-
![3.26.6 Release - Bug Fixes and Tool Improvements](/releases/3.26.6-release.png)
36-
37-
- Add experimental run_slash_command tool to let the model initiate slash commands (thanks @app/roomote!)
38-
- Fix: use askApproval wrapper in insert_content and search_and_replace tools (#7648 by @hannesrudolph, PR by @app/roomote)
39-
- Add Kimi K2 Turbo model configuration to moonshotModels (thanks @wangxiaolong100!)
40-
- Fix: preserve scroll position when switching tabs in settings (thanks @DC-Dancao!)
41-
42-
## [3.26.5] - 2025-09-03
43-
44-
![3.26.5 Release - Enhanced AI Thinking Capabilities](/releases/3.26.5-release.png)
45-
46-
- feat: Add support for Qwen3 235B A22B Thinking 2507 model in chutes (thanks @mohammad154!)
47-
- feat: Add auto-approve support for MCP access_resource tool (#7565 by @m-ibm, PR by @daniel-lxs)
48-
- feat: Add configurable embedding batch size for code indexing (#7356 by @BenLampson, PR by @app/roomote)
49-
- fix: Add cache reporting support for OpenAI-Native provider (thanks @hannesrudolph!)
50-
- feat: Move message queue to the extension host for better performance (thanks @cte!)
51-
52-
## [3.26.4] - 2025-09-01
53-
54-
![3.26.4 Release - Memory Optimization](/releases/3.26.4-release.png)
55-
56-
- Optimize memory usage for image handling in webview (thanks @daniel-lxs!)
57-
- Fix: Special tokens should not break task processing (#7539 by @pwilkin, PR by @pwilkin)
58-
- Add Ollama API key support for Turbo mode (#7147 by @LivioGama, PR by @app/roomote)
59-
- Rename Account tab to Cloud tab for clarity (thanks @app/roomote!)
60-
- Add kangaroo-themed release image generation (thanks @mrubens!)
61-
62-
## [3.26.3] - 2025-08-29
63-
64-
![3.26.3 Release - Kangaroo Photo Editor](/releases/3.26.3-release.png)
65-
66-
- Add optional input image parameter to image generation tool (thanks @roomote!)
67-
- Refactor: Flatten image generation settings structure (thanks @daniel-lxs!)
68-
- Show console logging in vitests when the --no-silent flag is set (thanks @hassoncs!)
69-
703
## [3.26.2] - 2025-08-28
714

72-
![3.26.2 Release - Kangaroo Digital Artist](/releases/3.26.2-release.png)
73-
745
- feat: Add experimental image generation tool with OpenRouter integration (thanks @daniel-lxs!)
756
- Fix: Resolve GPT-5 Responses API issues with condensing and image support (#7334 by @nlbuescher, PR by @daniel-lxs)
767
- Fix: Hide .rooignore'd files from environment details by default (#7368 by @AlexBlack772, PR by @app/roomote)
778
- Fix: Exclude browser scroll actions from repetition detection (#7470 by @cgrierson-smartsheet, PR by @app/roomote)
789

7910
## [3.26.1] - 2025-08-27
8011

81-
![3.26.1 Release - Kangaroo Network Engineer](/releases/3.26.1-release.png)
82-
8312
- Add Vercel AI Gateway provider integration (thanks @joshualipman123!)
8413
- Add support for Vercel embeddings (thanks @mrubens!)
8514
- Enable on-disk storage for Qdrant vectors and HNSW index (thanks @daniel-lxs!)
@@ -90,8 +19,6 @@
9019

9120
## [3.26.0] - 2025-08-26
9221

93-
![3.26.0 Release - Kangaroo Speed Racer](/releases/3.26.0-release.png)
94-
9522
- Sonic -> Grok Code Fast
9623
- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @evinelias and Cline!)
9724
- feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote)

src/package.json

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.27.0",
6+
"version": "3.26.2",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",
@@ -101,9 +101,9 @@
101101
"icon": "$(link-external)"
102102
},
103103
{
104-
"command": "roo-cline.cloudButtonClicked",
105-
"title": "%command.cloud.title%",
106-
"icon": "$(cloud)"
104+
"command": "roo-cline.accountButtonClicked",
105+
"title": "%command.account.title%",
106+
"icon": "$(account)"
107107
},
108108
{
109109
"command": "roo-cline.settingsButtonClicked",
@@ -234,7 +234,7 @@
234234
"when": "view == roo-cline.SidebarProvider"
235235
},
236236
{
237-
"command": "roo-cline.cloudButtonClicked",
237+
"command": "roo-cline.accountButtonClicked",
238238
"group": "navigation@4",
239239
"when": "view == roo-cline.SidebarProvider"
240240
},
@@ -276,7 +276,7 @@
276276
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
277277
},
278278
{
279-
"command": "roo-cline.cloudButtonClicked",
279+
"command": "roo-cline.accountButtonClicked",
280280
"group": "navigation@4",
281281
"when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
282282
},
@@ -400,13 +400,6 @@
400400
"type": "boolean",
401401
"default": false,
402402
"description": "%settings.newTaskRequireTodos.description%"
403-
},
404-
"roo-cline.codeIndex.embeddingBatchSize": {
405-
"type": "number",
406-
"default": 60,
407-
"minimum": 1,
408-
"maximum": 200,
409-
"description": "%settings.codeIndex.embeddingBatchSize.description%"
410403
}
411404
}
412405
}
@@ -434,12 +427,13 @@
434427
"@google/genai": "^1.0.0",
435428
"@lmstudio/sdk": "^1.1.1",
436429
"@mistralai/mistralai": "^1.9.18",
437-
"@modelcontextprotocol/sdk": "1.12.0",
430+
"@modelcontextprotocol/sdk": "^1.9.0",
438431
"@qdrant/js-client-rest": "^1.14.0",
439432
"@roo-code/cloud": "^0.29.0",
440433
"@roo-code/ipc": "workspace:^",
441434
"@roo-code/telemetry": "workspace:^",
442435
"@roo-code/types": "workspace:^",
436+
"@types/lodash.debounce": "^4.0.9",
443437
"@vscode/codicons": "^0.0.36",
444438
"async-mutex": "^0.5.0",
445439
"axios": "^1.7.4",
@@ -510,7 +504,6 @@
510504
"@types/diff": "^5.2.1",
511505
"@types/diff-match-patch": "^1.0.36",
512506
"@types/glob": "^8.1.0",
513-
"@types/lodash.debounce": "^4.0.9",
514507
"@types/mocha": "^10.0.10",
515508
"@types/node": "20.x",
516509
"@types/node-cache": "^4.1.3",

0 commit comments

Comments
 (0)