Skip to content

Commit ba1dd3c

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

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

.changeset/v3.38.0.md

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

CHANGELOG.md

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

3+
## [3.38.0] - 2025-12-27
4+
5+
![3.38.0 Release - Skills](/releases/3.38.0-release.png)
6+
7+
- Add support for [Agent Skills](https://agentskills.io/), enabling reusable packages of prompts, tools, and resources to extend Roo's capabilities (PR #10335 by @mrubens)
8+
- Add optional mode field to slash command front matter, allowing commands to automatically switch to a specific mode when triggered (PR #10344 by @app/roomote)
9+
- Add support for npm packages and .env files to custom tools, allowing custom tools to import dependencies and access environment variables (PR #10336 by @cte)
10+
- Remove simpleReadFileTool feature, streamlining the file reading experience (PR #10254 by @app/roomote)
11+
- Remove OpenRouter Transforms feature (PR #10341 by @app/roomote)
12+
- Fix mergeToolResultText handling in Roo provider (PR #10359 by @mrubens)
13+
314
## [3.37.1] - 2025-12-23
415

516
![3.37.1 Release - Tool Fixes and Provider Improvements](/releases/3.37.1-release.png)

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

0 commit comments

Comments
 (0)