ghr v0.6.0 focuses on making review flows feel direct and predictable: details refresh when you are looking at them, diff review comments are easier to navigate, and repo-scoped number search now finds the exact PR or issue you asked for.
Highlights:
- Details auto-refresh now follows focus. PR and issue comments refresh while the details pane is focused in conversation mode, so the view updates when you are actively reading or replying.
- Inbox and linked GitHub content show fuller context. Issue and PR descriptions are no longer collapsed too aggressively in inbox details, and comment metadata is separated from the body with cleaner spacing.
- Diff paging is more natural. `h` and `l` page through the current file, continue into adjacent changed files when available, and stop with a boundary status instead of wrapping unexpectedly.
- Diff comment markers are easier to use. Hidden inline comments use a comment marker, clicking the marker toggles the thread open or closed, and `n` / `p` can reveal the next or previous hidden comment directly.
- Search by number is exact for the current repo. In repo-scoped search, plain numbers and `#number` lookups fetch `owner/repo#number` directly, then place the result under Pull Requests or Issues as appropriate.
- Search results now open on the first section that actually has matches, so issue-number lookups no longer appear empty just because the Pull Requests section has no result.
- README and docs screenshots were refreshed to show the updated conversation and diff review experience.
Install:
```bash
Windows PowerShell:
```powershell
Cargo:
```bash
cargo install ghr-cli
```