acp: slash commands, agents, permissions, @ references, code cleanup (#3403)

Co-authored-by: yetone <yetoneful@gmail.com>
This commit is contained in:
Aiden Cline 2025-10-25 01:32:46 -05:00 committed by GitHub
parent 5fec5ff424
commit 98d51dde6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 654 additions and 527 deletions

View file

@ -1,3 +1,8 @@
{
"$schema": "https://opencode.ai/config.json"
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"cat*": "ask"
}
}
}