@jingoz/pi-questionaire

Interactive questionnaire extension for pi

Packages

Package details

extension

Install @jingoz/pi-questionaire from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@jingoz/pi-questionaire
Package
@jingoz/pi-questionaire
Version
0.1.0
Published
Aug 26, 2026
Downloads
117/mo · 117/wk
Author
jeffery.zhang
License
MIT
Types
extension
Size
15.7 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

@jingoz/pi-questionaire

A Pi TUI extension that registers the questionnaire tool for asking users one or multiple-choice questions.

Install

pi install npm:@jingoz/pi-questionaire

Local development

pi -e ./packages/questionnaire

The tool only works in TUI mode. In non-interactive modes it returns a clear UI-unavailable result instead of blocking the run.