settings.local.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. "mcp__ide__getDiagnostics",
  20. "Bash(TOOL_AGENT_ROUTER_URL=\"http://43.106.118.91:8001\" python:*)",
  21. "Bash(rm /Users/sunlit/.claude/skills/agent /Users/sunlit/.claude/skills/toolhub /Users/sunlit/.claude/skills/knowhub /Users/sunlit/.claude/skills/content-search)",
  22. "Read(//Users/sunlit/.claude/skills/**)",
  23. "Bash(git checkout *)",
  24. "Bash(git stash *)",
  25. "Bash(python3 -c ' *)",
  26. "Bash(python3 -c \"import json;d=json.load\\(open\\('evaluation/high_priority_queries_full.json'\\)\\);q=d.get\\('queries',d\\);print\\('queries:',len\\(q\\)\\);print\\('sample:',json.dumps\\(q[0],ensure_ascii=False\\)[:200]\\)\")",
  27. "Bash(rmdir fixed_query_eval/runs)",
  28. "Bash(mkdir -p fixed_query_eval/runs_full)",
  29. "Bash(cp server.py fixed_query_eval/server.py)",
  30. "Bash(cp index.html fixed_query_eval/index.html)",
  31. "Bash(.venv/bin/python -c \"import PIL; print\\('PIL OK', PIL.__version__\\)\")",
  32. "Bash(.venv/bin/pip list *)",
  33. "Bash(command -v uv)",
  34. "Bash(uv run *)",
  35. "Bash(.venv/bin/python -c \"from examples.process_pipeline.script.llm_evaluate_sources import build_eval_llm_call\")",
  36. "mcp__plugin_superpowers-chrome_chrome__use_browser",
  37. "Bash(kill 14972)",
  38. "Bash(rm -rf examples/process_pipeline/script/search_eval/fixed_query_eval/runs_full/q0000 examples/process_pipeline/script/search_eval/fixed_query_eval/runs_full/q0001 examples/process_pipeline/script/search_eval/fixed_query_eval/runs_full/summary.json fqe_verify)",
  39. "Bash(ls -la \"examples/process_pipeline/script/search_eval/fixed_query_eval/runs_full/\")",
  40. "Bash(lsof -nP -iTCP:8770 -sTCP:LISTEN)",
  41. "Bash(/usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate)",
  42. "Bash(/usr/libexec/ApplicationFirewall/socketfilterfw --getblockall)",
  43. "Bash(/usr/libexec/ApplicationFirewall/socketfilterfw --getstealthmode)",
  44. "Bash(ipconfig getifaddr *)",
  45. "Bash(env)",
  46. "Bash(cloudflared --version)",
  47. "Bash(brew --version)",
  48. "Bash(brew install *)",
  49. "Bash(rm -f /tmp/cf_tunnel.log)",
  50. "Bash(nohup cloudflared tunnel --url http://localhost:8770)",
  51. "Bash(echo \"cloudflared PID: $!\")",
  52. "Bash(xargs kill -9)",
  53. "Bash(awk '{print $9, $5}')",
  54. "Bash(awk '{printf \"%-18s %s bytes\\\\n\", $9, $5}')",
  55. "Bash(chmod +x share.sh)",
  56. "Bash(bash -n share.sh)",
  57. "Bash(./share.sh status *)",
  58. "Bash(./share.sh url *)",
  59. "Bash(pkill -f \"cloudflared tunnel\")",
  60. "Bash(lsof -nP -tiTCP:8770 -sTCP:LISTEN)",
  61. "Bash(xargs kill)",
  62. "Bash(rm -f /tmp/cf_tunnel.log /tmp/server8770.log)",
  63. "Bash(./share.sh start *)"
  64. ],
  65. "deny": [],
  66. "ask": []
  67. },
  68. "outputStyle": "Explanatory"
  69. }