refactor: unify skills+cli runtime and streamline ag-ui flow

This commit is contained in:
qzl
2026-04-22 17:09:37 +08:00
parent eeed737949
commit 4d55df45ab
111 changed files with 4858 additions and 3264 deletions
+20 -7
View File
@@ -1,10 +1,23 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"supabase": {
"type": "remote",
"enabled": true,
"url": "http://localhost:8001/mcp"
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"*": "allow",
"git checkout --*": "ask",
"git checkout -- *": "ask",
"git restore *": "ask",
"git reset --hard*": "ask",
"git reset HEAD*": "ask",
"git revert*": "ask",
"git clean*": "ask",
"git stash drop*": "ask"
}
},
"mcp": {
"supabase": {
"type": "remote",
"enabled": true,
"url": "http://localhost:8001/mcp"
}
}
}
}