chore: kill unused tool (#23701)

This commit is contained in:
Aiden Cline 2026-04-21 11:31:20 -04:00 committed by GitHub
parent b5acc2203c
commit 2486621ca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 60 additions and 196 deletions

View file

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