displayName
amux detect
kind
cli-subcommand
surface
cli
parentBin
amux
subcommandVerb
detect
flags
- --all:0:detect every registered agent
subcommandExitCodes
- 0:success:reported install status
- 1:general-error:detectInstallation threw
- 2:usage-error:missing <agent> when --all not used
- 3:agent-not-found:UNKNOWN_AGENT
description
Report installed version/path/notes for one agent (or `--all`). Calls
adapter.detectInstallation(). Source:
packages/agent-mux/cli/src/commands/install.ts:268-401.