3a2b61d3d99940242d23912d1260bb85f5efec97none
AGENTS.mdTool: agents-md# AGENTS.md
Guidance for AI coding agents working in this repository.
## What this is
**Pintra** (`pintra`) is a VS Code extension that embeds the [`pi` coding agent](https://www.npmjs.com/package/@earendil-works/pi-coding-agent) as a chat sidebar. The extension host spawns an external `pi --mode rpc` child process and speaks its JSON-lines RPC protocol; a React webview renders the streaming conversation, thinking, and tool calls.
The `pi` runtime is **not bundled** — it is an external CLI the user munone