send_to_shell
Send text input to a running process's stdin, enabling interaction with spawned REPL sessions.
Instructions
Write to a spawned process's stdin. Useful for interactive REPLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proc_id | Yes | ||
| input_text | Yes | ||
| append_newline | No |