docs(coding-agent): add commands intro with skills, templates, extensions
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user