feat(provider-review): add server-side GitLab and Bitbucket review layer for mobile (part 1/2) - #6006
Open
iscekic wants to merge 1 commit into
Open
feat(provider-review): add server-side GitLab and Bitbucket review layer for mobile (part 1/2)#6006iscekic wants to merge 1 commit into
iscekic wants to merge 1 commit into
Conversation
This was referenced Sep 9, 2026
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
iscekic
marked this pull request as draft
September 9, 2026 17:31
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
Previous Review Summaries (2 snapshots, latest commit 63f7e56)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 63f7e56)Status: 2 Issues Found | Recommendation: Address before merge Overview
Fix these issues in Kilo Cloud Issue Details (click to expand)WARNING
Files Reviewed (38 files)
Previous review (commit ebe532a)Status: 9 Issues Found | Recommendation: Address before merge Overview
Fix these issues in Kilo Cloud Issue Details (click to expand)CRITICAL
WARNING
Files Reviewed (272 files)
Reviewed by grok-4.6 · Input: 133.5K · Output: 17.9K · Cached: 802.7K Review guidance: REVIEW.md from base branch |
iscekic
added this pull request to stack #6022
September 9, 2026 18:13
iscekic
force-pushed
the
kwf/bring-mobile-gitlab-and-bitb-3792-l1
branch
from
September 9, 2026 18:49
ebe532a to
12aa797
Compare
iscekic
added a commit
that referenced
this pull request
Sep 9, 2026
…yer for mobile (part 1/2) #6006
iscekic
force-pushed
the
kwf/bring-mobile-gitlab-and-bitb-3792-l1
branch
from
September 9, 2026 20:27
0076b48 to
63f7e56
Compare
iscekic
marked this pull request as ready for review
September 9, 2026 20:51
iscekic
marked this pull request as draft
September 9, 2026 21:59
…yer for mobile (part 1/2) #6006
iscekic
force-pushed
the
kwf/bring-mobile-gitlab-and-bitb-3792-l1
branch
from
September 9, 2026 22:35
e059f34 to
f539fec
Compare
iscekic
marked this pull request as ready for review
September 9, 2026 22:48
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.
Mobile GitLab and Bitbucket had no server-side review layer: only GitHub had an authorized PR surface, a ledger-protected write path, and provider identity contracts. This PR adds that foundation for GitLab and Bitbucket Cloud without regressing the GitHub router.
Changelog for users
Changelog for maintainers
@kilocode/app-shared/provider-review: provider-discriminated refs, DTOs,providerPrRefKey, and a capability vocabulary withproviderPrTermfor provider-correct wording.resolve_thread,unresolve_thread,enable_auto_merge,disable_auto_merge). An absent orgithubplatform keeps the legacy bytes, so in-flight GitHub keys do not rotate.no-store.providerReviewRoutermounts on the root and mobile routers; organization inputs runensureOrganizationAccessfirst.githubPrReviewis untouched except exportingassertTermsAcceptedfor the shared terms gate.providerPrRefKeyplus a 16-hex-char fingerprint hash. Ambiguous failures markreconcile_pending; merge reconcile re-reads the authoritative state owner-bound before replay; a partially committed inline batch reports retryable so a retry cannot duplicate comments./2.0/next URLs inside a repository path guard; GitLab cursors bind page numbers to project or owner identity; responses are size-capped and the GitLab transport pins the DNS-resolved address.provider-review-router.ts(ledger orchestration, error taxonomy) andbitbucket-authorization.ts(token release). Risky spots: the 16-char fingerprint slice behind ledger keys, andenableAutoMergereusing GitLab's merge endpoint, refused without an active pipeline.PR stack (merge bottom to top)
kwf/bring-mobile-gitlab-and-bitb-3792-l1) ← this PRkwf/bring-mobile-gitlab-and-bitb-3792-l30)