Skip to content

Slash commands

Type / inside the app to see the list at any time.

CommandWhat it does
/helpAll commands
/modelPick a model — opens a picker, or use /model <id>
/modelsDelta Free Models catalog
/usageFree-model budget used today
/agentsList specialist agents
/skillsList loaded skills
/newStart a new chat (returns to the home screen)
/clearClear the chat view
/exitQuit

Keybindings

KeyEffect
escInterrupt the current turn
esc escAbort the turn entirely
ctrl-cQuit
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:

Terminal window
deltacode "fix the failing test" -y

The 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:

FlagWhat it does
deltacode setupOpen the setup screen again
deltacode --versionPrint the version
deltacode skill listList skills
deltacode skill add <dir-or-git-url>Install a skill