A minimal Pi extension that makes macOS Command+V image paste behave like Claude Code.
When a terminal pastes an image, it commonly sends an empty bracketed-paste sequence because there is no text representation. This extension detects that sequence and invokes Pi's built-in clipboard-image handler. Ordinary text paste continues through Pi's editor unchanged.
Pi saves the clipboard image to a temporary file and inserts its path into the prompt. This is expected: the agent can read that path with Pi's image-aware read tool.