Skip to content

Latest commit

 

History

History
108 lines (58 loc) · 5.22 KB

File metadata and controls

108 lines (58 loc) · 5.22 KB

Changelog

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)

Bug Fixes

  • hotfix: remove exports from internal functions to match v0.1.1 (e4db6bc)

0.1.6 (2025-12-12)

Bug Fixes

  • hotfix: revert to Bun APIs, only add followSymlinks option (ab8128f)

0.1.5 (2025-12-12)

Bug Fixes

  • hotfix: resolve ESM/CJS interop issue with fast-glob import (ad377d3)

0.1.4 (2025-12-12)

Bug Fixes

  • replace Bun-specific APIs with Node.js compatible alternatives (a938c21)

0.1.3 (2025-12-12)

Bug Fixes

  • restore Bun Glob, add tests and CI infrastructure (#43) (bc935a9)

0.1.2 (2025-12-11)

Bug Fixes

  • support symlinked skill directories (#40) (85d8795)

0.1.1 (2025-12-02)

Bug Fixes

  • preserve agent context when loading skills and upgrade SDK to 1.0.126 (b99b164)

0.1.0 (2025-10-26)

⚠ BREAKING CHANGES

  • Requires OpenCode SDK >= 0.15.18

Features

  • 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)

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • Requires OpenCode SDK >= 0.15.18

Features

  • implement Anthropic message insertion pattern with noReply (#20) (d28fa84)

0.0.4 (2025-10-26)

Bug Fixes

  • only warn if no skills directories were found (#17) (e5a43c0)

0.0.3 (2025-10-22)

Bug Fixes

  • configure pre-1.0 versioning for patch releases only (49a7016)

0.0.2 - 2025-10-22

Added

  • 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