feat(ai-review): run writeback on worker with live progress (PR6)#23667
Merged
joaoviana merged 1 commit intoMay 29, 2026
Merged
Conversation
This was referenced May 29, 2026
Merged
Contributor
Author
This was referenced May 29, 2026
🧪 Test Selection✅ Tests that will run
⏭️ Tests skipped (no relevant file changes detected)
|
|
Your preview environment pr-23667 has been deployed. Preview environment endpoints are available at: |
598e162 to
df961e4
Compare
83696ce to
cb8be66
Compare
df961e4 to
6303b0d
Compare
cb8be66 to
3768d10
Compare
3768d10 to
74c35a6
Compare
6303b0d to
256997b
Compare
Preview Environment🌐 URL: https://lightdash-preview-pr-23667.lightdash.okteto.dev 📋 Logs: View in GCP Console 🔧 SSH: |
256997b to
e6dce05
Compare
15ce797 to
763c9fe
Compare
e6dce05 to
610015f
Compare
Base automatically changed from
05-29-feat_ai-review_review-queue_ui_create_pr_dismiss_status_pr_link
to
main
May 29, 2026 17:16
610015f to
ff905f4
Compare
lightdash-bot
pushed a commit
that referenced
this pull request
May 29, 2026
# [0.3055.0](0.3054.0...0.3055.0) (2026-05-29) ### Bug Fixes * **ai-review:** gate Create-PR button on server-computed eligibility (GitHub + flags) ([#23668](#23668)) ([2ecae83](2ecae83)) * **ai-review:** writeback hardening — progress-write race + resilience ([#23669](#23669)) ([ae39718](ae39718)) ### Features * **ai-review:** review-queue UI — Create PR, dismiss, status + PR link ([#23666](#23666)) ([2866822](2866822)) * **ai-review:** run writeback on worker with live progress (PR6) ([#23667](#23667)) ([c991df5](c991df5))
Collaborator
|
🎉 This PR is included in version 0.3055.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Part 6/9. Moves the (multi-minute) writeback off the API request onto the Graphile worker, with live progress.
aiAgentReviewWritebackEE scheduler task;POST .../writebacknow enqueues + setsqueuedand returns immediately.onProgressstreaming phase messages onto the item; lightweightGET .../review-items/{fingerprint}for cheap polling.pr_writeback_status/pr_writeback_message.Regression analysis: changes the writeback trigger from sync → async. Only affects the new, flag-gated review-writeback path; the chat
proposeWritebacktool is untouched.🤖 Generated with Claude Code