refactor: unify skills+cli runtime and streamline ag-ui flow
This commit is contained in:
+20
-7
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user