776 B
776 B
summary, read_when
| summary | read_when | ||
|---|---|---|---|
| Bash tool usage, stdin modes, and TTY support |
|
Bash tool
Run shell commands in the workspace. Supports foreground + background execution via process.
Parameters
command(required)yieldMs(default 10000): auto-background after delaybackground(bool): background immediatelytimeout(seconds, default 1800): kill on expiryelevated(bool): run on host if elevated mode is enabled/allowed- Need a real TTY? Use the tmux skill.
Examples
Foreground:
{"tool":"bash","command":"ls -la"}
Background + poll:
{"tool":"bash","command":"npm run build","yieldMs":1000}
{"tool":"process","action":"poll","sessionId":"<id>"}