@oai404iao/pi-codex-web-search

Unpublished pi-codex-web-search workspace for the staged Codex split

Packages

Package details

extension

Install @oai404iao/pi-codex-web-search from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@oai404iao/pi-codex-web-search
Package
@oai404iao/pi-codex-web-search
Version
0.1.1
Published
Sep 15, 2026
Downloads
90/mo · 90/wk
Author
oai404iao
License
SEE LICENSE IN LICENSE
Types
extension
Size
54.7 KB
Dependencies
1 dependency · 4 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-codex-web-search

Alpha bootstrap candidate; initial npm publication is still pending.

Peer floor: Pi 0.85.1; tested against 0.85.1.

Installs web_search and search activity rendering. Depends only on pi-codex-runtime, not core, imagegen or the old bundle. Catalog-supported standalone profiles call alpha/search using Pi's model registry authentication. Hosted profiles require core; without it the tool stays inactive and explicit execution reports the missing provider capability.

When core is present, the broker contributes response-local search capture and citation signatures without a second provider registration. Uses the existing <agentDir>/extensions/pi-codex-minimal-tools/{config,models}.json settings. Unknown models are not enabled by inference.

The reserved endpoint is an unsupported compatibility surface, not a promise of account access. ./internal/* is implementation wiring. See the package guide. From repository root:

npm run check -w @oai404iao/pi-codex-web-search
npm run test:codex-packages