From c2b261bb773aa2936edf27985157b36e678aa9d0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 09:31:52 +0000 Subject: [PATCH] chore(main): release 1.2.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 862a05b..642b9c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.4" + ".": "1.2.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b2c78..f625353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 86e11b2..d93f38a 100644 --- a/package.json +++ b/package.json @@ -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",