Typed inside a running session.
| Command | What it does |
|---|---|
| /model | pick a registered model, log in to Sapling, or register a new provider |
| /model provider/id | switch straight to it, saved to .sapling/config.toml |
| /cadence | adjust how often the agent checks back in |
| /effort | adjust the model's reasoning effort, if it supports one |
| /new | start a fresh session |
| /compact | summarize older turns now to free up context |
| /clear | clear the screen, keep the same session |
| /stop | interrupt the turn in progress (ctrl+g also works) |
| /yolo | toggle auto-approving every permission ask, even mid-turn |
| /aside | ask a side question with full context, without touching the main turn |
| /code | open this project in your editor |
| /code --choose | pick a different editor |
| /config | show .sapling/config.toml |
| /help | show this list |
| /exit, /quit | leave (Ctrl-D also works) |