pi-diff-review / 2026-04-06T01-23-24-023Z_bd2bd030-5c36-4b39-93a2-7a901966f4ad.jsonl
badlogicgames's picture
pi-share-hf upload 2026-04-06T02:00:34.440Z
ed2cea5 verified
|
Raw
History Blame Contribute Delete
7.08 kB
Pi trace
User 2026-04-06T01:23:26.698Z

read README.md

Assistant openai-codex/gpt-5.4 2026-04-06T01:23:30.729Z 2,264↓ 71↑
Thinking **Using the read tool** I need to comply with the user's request by using the read tool effectively. The user specifically mentioned "read README.md," so it sounds like they want the contents of that file. I should proba...

Using the read tool

I need to comply with the user's request by using the read tool effectively. The user specifically mentioned "read README.md," so it sounds like they want the contents of that file. I should probably read it and summarize or present the details. To do this, I'll use the commentary tool to read it, and I might need to reference the relative path from the current working directory. Let's get started on that!

1 tool call (read)
Assistant openai-codex/gpt-5.4 2026-04-06T01:23:37.742Z 472↓ 317↑ (2,176 cached)

README.md contents:

md
# pi-diff-review

This is pure slop, see: https://pi.dev/session/#d4ce533cedbd60040f2622dc3db950e2

It is my hope, that someone takes this idea and makes it gud.

Native diff review window for pi, powered by [Glimpse](https://github.com/hazat/glimpse) and Monaco.

pi install git:https://github.com/badlogic/pi-diff-review

markdown
## What it does

Adds a `/diff-review` command to pi.

The command:

1. opens a native review window
2. lets you switch between `git diff`, `last commit`, and `all files` scopes
3. shows a collapsible sidebar with fuzzy file search
4. shows git status markers in the sidebar for changed files and untracked files
5. lazy-loads file contents on demand as you switch files and scopes
6. lets you draft comments on the original side, modified side, or whole file
7. inserts the resulting feedback prompt into the pi editor when you submit

## Requirements

- macOS, Linux, or Windows
- Node.js 20+
- `pi` installed
- internet access for the Tailwind and Monaco CDNs used by the review window

### Windows notes

Glimpse now supports Windows. To build the native host during install you need:

- .NET 8 SDK
- Microsoft Edge WebView2 Runtime