CommandsAgent
studio agent status
Show target agent status
studio agent status
Show process status for a target agent.
This page remains as a command entry point. For the fuller explanation, see CLI / status and Agent Shows stale.
Usage
studio agent status [path]Behavior
pathdefaults to current directory.- Target agent must be registered in console registry
- Output includes agent state, process info, and key paths
- When state is
stale, output includesstale_reasonfor direct diagnosis
Related commands
Example Output (Based on Current Implementation)
The examples below are aligned with current command implementations in cli/studio/src (including default output mode and field structure). Placeholder values are used for environment-specific fields.
$ studio agent status .
studio v1.0.0
┌─────────────────────────────────────────────────────────┐
│ OK studio agent status │
│ project : <projectRoot> │
│ log : <daemonLogPath> │
│ state : running │
│ pid : <pid> │
│ started_at : <isoTimestamp> │
└─────────────────────────────────────────────────────────┘$ studio agent status .
studio v1.0.0
┌─────────────────────────────────────────────────────────┐
│ WARN studio agent status │
│ project : <projectRoot> │
│ log : <daemonLogPath> │
│ state : stale │
│ stale_pid : <pid> │
│ stale_reason : <reason> │
│ fix : studio agent doctor <projectRoot> --fix │
└─────────────────────────────────────────────────────────┘