mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 17:01:02 +00:00
feat(coding-agent): add a spinner extension (#1131)
When the agent is running, we prefix an animated braille spinner to the title to show busy state. Its cleared when the agent is done
This commit is contained in:
parent
aa83170e0f
commit
71d7a14b18
3 changed files with 63 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ cp permission-gate.ts ~/.pi/agent/extensions/
|
|||
| `modal-editor.ts` | Custom vim-like modal editor via `ctx.ui.setEditorComponent()` |
|
||||
| `rainbow-editor.ts` | Animated rainbow text effect via custom editor |
|
||||
| `notify.ts` | Desktop notifications via OSC 777 when agent finishes (Ghostty, iTerm2, WezTerm) |
|
||||
| `titlebar-spinner.ts` | Braille spinner animation in terminal title while the agent is working |
|
||||
| `summarize.ts` | Summarize conversation with GPT-5.2 and show in transient UI |
|
||||
| `custom-footer.ts` | Custom footer with git branch and token stats via `ctx.ui.setFooter()` |
|
||||
| `custom-header.ts` | Custom header via `ctx.ui.setHeader()` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue