tasks_steer
Send a line of input to a running background task's stdin to steer its behavior, enabling interactive control when the task accepts mid-run input.
Instructions
Send a line of input to a running background task’s stdin. Best-effort: one-shot delegate CLIs may not accept input mid-run (the tool will say so).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | the task id to steer | |
| input | Yes | text to write to the task’s stdin |