mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 16:02:19 +00:00
feat: webfetch permission support (#1772)
This commit is contained in:
parent
c478d1bdbb
commit
542186aa49
4 changed files with 29 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue