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
The inbox now shows review-discussion signal at a glance for every PR/MR
row: comment count, human commenters (bots filtered out), and resolved vs unresolved review-thread counts — across both GitHub PRs
and GitLab MRs. GitHub fetches it in a single GraphQL call; GitLab adds
bounded-concurrent per-MR discussion lookups. Unresolved counts are
highlighted, and a row whose enrichment can't be fetched renders ?
rather than a misleading 0. Pin --hostname is honored so self-hosted
GitLab works. (Known limit: counts cap at 100 threads/discussions per
row; full pagination is a tracked follow-up.)