This repository was archived by the owner on Dec 23, 2025. It is now read-only.
Releases: malhashemi/opencode-skills
Releases · malhashemi/opencode-skills
v1.0.0
v0.1.7
v0.1.1
v0.1.0
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
v0.0.4
0.0.4 (2025-10-26)
Bug Fixes
- only warn if no skills directories were found by @jason0x43 (#17) (e5a43c0)
v0.0.3
0.0.3 (2025-10-22)
What's Changed
Features
- Add support for XDG config directory - Skills can now be discovered from
~/.config/opencode/skills/in addition to~/.opencode/skills/by @rstacruz in #4
Improvements
- Remove verbose console logs - Cleaner console output while still showing errors and warnings by @rstacruz in #3
- Update CONTRIBUTING.md with comprehensive contributor guidelines
Internal
- Add automated release and changelog workflows
- Configure Release Please for version management
New Contributors
v0.0.2
Initial release with automated publishing workflows