run
Execute bash commands in a sandboxed environment. Use session IDs to maintain working directory, environment, and filesystem state across commands.
Instructions
Execute a Bash command in the sandboxed environment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | The bash command to execute. | |
| session_id | No | Identifier for the shell session. Commands within the same session share cwd, env, and filesystem state. Defaults to 'default'. | default |