You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,37 @@
2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+
## v0.46 (2026-06-26)
6
+
7
+
Review/deployment reliability hardening after optimizer and thermo-nuclear quality passes, deployed to Azure Container Apps and validated against the live Kodi review trigger path.
8
+
9
+
### Added
10
+
11
+
- Optimizer indexes and paired rollback migration for review graph, review-comment retrieval, wiki linkshere, and dependency-bump history paths.
12
+
- Internal MCP auth fallback module and coverage for query-token compatibility on callback surfaces.
13
+
- Regression coverage for per-page PR file retry, cluster candidate lookup concurrency, safe regex suppression patterns, wiki replacement fallback, and dependency-bump enrichment.
14
+
15
+
### Changed
16
+
17
+
- PR file fetching now goes through one paginated helper with retry at the helper boundary, including addon checks, review/mention fallbacks, wiki staleness detection, dependency-bump merge history, and the PR-evidence backfill script.
18
+
- Cluster matching no longer exposes a fake store-level batch method; bounded nearest-candidate lookup concurrency now lives in the pipeline.
19
+
- Review, retrieval, wiki, and dependency-bump paths reduce repeated work and narrow transient-retry boundaries.
20
+
21
+
### Fixed
22
+
23
+
- Quantified regex alternations without prefix overlap are no longer rejected by the suppression matcher.
24
+
- Wiki sync fallback replacement no longer carries unused state.
25
+
- Review execution paths retain the MCP query-token fallback needed by deployed callback clients.
26
+
27
+
### Verification
28
+
29
+
-`bunx tsc --noEmit` passed.
30
+
-`bun run lint` passed.
31
+
-`bun run test:unit` passed with `5684 pass`.
32
+
- Push CI for `e1c4e03159` passed.
33
+
- Deployed revision `ca-kodiai--deploy-e1c4e03159e6-20260626-001905` passed `/healthz` and `/readiness`.
34
+
- Live explicit `@kodiai review` trigger was posted on `xbmc/xbmc#28172` in comment `4807535661`.
35
+
5
36
## v0.45 (2026-06-25)
6
37
7
38
MCP callback reliability, mention grounding, wiki sync recovery, and review-publication hardening — found by reviewing production logs and validated live on Kodi PRs.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Kodiai is an installable GitHub App that delivers AI-powered code review, conve
4
4
5
5
Service-level runtime features like Slack webhook relay are configured through environment variables, not `.kodiai.yml`.
6
6
7
-
45 milestones shipped (v0.1 through v0.45). See [CHANGELOG.md](CHANGELOG.md) for documented release history.
7
+
46 milestones shipped (v0.1 through v0.46). See [CHANGELOG.md](CHANGELOG.md) for documented release history.
8
8
9
9
## Quick Start
10
10
@@ -56,6 +56,7 @@ For the full architecture walkthrough — components, data flow, retrieval pipel
56
56
## Features
57
57
58
58
Recent shipped milestones include:
59
+
- v0.46 review/deployment reliability hardening, including MCP auth fallback, review and knowledge-path optimization indexes, PR-file retry pagination, cluster candidate lookup cleanup, and deployed live `@kodiai review` trigger proof on `xbmc/xbmc#28172`
59
60
- M075 production-log cleanup, candidate-publication expected-policy-block reclassification, structured review timeout/addon-check classification, bounded moved-to-details candidate evidence, and live `@kodiai review` proof on `xbmc/xbmc#28172`
60
61
- M074 review validation truth and same-PR finding lifecycle evidence, with explicit `@kodiai review` live proof on `xbmc/xbmc#28172` publishing real findings through the `interactive-review` lane
61
62
- M073 review-budget and continuation hardening, including prompt-section budgeting, cache telemetry, continuation compaction, visible budget diagnostics, and remediation proof
Kodiai is an installable GitHub App that delivers AI-powered code review, conversational assistance, issue intelligence, and Slack integration. One installation replaces per-repo workflow YAML — configure behavior with an optional .kodiai.yml file.
23
23
24
-
44 milestones shipped (v0.1 through v0.44). See [CHANGELOG.md](CHANGELOG.md) for release history.
24
+
46 milestones shipped (v0.1 through v0.46). See [CHANGELOG.md](CHANGELOG.md) for release history.
25
25
26
26
## Recent Shipped Milestones
27
27
28
+
- **v0.46 — review/deployment reliability:** MCP auth fallback, PR-file retry pagination, and cluster candidate lookup cleanup are shipped with live proof on xbmc/xbmc#28172.
28
29
- **M074 — review validation truth:** explicit @kodiai review live proof on xbmc/xbmc#28172 publishes real findings with bounded lifecycle and validation truth evidence.
29
30
- **M073 — review-budget reliability:** review-budget, cache telemetry, and continuation compaction diagnostics are shipped.
30
31
@@ -46,6 +47,14 @@ Both workflows also support manual workflow_dispatch runs for testing, and any f
0 commit comments