Skip to main content

Terminal

After you run anda, the terminal UI connects to the local daemon. When a conversation completes successfully, it is submitted to Brain in the background for long-term memory formation.

Input Controls

KeyAction
EnterSend the current message
Shift+EnterInsert a newline
Ctrl+UClear the input box
Ctrl+A / Ctrl+EMove to the beginning or end of input
EscView status
Ctrl+CExit

After editing model providers in ~/.anda/config.yaml, refresh models from the launcher or browser side panel, or run:

anda models reload

After changing daemon settings that still require a restart, type:

/reload

Slash Commands

CommandWhen to use it
/goal messagePut a goal into the long-horizon loop until the checker decides it is complete or needs more work.
/loop messageRun a prompt or slash command repeatedly. Describe an interval in natural language if desired, or omit it to let the model self-pace.
/side message or /btw messageStart a side task for research, inspection, or work that should not interrupt the main conversation.
/skill skill-name messageAsk a specific runtime skill to handle the request.
/steer messageInterrupt the next tool call and steer the current response with new instructions.
/stop messageStop the current task and leave the conversation idle; the message can include a reason.
/cancel messageCancel the active conversation session; the message can include a reason.

Examples:

/goal Finish this release checklist until tests and the changelog are confirmed.
/loop every 5 minutes /side Check the deploy queue and summarize blockers.
/side Check whether this dependency upgrade has compatibility risk.
/skill git-assistant Draft a commit message from the current diff.
/steer Stop refactoring and only fix the build error first.

Common CLI Commands

CommandPurpose
andaOpen the interactive terminal UI.
anda updateUpdate a release installed by the install script.
anda statusShow whether the background daemon is running.
anda startStart the background daemon.
anda stopStop the background daemon.
anda restartRestart the background daemon.
anda models reloadReload model providers from config.yaml without restarting the daemon.
anda autostart statusShow whether login autostart is registered.
anda agent run --prompt "..."Send one request and wait for the complete result without opening the UI.
anda voice --record-secs 8Start voice input; requires transcription configuration.

Voice playback also requires tts.enabled: true. If you only want spoken input and text output, add --no-playback.