Skip to content

Commit 30090de

Browse files
Changeset version bump (#10296)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent dd44f8f commit 30090de

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

.changeset/v3.37.0.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.37.0] - 2025-12-22
4+
5+
![3.37.0 Release - Custom Tool Calling](/releases/3.37.0-release.png)
6+
7+
- Add MiniMax M2.1 and improve environment_details handling for Minimax thinking models (PR #10284 by @hannesrudolph)
8+
- Add GLM-4.7 model with thinking mode support for Zai provider (PR #10282 by @hannesrudolph)
9+
- Add experimental custom tool calling - define custom tools that integrate seamlessly with your AI workflow (PR #10083 by @cte)
10+
- Deprecate XML tool protocol selection and force native tool format for new tasks (PR #10281 by @daniel-lxs)
11+
- Fix: Emit tool_call_end events in OpenAI handler when streaming ends (#10275 by @torxeon, PR #10280 by @daniel-lxs)
12+
- Fix: Emit tool_call_end events in BaseOpenAiCompatibleProvider (PR #10293 by @hannesrudolph)
13+
- Fix: Disable strict mode for MCP tools to preserve optional parameters (PR #10220 by @daniel-lxs)
14+
- Fix: Move array-specific properties into anyOf variant in normalizeToolSchema (PR #10276 by @daniel-lxs)
15+
- Fix: Add CRLF line ending normalization to search_replace and search_and_replace tools (PR #10288 by @hannesrudolph)
16+
- Fix: Add graceful fallback for model parsing in Chutes provider (PR #10279 by @hannesrudolph)
17+
- Fix: Enable Requesty refresh models with credentials (PR #10273 by @daniel-lxs)
18+
- Fix: Improve reasoning_details accumulation and serialization (PR #10285 by @hannesrudolph)
19+
- Fix: Preserve reasoning_content in condense summary for DeepSeek-reasoner (PR #10292 by @hannesrudolph)
20+
- Refactor Zai provider to merge environment_details into tool result instead of system message (PR #10289 by @hannesrudolph)
21+
- Remove parallel_tool_calls parameter from litellm provider (PR #10274 by @roomote)
22+
- Add Cloud Team page with comprehensive team management features (PR #10267 by @roomote)
23+
- Add message log deduper utility for evals (PR #10286 by @hannesrudolph)
24+
325
## [3.36.16] - 2025-12-19
426

527
- Fix: Normalize tool schemas for VS Code LM API to resolve error 400 when using VS Code Language Model API providers (PR #10221 by @hannesrudolph)

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.36.16",
6+
"version": "3.37.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)