fleet_queue
Queue coding tasks to run in the background when you're paused, then list, cancel, or clear queued work and review finished results.
Instructions
Queue work the fleet finishes on its own, so it keeps going while you are paused (usage limit reached, session closed) - slow but steady. Actions: 'add' (same fields as fleet_delegate; give an output_path so the result lands on disk), 'list' (queued, running and finished, with results to review), 'cancel' one by id, 'clear' (done | pending | all).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | for 'cancel' | |
| note | No | why this was queued, shown when reviewing | |
| what | No | done | |
| files | No | ||
| action | Yes | ||
| context | No | ||
| category | No | auto | |
| instruction | No | for 'add': the self-contained brief | |
| output_path | No | where the result is written; strongly recommended | |
| max_output_tokens | No |