mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 17:00:59 +00:00
docs(coding-agent): add commands intro with skills, templates, extensions
This commit is contained in:
parent
6275d46d10
commit
b16af6e554
1 changed files with 4 additions and 0 deletions
|
|
@ -114,6 +114,8 @@ The editor can be temporarily replaced by other UI, like built-in `/settings` or
|
|||
|
||||
### Commands
|
||||
|
||||
Type `/` in the editor to trigger commands. Extensions can register custom commands, skills are available as `/skill:name`, and prompt templates expand via `/templatename`.
|
||||
|
||||
| Command | Description |
|
||||
|---------|-------------|
|
||||
| `/login`, `/logout` | OAuth authentication |
|
||||
|
|
@ -126,6 +128,8 @@ The editor can be temporarily replaced by other UI, like built-in `/settings` or
|
|||
| `/reload` | Reload extensions, skills, prompts, themes |
|
||||
| `/hotkeys` | Show all keyboard shortcuts |
|
||||
|
||||
See [Customization](#customization) for skills, prompt templates, and extensions.
|
||||
|
||||
### Keyboard Shortcuts
|
||||
|
||||
See `/hotkeys` for the full list. Customize via `~/.pi/agent/keybindings.json`. See [docs/keybindings.md](docs/keybindings.md).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue