From 0266bff988aee3636636c300307f541ce86e5289 Mon Sep 17 00:00:00 2001 From: David Schovanec Date: Wed, 24 Jun 2026 15:26:20 +0200 Subject: [PATCH] docs: update for v0.12.0 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4ce9941..e03a366 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ | ✅ | Delete worktrees with guardrails for active, main, dirty, and unmerged branches, and restore a just-deleted branch with `u`. | | ✅ | Search branches with `s`, filter worktree states with `Tab`, and run any action from the `Ctrl+P` command palette. | | ✅ | See dirty counts, upstream sync, main comparison, commit age, disk size, PR, and CI state in one table. | +| ✅ | Drill into the selected row with context frames below the table: a PR review roll-up, a per-file changes summary, and a Git context graph. | | ✅ | Auto-refresh local Git state while idle, with `git fetch --prune` only when you ask for it. | | ✅ | Per-repo `.worktree` config: path template overrides, copied files, and approved create/delete hooks. | | ✅ | Open a worktree in your editor, copy paths, or use `git-treehouse list` for non-interactive output. | @@ -414,6 +415,8 @@ If `gh` is installed and authenticated, `git-treehouse` loads PR data in the bac - CI status - terminal hyperlinks where supported +When a row is selected, the PR review frame below the table drills further: a state/checks/reviews roll-up, individual failing or running checks, change-request previews, and inline review threads, each a terminal hyperlink. It loads lazily per selected row and stays visible with a loading placeholder for open PRs. + If `gh` is missing or unauthenticated, PR columns stay hidden or pending without noisy errors. The `Checkout PR` palette command also uses `gh` to list pull requests and check one out into a worktree. See [Checkout A Pull Request](#checkout-a-pull-request).