Show current auto session status, progress, and any pending gates. Activates for: auto status, auto status, session status, check auto.
Check the status of your running auto session, including progress, current task, and any gates requiring approval. Use this to monitor ongoing automated work.
/plugin marketplace add anton-abyzov/specweave/plugin install sw@specweaveShow the current auto session status and progress.
/sw:auto-status [OPTIONS]
| Option | Description |
|---|---|
--json | Output in JSON format (for programmatic use) |
--simple | Minimal output (one-liner) |
# Check current session
/sw:auto-status
# Get JSON output
/sw:auto-status --json
# Quick status check
/sw:auto-status --simple
š¤ Auto Session Status
Status: š¢ RUNNING
Session ID: auto-2025-12-29-abc123
Duration: 2h 15m
Iteration: 47 / 100
Progress: [āāāāāāāāāāāāāāāāāāāāāāāāāāāāāā] 47%
š Increment Queue
Total: 3 | Completed: 2 | Failed: 0
š Current Increment: 0003-payment-integration
Tasks: 12 / 18 (67%)
š” Actions:
Cancel: /sw:cancel-auto
Let it run: Close this tab, work will continue
{
"active": true,
"sessionId": "auto-2025-12-29-abc123",
"status": "running",
"iteration": 47,
"maxIterations": 100,
"duration": "2h 15m",
"currentIncrement": "0003-payment-integration",
"incrementQueue": {
"total": 3,
"completed": 2,
"failed": 0
},
"currentProgress": {
"tasksCompleted": 12,
"tasksTotal": 18
},
"humanGatePending": false,
"openCircuitBreakers": 0,
"simpleMode": false
}
When this command is invoked:
bash plugins/specweave/scripts/auto-status.sh [args]
| Command | Purpose |
|---|---|
/sw:auto | Start auto session |
/sw:cancel-auto | Cancel running session |
/sw:approve-gate | Approve pending human gate |
.specweave/state/auto-session.json--json for integration with other tools