settings.local.json 631 B

1234567891011121314151617181920212223242526
  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(xargs ls:*)",
  19. "Bash(.venv/bin/pip install:*)",
  20. "Bash(cp:*)",
  21. "Bash(OPENROUTER_API_KEY=test python:*)"
  22. ],
  23. "deny": [],
  24. "ask": []
  25. }
  26. }