diff --git a/.changeset/empty-hoops-tie.md b/.changeset/empty-hoops-tie.md deleted file mode 100644 index 93c3abe..0000000 --- a/.changeset/empty-hoops-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"opencode-adaptive-thinking": patch ---- - -Preserve the active agent when synthetic prompts adjust reasoning effort and when temporary overrides reset after a session becomes idle. This prevents OpenCode from routing follow-up work to the default agent instead of the agent that initiated the change. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3688f..39e2630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # opencode-adaptive-thinking +## 0.1.5 + +### Patch Changes + +- [#16](https://github.com/ian-pascoe/opencode-adaptive-thinking/pull/16) [`f4c5e6a`](https://github.com/ian-pascoe/opencode-adaptive-thinking/commit/f4c5e6af7695fd51c54a5b4eb7253c1d42f965b2) Thanks [@mauriciozaffari](https://github.com/mauriciozaffari)! - Preserve the active agent when synthetic prompts adjust reasoning effort and when temporary overrides reset after a session becomes idle. This prevents OpenCode from routing follow-up work to the default agent instead of the agent that initiated the change. + ## 0.1.4 ### Patch Changes diff --git a/package.json b/package.json index 4874a77..1037cbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-adaptive-thinking", - "version": "0.1.4", + "version": "0.1.5", "description": "Adaptive Thinking Plugin for OpenCode", "homepage": "https://github.com/ian-pascoe/opencode-adaptive-thinking#readme", "bugs": {