mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:20:43 +00:00
style: format repository
This commit is contained in:
@@ -56,14 +56,14 @@ bash pty:true command:"claude --dangerously-skip-permissions 'task'"
|
||||
|
||||
### Bash Tool Parameters
|
||||
|
||||
| Parameter | Type | Description |
|
||||
| ------------ | ------- | ---------------------------------------------------------- |
|
||||
| `command` | string | The shell command to run |
|
||||
| `pty` | boolean | Use for Codex/Pi/OpenCode |
|
||||
| `workdir` | string | Working directory |
|
||||
| `background` | boolean | **Always true for this skill** |
|
||||
| `timeout` | number | Timeout in seconds |
|
||||
| `elevated` | boolean | Run on host instead of sandbox (if allowed) |
|
||||
| Parameter | Type | Description |
|
||||
| ------------ | ------- | ------------------------------------------- |
|
||||
| `command` | string | The shell command to run |
|
||||
| `pty` | boolean | Use for Codex/Pi/OpenCode |
|
||||
| `workdir` | string | Working directory |
|
||||
| `background` | boolean | **Always true for this skill** |
|
||||
| `timeout` | number | Timeout in seconds |
|
||||
| `elevated` | boolean | Run on host instead of sandbox (if allowed) |
|
||||
|
||||
### Process Tool Actions
|
||||
|
||||
@@ -191,11 +191,11 @@ Reuse this same notify-route injection block in every example below; only the ta
|
||||
|
||||
### Flags
|
||||
|
||||
| Flag | Effect |
|
||||
| --------------- | -------------------------------------------------- |
|
||||
| `exec "prompt"` | One-shot execution inside the worker CLI |
|
||||
| `--full-auto` | Sandboxed but auto-approves in workspace |
|
||||
| `--yolo` | No sandbox, no approvals |
|
||||
| Flag | Effect |
|
||||
| --------------- | ---------------------------------------- |
|
||||
| `exec "prompt"` | One-shot execution inside the worker CLI |
|
||||
| `--full-auto` | Sandboxed but auto-approves in workspace |
|
||||
| `--yolo` | No sandbox, no approvals |
|
||||
|
||||
### Building/Creating
|
||||
|
||||
|
||||
Reference in New Issue
Block a user