mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-28 13:14:28 +01:00
feat: webfetch permission support (#1772)
This commit is contained in:
@@ -13,6 +13,14 @@ The permissions system provides granular control to restrict what actions AI age
|
||||
|
||||
Permissions are configured in your `opencode.json` file under the `permission` key. Here are the available options.
|
||||
|
||||
### Tool Permission Support
|
||||
|
||||
| Tool | Description |
|
||||
| ---------- | ------------------------------- |
|
||||
| `edit` | Control file editing operations |
|
||||
| `bash` | Control bash command execution |
|
||||
| `webfetch` | Control web content fetching |
|
||||
|
||||
---
|
||||
|
||||
### edit
|
||||
|
||||
Reference in New Issue
Block a user