Conversation
Deep review (gpt-5.2)
Usage
Final responseHigh-levelThe new
Overall structure and error-handling are thoughtful, and the code is readable despite being large. Issues / risks worth addressing1)
|
feat: Add windows terminal support via powershell command
What this PR adds
This PR introduces a new
deep-reviewextension for Pi that runs a full deep code-review flow in-session.It is designed to mirror your Prompt Editor workflow:
Why
The goal is deterministic, high-context review quality with request-level control/parity, without relying on the normal Pi agent turn loop.
How it works
/deep-review <query> [options](query is required)pi -pwith explicitly scoped skill execution:--no-extensions --no-skills --skill <pr-context-packer SKILL.md>POST https://api.openai.com/v1/responsesdirectly (SSE stream)input= 2 user messages (context pack,query)tools: [],stream: true,store: falseCommands
/deep-review/deep-review-stop(stops in-flight run cleanly)Output artifacts
Saved to a temp directory per run:
answer.txtthinking.txtreport.mdmetadata.jsonValidation
just checkpasses (tsc --noEmit, tests)