feat: webfetch permission support (#1772)

This commit is contained in:
Aiden Cline 2025-08-10 08:00:44 -05:00 committed by GitHub
parent c478d1bdbb
commit 542186aa49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 0 deletions

View file

@ -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