@ryan_nookpi/pi-extension-diff-review

Native diff review window extension for pi.

Package details

extension

Install @ryan_nookpi/pi-extension-diff-review from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@ryan_nookpi/pi-extension-diff-review
Package
@ryan_nookpi/pi-extension-diff-review
Version
0.1.5
Published
Apr 29, 2026
Downloads
643/mo · 438/wk
Author
ryan_nookpi
License
MIT
Types
extension
Size
691.5 KB
Dependencies
1 dependency · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@ryan_nookpi/pi-extension-diff-review

A native diff review extension for pi.

It opens a dedicated review window for the current repository so you can inspect the branch diff, review individual commits, browse all changed files, and collect feedback before sending it back into the editor.

diff-review screenshot

Install

pi install npm:@ryan_nookpi/pi-extension-diff-review

What it does

  • registers the /diff-review command
  • opens a native review window for the current git repository
  • supports branch, per-commit, and all-files review scopes
  • detects local file changes while the review window is open and offers a manual refresh without polling
  • lets you leave overall comments and file/line comments
  • appends the collected feedback back into the pi editor as a follow-up prompt

Requirements

  • pi
  • a git repository
  • glimpseui runtime installed through the package dependency

Inspiration

Inspired by badlogic/pi-diff-review.