settings.local.json 425 B

12345678910111213141516171819
  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(mkdir:*)"
  15. ],
  16. "deny": [],
  17. "ask": []
  18. }
  19. }