This commit is contained in:
liailing1026
2025-12-07 17:18:10 +08:00
committed by zhaoweijie
parent 6392301833
commit c00c0072b8
53 changed files with 16040 additions and 275 deletions

View File

@@ -0,0 +1,24 @@
{
"permissions": {
"allow": [
"Read(//Users/zhaoweijie/Desktop/agent/AgentCoord/**)",
"Bash(python3:*)",
"Bash(source:*)",
"Bash(pip install:*)",
"Bash(python:*)",
"Bash(tree:*)",
"Bash(export FAST_DESIGN_MODE=True:*)",
"Bash(echo:*)",
"Bash(chmod:*)",
"Bash(lsof:*)",
"Bash(curl:*)",
"Bash(xargs kill:*)",
"Bash(pip:*)",
"WebSearch",
"WebFetch(domain:pypi.org)",
"Bash(cp:*)"
],
"deny": [],
"ask": []
}
}