Files

16 lines
334 B
JSON
Raw Permalink Normal View History

2026-05-31 18:45:38 +08:00
{
"permissions": {
"allow": [
"Bash(ollama list *)",
"Bash(ollama create *)",
"Bash(ollama run *)",
"Bash(python *)",
"Bash(cmd *)",
"Bash(pip install *)",
"Bash(awk '{print $9, $5}')",
"Bash(awk '{print $1}')",
"Bash(awk '{printf \"%-35s %8s\\\\n\", $9, $5}')"
]
}
}