Bash
bashRun a single allowlisted verification command such as tests, lint, typecheck, or build in the workspace to confirm code quality and correctness.
Instructions
Run one allowlisted verification command in the workspace, such as tests, build, lint, typecheck, or a project script. Do not use for git status/diff or file inspection; use show_changes, tree, search, and read instead. Do not chain commands with &&, pipes, redirects, or shell file readers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory relative to workspace root. Default: . | |
| command | Yes | Command to run. | |
| session_id | No | Optional bash session id. If configured on the server, a provided value must match it. | |
| timeout_ms | No | Timeout in milliseconds. Default: 30000. | |
| workspace_id | No | Workspace id from open_workspace. Omit to use default workspace. |