@@ -522,8 +522,9 @@ cat README.md | pi -p "Summarize this text"
|
||||
|
||||
| Option | Description |
|
||||
|--------|-------------|
|
||||
| `--tools <list>` | Enable specific built-in tools (default: `read,bash,edit,write`) |
|
||||
| `--no-tools` | Disable all built-in tools (extension tools still work) |
|
||||
| `--tools <list>`, `-t <list>` | Allowlist specific tool names across built-in, extension, and custom tools |
|
||||
| `--no-builtin-tools`, `-nbt` | Disable built-in tools by default but keep extension/custom tools enabled |
|
||||
| `--no-tools`, `-nt` | Disable all tools by default |
|
||||
|
||||
Available built-in tools: `read`, `bash`, `edit`, `write`, `grep`, `find`, `ls`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user