claudewheel v0.24.2 /c launch
Edit
On this page

Start the TUI launcher or preset segments via flags; supports session resume by UUID or title, and print mode.

#c launch

start the interactive TUI launcher to select a profile, model, and directory

Effect: mutating

#Flags

Flags
NameShortTypeDefaultEnvDescription
--cont-cboolcontinue the most recent conversation in the current directory
--resume-rstr__unset__resume a specific session by its UUID or title, or pass empty string to open the picker
--print-prompt-pstr__unset__run in non-interactive print mode with the given prompt
--pickerboolopen the interactive session resume picker to browse and select a session
--profilestrpreset the Profile segment to this value, skipping TUI selection for it
--githubstrpreset the GitHub account segment to this value, skipping TUI selection for it
--modelstrpreset the Model segment to this value (e.g. opus, sonnet), skipping TUI selection
--directorystrpreset the Directory segment to this path, skipping TUI selection for it
--mcpstrpreset the MCP mode segment to this value, skipping TUI selection for it
--permissionsstrpreset the Permissions segment to this value, skipping TUI selection for it
--set-sstrset any segment value as KEY=VALUE (e.g. -s version=2.1.119); repeatable
--clientstrlaunch target client (one of: claude, miniclaude). When omitted, the interactive launcher prompts with a Client step (cursor on config default_client, else claude) and non-interactive launches use default_client. Passing it explicitly skips that step. 'miniclaude' launches the miniclaude REPL instead; version and strict-MCP selections, config default_flags, and the disallowedTools list are claude-client-only

#Grants

Grants
KindNameReason
proc_mutateexec-clientthe launcher replaces this process with the selected client binary
Search