pi-psst
Ephemeral side questions for pi — ask without cluttering your conversation history
Package details
Install pi-psst from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-psst- Package
pi-psst- Version
1.0.0- Published
- Mar 12, 2026
- Downloads
- 38/mo · 10/wk
- Author
- deflating
- License
- MIT
- Types
- extension
- Size
- 6.5 KB
- Dependencies
- 0 dependencies · 3 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
psst
Ephemeral side questions for pi. Ask the LLM a quick question without adding to your conversation history.
Inspired by Claude Code's /btw command.
Install
pi install npm:pi-psst
Or via git:
pi install github.com/deflating/psst
Usage
/psst what was the name of that config file?
/psst why did we choose that approach?
/psst what files have we changed so far?
The question and answer appear in a dismissible overlay and never enter the conversation history. Press Space, Enter, or Esc to dismiss.
How it works
- Full visibility into your current conversation context
- No tool access — answers only from what's already been discussed
- Works while the agent is processing a response
- Single response, no follow-ups
License
MIT