Properties2
Icon
Order
40Pi Island supports slash commands with autocompletion.
Using Commands
- Type
/to see available commands - Use arrow keys to navigate the dropdown
- Press Tab or Enter to select a command
- Press Escape to dismiss the dropdown
Built-in Commands
Common commands include:
| Command | Description |
|---|---|
/help | Show available commands |
/model | Cycle or switch models |
/thinking | Control thinking/reasoning level |
/compact | Compact context to reduce tokens |
Extension Commands
Pi extensions can register their own slash commands. For example:
/synthetic:quotas # Check API quotas (synthetic extension)
All extension commands appear in the completion dropdown automatically.
How Commands Work
- Pi Island fetches available commands from Pi via
get_commandsRPC - Commands appear in a completion dropdown as you type
- When you submit, Pi executes the command internally
- Output appears in the chat (for extensions using
ctx.ui.notify())