settings.local.json 498 B

12345678910111213141516171819202122
  1. {
  2. "permissions": {
  3. "allow": [
  4. "Bash(cat:*)",
  5. "Bash(python:*)",
  6. "Bash(pip show:*)",
  7. "Read(//usr/local/anaconda3/lib/python3.13/site-packages/browser_use/**)",
  8. "Bash(tee:*)",
  9. "Bash(browser-use:*)",
  10. "Bash(pip install:*)",
  11. "Bash(timeout 60 python:*)",
  12. "Bash(timeout 240 python:*)",
  13. "Bash(curl:*)",
  14. "Bash(tree:*)",
  15. "Bash(xargs grep:*)",
  16. "Bash(npm run:*)",
  17. "Bash(sed:*)"
  18. ],
  19. "deny": [],
  20. "ask": []
  21. }
  22. }