Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.2.4"
".": "1.2.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.5](https://github.com/zenobi-us/opencode-skillful/compare/v1.2.4...v1.2.5) (2026-02-13)


### Bug Fixes

* **config:** normalize base path handling for skill discovery (closes [#27](https://github.com/zenobi-us/opencode-skillful/issues/27)) ([#32](https://github.com/zenobi-us/opencode-skillful/issues/32)) ([ef8f0cd](https://github.com/zenobi-us/opencode-skillful/commit/ef8f0cdd657d3b91bce9424b043334f69daf7518))
* **skill-injection:** keep active agent when loading skills ([#28](https://github.com/zenobi-us/opencode-skillful/issues/28)) ([#30](https://github.com/zenobi-us/opencode-skillful/issues/30)) ([d6b9b43](https://github.com/zenobi-us/opencode-skillful/commit/d6b9b43848d940bac8994198c9f44d71f585753a))

## [1.2.4](https://github.com/zenobi-us/opencode-skillful/compare/v1.2.3...v1.2.4) (2026-02-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zenobius/opencode-skillful",
"version": "1.2.4",
"version": "1.2.5",
"description": "OpenCode Skills Plugin - Anthropic Agent Skills Specification implementation",
"type": "module",
"module": "src/index.ts",
Expand Down