---
slug: "pi-working"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/kaueDM/pi-working@master/README.md"
repo: "https://github.com/kaueDM/pi-working"
source_file: "README.md"
branch: "master"
---
# pi-working

Replaces the "Working..." text while pi streams a response with phrases loaded from `PHRASES.md`.

Each line in `PHRASES.md` is a phrase. One is picked at random and rotates every 3 seconds.

## Commands

- `/phrases reload` — reload phrases from file
- `/phrases list` — show loaded phrases in editor

## Install

```bash
pi install npm:pi-working
```

Or via git:

```bash
pi install git:github.com/kaueDM/pi-working
```

## Contributing

Edit `PHRASES.md` and open a PR. Add one phrase per line.
