Open Settings (⚙) to configure agents.
For each agent, provide:
id— a unique machine-safe IDname— the label shown in the UIcommand— the executable on your$PATHargs(optional) — array of additional CLI argsinteractive— whether the process should stay open for follow-up input
Use Discover in settings to scan $PATH for known CLIs and add them with
one click.
You can update any field for an existing agent, or remove agents you no longer need.
interactive: false→ stdin is piped in and then closed (one-shot mode).interactive: true→ process is spawned under a PTY and stays alive for follow-up input.