diff --git a/README.md b/README.md index 5ce3090..f71c6b7 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Platform License

+ A Claude Code session running in a lich worktree, with the session card showing its branch and diff badge ## About @@ -58,6 +59,10 @@ sessions default to: they belong to, and a kept worktree's session is ready to resume later. - **Review without leaving.** A CodeMirror diff dock shows the working changes; collapse or expand every file at once, and attach files to a session. +- **Pull requests in the window.** A branch with an open pull request carries its + number on the session card. The pull request screen reads its status, checks, + commits and full diff, and merges it — squash, merge commit or rebase — without + reaching for a browser. - **Live git at a glance.** Session cards carry the working directory, current branch, a diff badge and an untracked-line count; a Warp-style footer follows `cd` and surfaces git status. @@ -65,6 +70,13 @@ sessions default to: - **Notifications.** A session waiting on your input raises a toast and a dot on the bell, collected in a titled dropdown. +
+ The pull request screen: state, checks, mergeability and the pull request body +

The branch's pull request, read and merged in place.

+ The pull request's changed files, rendered as a CodeMirror diff with a file tree +

Its diff, file by file.

+
+ ## Install One line — detects your distro, verifies the checksum, and installs the native diff --git a/docs/media/pull-request-files.png b/docs/media/pull-request-files.png new file mode 100644 index 0000000..c2e2d8a Binary files /dev/null and b/docs/media/pull-request-files.png differ diff --git a/docs/media/pull-request.png b/docs/media/pull-request.png new file mode 100644 index 0000000..81aff56 Binary files /dev/null and b/docs/media/pull-request.png differ diff --git a/docs/media/session.png b/docs/media/session.png new file mode 100644 index 0000000..1f1247f Binary files /dev/null and b/docs/media/session.png differ