Wire
Pi extension records zero GPT search turns
pi-gpt-search 1.0.1 gives Pi a Codex-authenticated web-retrieval tool whose live test completed a search and page open with two standalone-search requests and zero GPT inference calls. The project’s network-interception test and install instructions show that it blocks recognized model routes while using OpenAI’s alpha search endpoint; the claim covers the extension’s retrieval traffic, not the active model that reasons over its results, and the endpoint is undocumented. For builders comparing agent stacks, this is another example of why harness behavior deserves its own measurement: retrieval can be separated from model inference, but alpha dependencies need a fallback.