Skip to content

Scan scannable tables listing all TUI slash commands, default keyboard shortcuts, and JSON configuration parameters.

Type / inside the prompt box to open the typeahead command selection menu.

CommandCategoryAliasExecution Purpose
/add-dir <path>UtilitiesAdd a directory path to the active workspace.
/agentsTools & TasksOpen the Agent Manager Panel to switch custom agents and monitor background subagents.
/boost <task>ReasoningRun on-demand multi-agent deep reasoning loops.
/artifactTools & TasksOpen the Artifact Review Panel.
/btw <query>UtilitiesAsk a side question in the background without interrupting the main conversation.
/clearUtilities/newClear the terminal and reset active conversation contexts.
/configConfigurations/settingsOpen the interactive Settings Editor Overlay.
/contextUtilitiesOpen the context usage visualization panel.
/copyUtilitiesCopy the last agent response to the system clipboard.
/creditsAccountView remaining G1 credits and purchase links.
/diffUtilitiesOpen the Interactive Diff Viewer to view changes, turns, and commits.
/exitCore/quitClose the TUI session and restore your host shell.
/fastConfigurationsEnable fast mode (bypass reasoning plans) for quick actions.
/feedbackUtilitiesOpen the feedback submission panel.
/forkConversations/branchClone the current conversation thread into a new parallel session.
/helpUtilitiesOpen the help panel showing commands and shortcuts.
/hooksTools & TasksBrowse active pre-flight/post-format script hooks.
/keybindingsConfigurationsOpen the interactive Keyboard Shortcut Editor.
/logoutAccountDisconnect your profile and purge authentication tokens from the secure keyring.
/mcpTools & TasksOpen the Model Context Protocol (MCP) server manager.
/modelConfigurationsChoose your preferred reasoning model (persists across sessions).
/open <path>UtilitiesForce the path to open inside your default system editor.
/permissionsConfigurationsOpen the interactive tool permissions manager panel.
/planningConfigurationsEnable multi-turn plan generation mode for complex engineering tasks.
/rename <name>ConversationsRename the current session thread.
/resumeConversations/switch, /conversationOpen the conversation picker overlay to select and load previous threads.
/rewindConversations/undoRoll back your conversation history to a previous message.
/skillsTools & TasksBrowse loaded local and global Agent Skills.
/statuslineConfigurationsOpen the Status Bar customization overlay.
/tasksTools & TasksOpen the Task Manager Panel to monitor background shell execution logs.
/teamwork-preview <task>Reasoning/teamworkLaunch collaborative multi-agent teams for long-horizon projects (paid plans).
/title [on/off]ConfigurationsToggle or set terminal window title updates.
/usageUtilities/quotaDisplay model quota usage.
/voiceUtilities/recordDictate a prompt using your microphone.

Keyboard shortcut commands mapping global, prompt, navigation, and approval operations.

These hotkeys are always active regardless of which panel, overlay, or prompt is currently focused.

KeyTUI CommandAction Behavior
Esccli.escapeCloses active panels, halts active streams, or clears empty prompts.
Ctrl+Ccli.exitTerminates the CLI session (prompts for confirmation if agent is working).
Ctrl+Dcli.exitExits the CLI session (only when the prompt box is empty).
Ctrl+Lcli.clear_screenRefreshes and clears the visual terminal buffer.

These keys are active when writing instructions inside the prompt box.

KeyTUI CommandAction Behavior
Enterprompt.submitSubmits your prompt or active menu selection to the agent.
Shift+Enter / Ctrl+Jprompt.newlineInserts a clean newline without submitting.
Ctrl+Vprompt.pastePastes graphic media files or clipboard blocks into the prompt.
Ctrl+Oprompt.toggle_trajectoryExpands or collapses detailed tool reasoning outputs.
Ctrl+Rprompt.open_reviewOpens the Artifact Review Panel.
Ctrl+Gprompt.external_editorLaunches your default $EDITOR shell to compose your prompt.
Alt+Jprompt.teleport_agentInstantly switches focus to the next subagent awaiting confirmation.
Ctrl+Kprompt.fast_approveInstantly approves the pending subagent action listed in the status alert.
Ctrl+Aprompt.cursor_startMoves the prompt insertion cursor to the beginning of the line.
Ctrl+Eprompt.cursor_endMoves the prompt insertion cursor to the end of the line.
Ctrl+Zprompt.undo_textReverts the last edit.
Ctrl+Shift+Zprompt.redo_textRedoes the last undone text operation.
Ctrl+DForward delete (only when the prompt box is non-empty).
F5voice.start_dictationStarts or stops voice dictation.

