From c23f6a1449b7bde33c40e415048f7bfa1797fd04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 13:34:22 +0000 Subject: [PATCH] chore(release): v0.1.0 --- .changeset/configurable-plugin-options.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/configurable-plugin-options.md 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": {