Slash commands
Type / inside the app to see the list at any time.
| Command | What it does |
|---|---|
/help | All commands |
/model | Pick a model — opens a picker, or use /model <id> |
/models | Delta Free Models catalog |
/usage | Free-model budget used today |
/agents | List specialist agents |
/skills | List loaded skills |
/new | Start a new chat (returns to the home screen) |
/clear | Clear the chat view |
/exit | Quit |
Keybindings
| Key | Effect |
|---|---|
esc | Interrupt the current turn |
esc esc | Abort the turn entirely |
ctrl-c | Quit |
esc (idle) | Clear the input |
The free-model trio
/usage— units used today, tokens, how long until the budget resets./models— the catalog of free models (currently GLM-4.7-Flash)./model— switch model; the free provider accepts its own catalog only.
Outside the TUI
DeltaCode also runs one-shot from the shell:
deltacode "fix the failing test" -yThe prompt is the first argument; -y pre-approves permission prompts for
headless runs. Without a TTY, headless mode is the only mode — deltacode
in a pipe or script prints instead of rendering a UI.
Other flags:
| Flag | What it does |
|---|---|
deltacode setup | Open the setup screen again |
deltacode --version | Print the version |
deltacode skill list | List skills |
deltacode skill add <dir-or-git-url> | Install a skill |