---
slug: "normful-pi-show-files-read"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/normful/pi-bakery@main/README.md"
repo: "https://github.com/normful/pi-bakery"
source_file: "README.md"
branch: "main"
---
# pi-bakery

Extensions for the [Pi coding agent](https://pi.dev).

<p align="center">
  <img src="https://media.githubusercontent.com/media/normful/pi-bakery/refs/heads/main/pi-bakery.png" alt="pi-bakery" width="800">
</p>

## [`@normful/pi-show-files-read`](https://github.com/normful/pi-bakery/tree/HEAD/packages/pi-show-files-read)

In-session file-read tracker. The `/files-read` command shows every file the agent has read this session.

[![pi-show-files-read screenshot](https://github.com/normful/pi-bakery/raw/HEAD/screenshots/files-read.png)](https://github.com/normful/pi-bakery/tree/main/packages/pi-show-files-read)

## [`@normful/pi-show-theme-colors`](https://github.com/normful/pi-bakery/tree/HEAD/packages/pi-show-theme-colors)

The `/theme-colors` command shows all colors available in the current Pi theme.

[![pi-show-theme-colors screenshot](https://github.com/normful/pi-bakery/raw/HEAD/screenshots/theme-colors.png)](https://github.com/normful/pi-bakery/tree/main/packages/pi-show-theme-colors)

## [`@normful/pi-statusline`](https://github.com/normful/pi-bakery/tree/HEAD/packages/pi-statusline)

Info-rich TUI header/footer: context %, tokens, streaming CPS, cost, model, git branch.

[![pi-statusline screenshot](https://github.com/normful/pi-bakery/raw/HEAD/screenshots/statusline.png)](https://github.com/normful/pi-bakery/tree/main/packages/pi-statusline)

## [`@normful/pi-stop-secrets-leaks`](https://github.com/normful/pi-bakery/tree/HEAD/packages/pi-stop-secrets-leaks)

Detects secrets via [betterleaks](https://github.com/betterleaks/betterleaks) and redacts them before they reach the LLM.

<p align="center">
  <a href="https://github.com/normful/pi-bakery/tree/main/packages/pi-stop-secrets-leaks">
    <img src="./videos/stop-secrets-leaks-demo.gif" alt="pi-stop-secrets-leaks demo" width="800">
  </a>
</p>

```bash
pi install npm:@normful/pi-<name>
```

---

See each package's README for more details.
