File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.7.3] - 2026-01-19
9+
10+ ### Added
11+ - ** Bulk Skill Installation** : ` ask skill install <repo> ` now installs all skills from the repository (e.g. ` ask skill install superpowers ` )
12+ - ** MATLAB Skills** : Added official ` matlab ` repository to default skill sources
13+ - ** SkillsMP Discovery** : Added documentation for discovering skills via [ SkillsMP] ( https://skillsmp.com )
14+ - ** Documentation** : Added detailed install path documentation for different agents (` .claude ` , ` .cursor ` , etc.) in ` README.md ` and ` README_zh.md `
15+
16+ ### Fixed
17+ - Fixed specific config URL handling in ` ask skill install ` matching logic
18+
819## [ 0.7.2] - 2026-01-17
920
1021### Added
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ the Agent ecosystem.`,
4545 // Uncomment the following line if your bare application
4646 // has an action associated with it:
4747 // Run: func(cmd *cobra.Command, args []string) { },
48- Version : "0.7.2 " ,
48+ Version : "0.7.3 " ,
4949}
5050
5151// Execute adds all child commands to the root command and sets flags appropriately.
You can’t perform that action at this time.
0 commit comments