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
Move GitHub integration to backend, add live progress & inline PR reviews
- Move all GitHub API calls from client-side @octokit/rest to backend
/api/gh/* endpoints (repos, PRs, status, PR review)
- Remove @octokit/rest dependency and web/src/lib/github.ts
- Upgrade post_pr_review_comments to post inline comments with the
GitHub Reviews API (severity icons, suggestions, code blocks)
- Add avatar_url to GhStatusResponse, stargazers_count/private to GhRepo
- Add React Query hooks for GitHub operations (useGhStatus, useGhRepos,
useGhPrs, useStartPrReview)
- Add ProgressCallback/ProgressUpdate to review pipeline for live
per-file progress tracking
- Add ProgressBanner and EventPanel components to ReviewView
- Frontend shows partial results during scan (comments stream in)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments