Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]

### Added

- Add CLI discovery commands: `list`, `search`, and `describe`.
- Add `@metamask/skills` package metadata for publishing the public MetaMask skills repo to npm.
- Add `metamask-skills` CLI with `sync`, `postinstall`, and `install` commands.
- Add repo inference, repo-local skills cache support, bundled package fallback, and `SKILLS_AUTO_UPDATE=1` handling for consumer repos.
- Add CLI discovery commands: `list`, `search`, and `describe`
- Add `metamask-skills` CLI with `sync`, `postinstall`, and `install` commands
- Add repo inference, repo-local skills cache support, bundled package fallback, and `SKILLS_AUTO_UPDATE=1` handling for consumer repos

[Unreleased]: https://github.com/MetaMask/skills/
[Unreleased]: https://github.com/MetaMask/skills/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/MetaMask/skills/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/skills",
"version": "0.0.0",
"version": "0.1.0",
"description": "Shared MetaMask agent skills installer and sync CLI.",
"license": "MIT",
"type": "module",
Expand Down
Loading