Skip to content

BashToolOptions

Defined in: bash/tools.ts:13

cwd: string

Defined in: bash/tools.ts:20

Working directory every command runs in.


executor: BashExecutor

Defined in: bash/tools.ts:18

Isolation strategy. Required: this tool never picks an executor on its own, and there’s no unsandboxed default.


optional timeoutMs?: number

Defined in: bash/tools.ts:22

Wall-clock timeout per command, in milliseconds. Default 30,000 (30s).