@aneviaro/pi-ask-user-question
v0.1.1
Published
A blocking user-question tool for Pi coding agent.
Maintainers
Readme
pi-ask-user-question
A Pi package that adds ask_user_question, a blocking clarification tool with multiple-choice and freeform answers.
Demo

Install
pi install npm:@aneviaro/pi-ask-user-questionFor local development:
pi install /absolute/path/to/ask-user-questionTool behavior
- Asks one concise blocking question.
- Supports labeled options with stable values.
- Allows a custom freeform answer by default.
- Returns the selected label and stable value, or the custom response.
- Refuses to prompt in non-interactive modes.
