Skip to content

Commit d6611f8

Browse files
hannesrudolphcte
andauthored
chore(cli): prepare release v0.1.13 (#11837)
* chore(cli): prepare release v0.1.13 * Update CHANGELOG.md --------- Co-authored-by: Chris Estreich <cestreich@gmail.com>
1 parent af1e12c commit d6611f8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

apps/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to the `@roo-code/cli` package will be documented in this fi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.13] - 2026-03-02
9+
10+
### Added
11+
12+
- **Skills as Slash Commands**: Skills are now exposed as slash commands, so you can invoke skill workflows directly from command-style input.
13+
- **Skill Fallback Execution**: When a slash command does not match a command file but matches a skill slug, the CLI can resolve and execute that skill path.
14+
15+
### Changed
16+
17+
- **Slash Command Resolution Priority**: Command precedence is preserved, with skill fallback only used when no matching slash command is found.
18+
19+
### Tests
20+
21+
- Added and updated tests for slash command + skill fallback behavior, including command precedence and duplicate skill-slug handling.
22+
823
## [0.1.12] - 2026-03-02
924

1025
### Fixed

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/cli",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "Roo Code CLI - Run the Roo Code agent from the command line",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)