settings.local.json 477 B

123456789101112131415161718192021
  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. ],
  18. "deny": [],
  19. "ask": []
  20. }
  21. }