mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#10362)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
5c5ddd37e8
commit
ba1dd3c723
3 changed files with 12 additions and 13 deletions
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||

|
||||
|
||||
- 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)
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.38.0] - 2025-12-27
|
||||
|
||||

|
||||
|
||||
- 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
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.37.1",
|
||||
"version": "3.38.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue