@devinat1/pi-codex-web-search
v0.1.0
Published
A Pi extension that searches the web through the authenticated Codex CLI.
Downloads
106
Maintainers
Readme
@devinat1/pi-codex-web-search
A Pi extension that searches the web through your authenticated Codex CLI.
Install
pi install npm:@devinat1/pi-codex-web-searchOr install directly from GitHub:
pi install git:github.com/devinat1/pi-codex-web-searchPrerequisites
- Pi with its bundled
@earendil-works/pi-coding-agentandtypeboxpackages. - Codex CLI installed and authenticated (
codex login). - A Codex account with web-search access and available usage quota.
Tool
The extension adds codex_web_search with one argument:
{ "query": "What is the current U.S. constitutional minimum age for President?" }Each call runs:
codex --search exec --sandbox read-only --skip-git-repo-check --ephemeral -C <project-directory> <prompt>The tool asks Codex to use live web search, cite source URLs, avoids reading or modifying local files, times out after 120 seconds, and truncates output to Pi's standard 50 KB / 2,000-line limit.
Notes
- This is separate from Pi's native
web_search; it does not replace it. - The Codex CLI may still use your account quota. A quota error is returned to Pi as a tool error.
Development
npm test
pi -e . --no-tools -p "Reply with exactly: loaded"License
MIT
