pi-whisper
v0.2.0
Published
Ephemeral whisper mode — send messages that don't persist in the agent's context
Readme
pi-whisper
Ephemeral whisper mode for pi.
Use /whisper for side questions you do not want to keep in future context. While whisper mode stays on, whisper messages keep context with each other. Once whisper mode is turned off, that whisper session is excluded from future context. Use /whisper hide to hide whisper transcript output and return to the main conversation.

Install
npx pi-whisper installThen fully restart pi.
Uninstall
npx pi-whisper uninstallThen fully restart pi.
Usage
| Command | Action |
| --------------- | ----------------------------------------------------------------------------- |
| /whisper | Toggle whisper mode on/off |
| /whisper hide | Hide all whisper transcript output for this session and turn whisper mode off |
Notes
- This package patches local pi core files, it is not a pure stock-api extension
/reloadis not enough after install/remove; restart pi- The footer context percentage may not drop immediately after whisper mode is turned off. Whisper messages are still excluded from future model context, and the footer catches up after the next normal response.
[!WARNING]
- Tested with pi
0.74.0- May break on newer pi versions
- If install fails, pi likely changed internally
License
MIT
