You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/cli/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,21 @@ All notable changes to the `@roo-code/cli` package will be documented in this fi
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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.
0 commit comments