diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 80a9dab..f552150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.15.4"} +{".":"0.16.0"} diff --git a/changelog/CHANGELOG-v0.x.md b/changelog/CHANGELOG-v0.x.md index ba6908c..129a72d 100644 --- a/changelog/CHANGELOG-v0.x.md +++ b/changelog/CHANGELOG-v0.x.md @@ -1,5 +1,17 @@ # Changelog +## [0.16.0](https://github.com/sunerpy/opencode-kiro-auth/compare/v0.15.4...v0.16.0) (2026-07-30) + + +### Features + +* **request:** 恢复被丢弃的推理签名并在工具循环中回放 ([#79](https://github.com/sunerpy/opencode-kiro-auth/issues/79)) ([5d45121](https://github.com/sunerpy/opencode-kiro-auth/commit/5d45121c553bc605bdc09e8ed96a1a31eaa9c298)) + + +### Bug Fixes + +* **request:** 工具结果回合改用空 content 以避免模型提前结束回合 ([#81](https://github.com/sunerpy/opencode-kiro-auth/issues/81)) ([017e662](https://github.com/sunerpy/opencode-kiro-auth/commit/017e662f1bc65f85eed19bab4971a3aa6fd93feb)) + ## [0.15.4](https://github.com/sunerpy/opencode-kiro-auth/compare/v0.15.3...v0.15.4) (2026-07-29) diff --git a/package.json b/package.json index c34b28f..7703ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sunerpy/opencode-kiro-auth", - "version": "0.15.4", + "version": "0.16.0", "description": "OpenCode plugin for AWS Kiro (CodeWhisperer) providing access to Claude models", "type": "module", "main": "dist/index.js",