mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
chore: kill unused tool (#23701)
This commit is contained in:
parent
b5acc2203c
commit
2486621ca1
47 changed files with 60 additions and 196 deletions
|
|
@ -130,7 +130,7 @@ Keep the list focused on trusted paths, and layer extra allow or deny rules as n
|
|||
OpenCode permissions are keyed by tool name, plus a couple of safety guards:
|
||||
|
||||
- `read` — reading a file (matches the file path)
|
||||
- `edit` — all file modifications (covers `edit`, `write`, `patch`, `multiedit`)
|
||||
- `edit` — all file modifications (covers `edit`, `write`, `patch`)
|
||||
- `glob` — file globbing (matches the glob pattern)
|
||||
- `grep` — content search (matches the regex pattern)
|
||||
- `bash` — running shell commands (matches parsed commands like `git status --porcelain`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue