shell_open
Open a persistent bash shell to execute commands continuously, setting the working directory, environment variables, and optional startup command for custom sessions.
Instructions
Open a persistent bash command shell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | /app | |
| env | No | ||
| startup_command | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | ||
| status | Yes | ||
| dialect | Yes | ||
| shell_id | Yes |