What it shows
When the selected repository uses a connected provider account, the Pull Requests view lists open pull requests for that remote:- PR number and title — scan quickly for the change you care about.
- Source and target branches — see where a PR is coming from and going to.
- Author — username and avatar, when available from the provider.
- State — open, closed, merged, or draft.
- Last updated — relative timestamp so you know how fresh the entry is.
How it works
Pull Requests uses the provider account connected to the repository’s remote:- Select a repository with a supported remote and a connected provider account.
- Open the Pull Requests view from the main window.
- Commit+ fetches the current open PRs from the provider API and renders them using normalized models, so the UI stays independent of any single provider’s response format.
Currently supported
- GitHub repositories via a connected GitHub account.
- Open PR listing with
GET /repos/{owner}/{repo}/pulls?state=open.

