Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
16 changes: 16 additions & 0 deletions packages/ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/ai/deno.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down