diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6f343db7..5538f52d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -51,6 +51,6 @@ "packages/tofu": "1.0.0", "packages/release-please": "1.0.2", "packages/security": "1.0.0", - "packages/ai": "2.0.0", + "packages/ai": "2.1.0", "packages/otel": "1.0.1" } diff --git a/packages/ai/CHANGELOG.md b/packages/ai/CHANGELOG.md index 63b65101..78dc784a 100644 --- a/packages/ai/CHANGELOG.md +++ b/packages/ai/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [2.1.0](https://github.com/zuke-build/zuke/compare/ai-v2.0.0...ai-v2.1.0) (2026-08-13) + + +### Features + +* **ai:** drive review discussions on GitLab, Azure and Bitbucket ([#336](https://github.com/zuke-build/zuke/issues/336)) ([f92f929](https://github.com/zuke-build/zuke/commit/f92f929250e6c8411f6790ad1043794b9477bdab)) +* **ai:** findings as inline review threads on GitHub ([#343](https://github.com/zuke-build/zuke/issues/343)) ([0f39ce9](https://github.com/zuke-build/zuke/commit/0f39ce9f103b1d38ca560e0e4ef55c4fcae70077)) +* **ai:** point a dismissal at the suppress list as the cross-PR override ([#345](https://github.com/zuke-build/zuke/issues/345)) ([11a2b55](https://github.com/zuke-build/zuke/commit/11a2b55880da50bef1a71a1cf60b69b2209fd08c)) +* **ai:** resolve a reworded finding onto the identity it already has ([#338](https://github.com/zuke-build/zuke/issues/338)) ([1533b88](https://github.com/zuke-build/zuke/commit/1533b887a8b2e0954092dee5859280cf08600b3c)) + + +### Bug Fixes + +* **ai:** compare a reworded finding against still-open findings too ([#341](https://github.com/zuke-build/zuke/issues/341)) ([5b65329](https://github.com/zuke-build/zuke/commit/5b65329e1514a22a3ad63da1a3be54b8952ba508)) +* **ai:** stop model text from forging the review state block ([#340](https://github.com/zuke-build/zuke/issues/340)) ([c6b7115](https://github.com/zuke-build/zuke/commit/c6b71157ddd6f1457bb56d296c473bf6ee68f0b7)) + ## [2.0.0](https://github.com/zuke-build/zuke/compare/ai-v1.8.1...ai-v2.0.0) (2026-08-12) diff --git a/packages/ai/deno.json b/packages/ai/deno.json index 7753ef9f..b66e9802 100644 --- a/packages/ai/deno.json +++ b/packages/ai/deno.json @@ -1,6 +1,6 @@ { "name": "@zuke/ai", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "description": "Deep, discussion-driven AI code review for Zuke builds — define a reviewer (Claude/OpenAI/Gemini) with a settings-lambda API and gate targets on a security (or custom) assessment: conventions-aware, adversarially verified findings, and a PR discussion loop where accepted rebuttals stay dismissed, hardened against prompt injection.", "exports": {