From 83b70451601c293b23d3537a8a53f55c742a2065 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sat, 27 Dec 2025 12:25:28 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f69286ee..3be5d996f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Roo Code Changelog -## 3.38.0 +## [3.38.0] - 2025-12-27 -### Minor Changes +![3.38.0 Release - Skills](/releases/3.38.0-release.png) -- ![3.38.0 Release - Skills](/releases/3.38.0-release.png) +- 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) +- 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) +- 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) +- Remove simpleReadFileTool feature, streamlining the file reading experience (PR #10254 by @app/roomote) +- Remove OpenRouter Transforms feature (PR #10341 by @app/roomote) +- Fix mergeToolResultText handling in Roo provider (PR #10359 by @mrubens) ## [3.37.1] - 2025-12-23