Used inside select panels, menus, and scrollable text boxes.

KeyTUI CommandAction Behavior
/ navigation.up / navigation.downScrolls highlighted selections up or down by one item.
PgUp / Shift+↑navigation.page_upScrolls the active text viewport up by one page block.
PgDn / Shift+↓navigation.page_downScrolls the active text viewport down by one page block.
/ navigation.left / navigation.rightSwaps pages inside multipage structures (like the Session Picker).
Tabnavigation.tabConfirms the highlighted slash-command autofill option.

Active during confirmation prompts.

KeyTUI CommandAction Behavior
yconfirm.yesAuthorizes the proposed tool, command, or active artifact.
nconfirm.noRejects the proposed tool, command, or active artifact.
A(Inside Review Panel) Approves all generated artifacts in one action (built-in shortcut).

Primary settings key names, data types, system defaults, and expected parameters.

{
    "colorScheme": "tokyo night",
    "altScreenMode": "always",
    "toolPermission": "request-review",
    "notifications": true,
    "enableTerminalSandbox": true
}
Option Key NameValue TypeSystem DefaultParameter Characteristics & Options
colorSchemestring"terminal"Color theme: "light", "solarized light", "colorblind-friendly light", "dark", "solarized dark", "colorblind-friendly dark", "tokyo night", or "terminal" (inherits native shell colors).
altScreenModestring"default"Screen buffer usage: "default" (adaptive inline/altscreen), "always" (force alternate screen buffer), or "never" (force inline sequential output).
toolPermissionstring"request-review"Global safety presets: "request-review" (prompts for write/bash/web tools), "proceed-in-sandbox" (auto-proceed inside sandbox), "always-proceed" (never prompts), or "strict" (prompts for all non-read tools).
artifactReviewPolicystring"asks-for-review"Code review policy: "asks-for-review" (always prompts before writing code), "agent-decides" (prompts dynamically), or "always-proceed" (never prompts).
notificationsbooleanfalseEmits system desktop and terminal bell chime notifications upon task completions.
showTipsbooleantrueDisplays helpful agentic tips above the prompt panel during generation turns.
showFeedbackSurveybooleantrueDisplays periodic quality feedback surveys upon active task completions.
editorstring"auto"Target text editor utility: "auto" (consults system $EDITOR), "vim", "emacs", or custom text labels.
editorModestring"default"Prompt editing model: "default" (flat text editing) or "vim" (modal editing). Distinct from editor, which selects an external program. See Vim Editor Mode.
vimInsertFirstbooleanfalseStarts Vim editing in Insert mode and makes a bare Enter submit. Requires editorMode set to "vim".
allowNonWorkspaceAccessbooleanfalsePermits the agent’s file read and write tools to navigate outside recognized Git/workspace roots.
enableTerminalSandboxbooleanfalseRestricts all local execution commands launched by agents to OS containment rings.
useG1CreditsbooleanfalseExternal builds only. Uses personal AI credits for model calls once plan quotas are exhausted.
enableTelemetrybooleantruePermits metric collection and crash log streaming to improve tool reliability.
verbositystring"high"Visual verbosity level: "high" (renders full thoughts and tool outputs) or "low" (displays only minimal visual progress indicators).
runningLightSpeedstring"medium"Visual running light progress animation speed: "fast", "medium", "slow", or "off".

Learn how to safely deploy permission policies, sandboxes, and customize plugins: