mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 14:03:49 +00:00
docs(coding-agent): describe all UI components
This commit is contained in:
parent
965ab51b16
commit
011c9ecda7
1 changed files with 8 additions and 1 deletions
|
|
@ -93,7 +93,14 @@ See [docs/providers.md](docs/providers.md) for detailed setup instructions.
|
|||
|
||||

|
||||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue