diff --git a/.changeset/harden-reasoning-effort.md b/.changeset/harden-reasoning-effort.md deleted file mode 100644 index 72bec9c..0000000 --- a/.changeset/harden-reasoning-effort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode-adaptive-thinking": patch ---- - -Honor quiet invalid-config handling, ignore stale cached reasoning effort after model changes, and resolve fallback agent variants from the newest relevant message. diff --git a/CHANGELOG.md b/CHANGELOG.md index 852efce..bedfe8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # opencode-adaptive-thinking +## 0.1.2 + +### Patch Changes + +- [#8](https://github.com/ian-pascoe/opencode-adaptive-thinking/pull/8) [`0afb0c6`](https://github.com/ian-pascoe/opencode-adaptive-thinking/commit/0afb0c6df61980588ef072a756412b7a66d16772) Thanks [@ian-pascoe](https://github.com/ian-pascoe)! - Honor quiet invalid-config handling, ignore stale cached reasoning effort after model changes, and resolve fallback agent variants from the newest relevant message. + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 286f69d..9162826 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-adaptive-thinking", - "version": "0.1.1", + "version": "0.1.2", "description": "Adaptive Thinking Plugin for OpenCode", "homepage": "https://github.com/ian-pascoe/opencode-adaptive-thinking#readme", "bugs": {