Goal
Show PR review comments or review threads in the TUI.
Why this matters
Review context is one of the workflow areas that often sends users back to GitHub web. Nexgit should make unresolved review work visible locally.
Command/API target
Render github.pr.reviewThreads data for the selected PR.
Depends on
Out of scope
- Do not implement replying, resolving, or submitting reviews.
- Do not build a full diff viewer.
- Do not build desktop UI.
Definition of done
- TUI can show review thread/comment summaries for a selected PR.
- File path, line/position, author, body excerpt, and resolved state appear where available.
- Empty, loading, permission, and unsupported-data states are readable.
Verification
cargo fmt --all --check
cargo check --workspace
- Run
cargo run -p nexgit-cli -- tui and include a screenshot or concise manual observation.
Goal
Show PR review comments or review threads in the TUI.
Why this matters
Review context is one of the workflow areas that often sends users back to GitHub web. Nexgit should make unresolved review work visible locally.
Command/API target
Render
github.pr.reviewThreadsdata for the selected PR.Depends on
Out of scope
Definition of done
Verification
cargo fmt --all --checkcargo check --workspacecargo run -p nexgit-cli -- tuiand include a screenshot or concise manual observation.