docs(coding-agent): describe all UI components

This commit is contained in:
Mario Zechner 2026-01-26 00:33:54 +01:00
parent 965ab51b16
commit 011c9ecda7

View file

@ -93,7 +93,14 @@ See [docs/providers.md](docs/providers.md) for detailed setup instructions.
![Interactive Mode](docs/images/interactive-mode.png)
On startup, pi shows common shortcuts (`/hotkeys` for all), loaded AGENTS.md files, prompt templates, skills, and extensions. The status bar at the bottom shows the working directory, token usage, cost, and current model.
The interface from top to bottom:
- **Header** - On startup, shows shortcuts (`/hotkeys` for all), loaded AGENTS.md files, prompt templates, skills, and extensions
- **Messages** - Your messages, assistant responses, tool calls and results, custom UI from extensions
- **Editor** - Where you type
- **Footer** - Working directory, token usage, cost, current model
Extensions can add widgets above/below the editor, a status line, custom footer, or overlays.
### Editor