@carter-mcalister/pi-codex-ask-user

Codex-compatible request_user_input tool for Pi

Packages

Package details

extension

Install @carter-mcalister/pi-codex-ask-user from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@carter-mcalister/pi-codex-ask-user
Package
@carter-mcalister/pi-codex-ask-user
Version
0.2.0
Published
May 9, 2026
Downloads
40/mo · 40/wk
Author
carter-mcalister
License
MIT
Types
extension
Size
68.2 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

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

README

pi-codex-ask-user

Codex-compatible request_user_input extension for Pi.

It exposes the Codex-style tool surface:

  • request_user_input({ questions })
  • questions[].id, header, question, and options[]
  • options[].label and description
  • response text is JSON: { "answers": { [id]: { "answers": string[] } } }

The UI is based on pi-ask-user and adds a native terminal notification when the tool is waiting for input.