Skip to content

Commit 2411c8f

Browse files
Changeset version bump (RooCodeInc#6092)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent dbc8119 commit 2411c8f

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

.changeset/v3.23.17.md

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

CHANGELOG.md

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

3+
## [3.23.17] - 2025-07-22
4+
5+
- Add: todo list tool enable checkbox to provider advanced settings
6+
- Add: Moonshot provider (thanks @CellenLee!)
7+
- Add: Qwen/Qwen3-235B-A22B-Instruct-2507 model to Chutes AI provider
8+
- Fix: move context condensing prompt to Prompts section (thanks @SannidhyaSah!)
9+
- Add: jump icon for newly created files
10+
- Fix: add character limit to prevent terminal output context explosion
11+
- Fix: resolve global mode export not including rules files
12+
- Fix: enable export, share, and copy buttons during API operations (thanks @MuriloFP!)
13+
- Add: configurable timeout for evals (5-10 min)
14+
- Add: auto-omit MCP content when no servers are configured
15+
- Fix: sort symlinked rules files by symlink names, not target names
16+
- Docs: clarify when to use update_todo_list tool
17+
- Add: Mistral embedding provider (thanks @SannidhyaSah!)
18+
- Fix: add run parameter to vitest command in rules (thanks @KJ7LNW!)
19+
- Update: the max_tokens fallback logic in the sliding window
20+
- Fix: Bedrock and Vertext token counting improvements (thanks @daniel-lxs!)
21+
- Add: llama-4-maverick model to Vertex AI provider (thanks @MuriloFP!)
22+
- Fix: properly distinguish between user cancellations and API failures
23+
- Fix: add case sensitivity mention to suggested fixes in apply_diff error message
24+
325
## [3.23.16] - 2025-07-19
426

527
- Add global rate limiting for OpenAI-compatible embeddings (thanks @daniel-lxs!)

src/package.json

Lines changed: 1 addition & 1 deletion
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.23.16",
6+
"version": "3.23.17",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)