# psst

Ephemeral side questions for [pi](https://github.com/badlogic/pi). Ask the LLM a quick question without adding to your conversation history.

Inspired by Claude Code's `/btw` command.

## Install

```bash
pi install npm:pi-psst
```

Or via git:

```bash
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
