diff --git a/.changeset/empty-hoops-tie.md b/.changeset/empty-hoops-tie.md deleted file mode 100644 index 42f15c3..0000000 --- a/.changeset/empty-hoops-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode-adaptive-thinking": patch ---- - -Preserve the active model when synthetic prompts adjust reasoning effort and when temporary overrides reset after a session becomes idle. This prevents OpenCode from falling back to the agent/provider default model instead of the model that was selected when the reasoning change was initiated. diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e2630..636c708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # opencode-adaptive-thinking +## 0.1.6 + +### Patch Changes + +- [#18](https://github.com/ian-pascoe/opencode-adaptive-thinking/pull/18) [`defb743`](https://github.com/ian-pascoe/opencode-adaptive-thinking/commit/defb7432816a8d25e4610d73121e558ad8d4eece) Thanks [@mauriciozaffari](https://github.com/mauriciozaffari)! - Preserve the active model when synthetic prompts adjust reasoning effort and when temporary overrides reset after a session becomes idle. This prevents OpenCode from falling back to the agent/provider default model instead of the model that was selected when the reasoning change was initiated. + ## 0.1.5 ### Patch Changes diff --git a/package.json b/package.json index 1037cbe..25c2132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-adaptive-thinking", - "version": "0.1.5", + "version": "0.1.6", "description": "Adaptive Thinking Plugin for OpenCode", "homepage": "https://github.com/ian-pascoe/opencode-adaptive-thinking#readme", "bugs": {