settings.local.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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(touch:*)",
  11. "Bash(chmod:*)",
  12. "Read(//Applications/Google Chrome.app/Contents/MacOS/**)",
  13. "Bash(pkill:*)",
  14. "Bash(pip uninstall:*)",
  15. "Bash(pip install:*)",
  16. "Bash(pip index:*)",
  17. "Read(//Users/max_liu/max_liu/company/browser-use/**)",
  18. "Bash(nc:*)",
  19. "Bash(./run_browser_use_cdp.sh:*)",
  20. "Bash(python3.11 --version:*)",
  21. "Bash(python3.10 --version:*)",
  22. "Bash(python3.9:*)",
  23. "Read(//usr/local/bin/**)",
  24. "Bash(/usr/local/bin/python3.9:*)",
  25. "Bash(source:*)",
  26. "Read(//usr/local/Cellar/**)",
  27. "Bash(/usr/bin/python3:*)",
  28. "Bash(pyenv versions:*)",
  29. "Bash(brew install:*)",
  30. "Bash(/usr/local/bin/python3.11:*)",
  31. "WebFetch(domain:github.com)",
  32. "Bash(\"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome\" --version)"
  33. ],
  34. "deny": [],
  35. "ask": []
  36. }
  37. }