pi-ask-question

Structured single-select and multi-select question tool for the Pi coding agent TUI.

Packages

Package details

extension

Install pi-ask-question from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-ask-question
Package
pi-ask-question
Version
0.1.0
Published
Aug 26, 2026
Downloads
134/mo · 134/wk
Author
daived001
License
MIT
Types
extension
Size
15.1 KB
Dependencies
1 dependency · 2 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-ask-question

Structured question tool for the Pi coding agent TUI. It lets an agent pause for a user decision using labeled options instead of guessing.

Install

pi install npm:pi-ask-question

Features

  • Single-select questions with an optional custom text answer
  • Multi-select questions using Space to toggle and Enter to submit
  • Optional empty selection when explicitly allowed
  • Compact tool call and result rendering

The tool is named ask_question and requires Pi's interactive TUI mode.

License

MIT