settings.local.json 545 B

1234567891011121314151617181920212223
  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. "Bash(PYTHONIOENCODING=utf-8 python:*)"
  19. ],
  20. "deny": [],
  21. "ask": []
  22. }
  23. }