You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connect to a remote daemon (e.g. Docker) over TCP instead of the local Unix socket
Status --agents Flags
The --agents flag on crust status detects running AI agents and their protection status.
Flag
Description
--agents
Show detected AI agents
--json
Output as JSON
--api-addr HOST:PORT
Query a remote daemon (e.g. Docker) over TCP instead of the local Unix socket
Agent statuses:
Status
Meaning
protected
Process detected and config patched to route through Crust
running
Process detected but not routed through Crust
configured
Config patched but process not currently running
Works with or without the daemon running. When the daemon is running, crust status --agents queries it for accurate patch status (protected/configured). Without the daemon, it performs a local process scan only β detected agents show as running since patch status is unavailable.
Doctor Flags
Flag
Description
--timeout DURATION
Timeout per provider check (default 5s)
--retries N
Retries for connection errors (default 1, use 0 to disable)
--report
Generate a sanitized markdown report for GitHub issues