anomalyco / anomalyco/opencode
You are not able to add granular permissions to the `webfetch` tool
Open
@jlongster is already working on this.
Since Sep 1, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
Contrary to whats on the docs, we are not able to add granular permissions to the webfetch and websearch tools.
Eg,
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"webfetch": {
"*": "ask",
"https://en.wikipedia.org/*": "allow"
}
}
}
Plugins
No response
OpenCode version
1.18.25
Steps to reproduce
- Add granular permissions to the
webfetchtool - Try to run the TUI
- Notice error logged
Screenshot and/or share link
No response
Operating System
macOS
Terminal
Ghostty
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.