process
processManage active command sessions: list, poll for output, write input, send key strokes, paste text, submit, or kill processes. Retrieve logs or intervene when automatic completion is unavailable.
Instructions
Manage running exec sessions for commands already started: list, poll, log, write, send-keys, submit, paste, kill. Use poll/log when you need status, logs, quiet-success confirmation, or completion confirmation when automatic completion wake is unavailable. Use poll/log also for input-wait hints. Use write/send-keys/submit/paste/kill for input or intervention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eof | No | Close stdin after write | |
| hex | No | Hex bytes to send for send-keys | |
| data | No | Data to write for write | |
| keys | No | Key tokens to send for send-keys | |
| text | No | Text to paste for paste | |
| limit | No | Log length | |
| action | Yes | Process action (list|poll|log|write|send-keys|submit|paste|kill|clear|remove) | |
| offset | No | Log offset | |
| literal | No | Literal string for send-keys | |
| timeout | No | For poll: wait up to this many milliseconds before returning; max 30000 ms, higher values are clamped to 30000 | |
| bracketed | No | Wrap paste in bracketed mode | |
| sessionId | No | Session id for actions other than list |