Subcommands
Common flows
First-time setup:Switch organization
Logs
The log file lives at~/.reclaude/logs/daemon.log. Use reclaude logs to print the tail.
Configure gateway
Thegateway is reclaude’s entry point to the service. By default the daemon probes a list of candidates at startup and picks the fastest (auto mode); pin a specific URL if you want to lock onto one (manual mode).
Pick the fastest interactively:
q to cancel.
See what’s in effect:
url (the URL actually in use), source (RECLAUDE_GATEWAY_URL / device.json / default), and mode (manual or auto).
Reset to auto:
If the daemon is running when you save, run
reclaude stop && reclaude to apply.The RECLAUDE_GATEWAY_URL environment variable wins over any local config.