All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.7 (2025-12-12)
- hotfix: remove exports from internal functions to match v0.1.1 (e4db6bc)
0.1.6 (2025-12-12)
- hotfix: revert to Bun APIs, only add followSymlinks option (ab8128f)
0.1.5 (2025-12-12)
- hotfix: resolve ESM/CJS interop issue with fast-glob import (ad377d3)
0.1.4 (2025-12-12)
- replace Bun-specific APIs with Node.js compatible alternatives (a938c21)
0.1.3 (2025-12-12)
0.1.2 (2025-12-11)
0.1.1 (2025-12-02)
- preserve agent context when loading skills and upgrade SDK to 1.0.126 (b99b164)
0.1.0 (2025-10-26)
- Requires OpenCode SDK >= 0.15.18
- config: support ~/.config/opencode/skills as global skills directory (93b7dcd)
- config: support ~/.config/opencode/skills as global skills directory (ff37006)
- implement Anthropic message insertion pattern with noReply (#20) (d28fa84)
- configure pre-1.0 versioning for patch releases only (49a7016)
- correct version number in package.json to 0.0.1 (de33a38)
- only warn if no skills directories were found (#17) (e5a43c0)
- update version number in package.json to 0.0.2 and refine README examples (0a64400)
0.1.0 (2025-10-26)
- Requires OpenCode SDK >= 0.15.18
0.0.4 (2025-10-26)
0.0.3 (2025-10-22)
- configure pre-1.0 versioning for patch releases only (49a7016)
0.0.2 - 2025-10-22
- Initial release with Skills Plugin functionality
- Auto-discovery of skills from
.opencode/skills/directories - Spec compliance with Anthropic's Skills Specification v1.0
- Dynamic tool registration for discovered skills
- Path resolution for skill supporting files