diff --git a/.changeset/configurable-plugin-options.md b/.changeset/configurable-plugin-options.md deleted file mode 100644 index d88b7fa..0000000 --- a/.changeset/configurable-plugin-options.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode-adaptive-thinking": minor ---- - -Add plugin options for enabling/disabling the plugin, customizing the reasoning-effort tool, and overriding injected system guidance. diff --git a/CHANGELOG.md b/CHANGELOG.md index 64d54d9..6ad1bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # opencode-adaptive-thinking +## 0.1.0 + +### Minor Changes + +- [#3](https://github.com/ian-pascoe/opencode-adaptive-thinking/pull/3) [`dbe24bc`](https://github.com/ian-pascoe/opencode-adaptive-thinking/commit/dbe24bc3138eb19473e2f07dc62c0879776bf44b) Thanks [@ian-pascoe](https://github.com/ian-pascoe)! - Add plugin options for enabling/disabling the plugin, customizing the reasoning-effort tool, and overriding injected system guidance. + ## 0.0.2 ### Patch Changes diff --git a/package.json b/package.json index c82d34d..94681ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-adaptive-thinking", - "version": "0.0.2", + "version": "0.1.0", "description": "Adaptive Thinking Plugin for OpenCode", "homepage": "https://github.com/ian-pascoe/opencode-adaptive-thinking#readme", "bugs": {