From 8a5a8d508bb4863ff6686d17f37b45bd023d6ff6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:59:00 +0000 Subject: [PATCH] chore(release): v0.1.5 --- .changeset/empty-hoops-tie.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/empty-hoops-tie.md 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": {