settings.local.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "permissions": {
  3. "allow": [
  4. "mcp__sequential-thinking__sequentialthinking",
  5. "mcp__context7__resolve-library-id",
  6. "mcp__context7__get-library-docs",
  7. "Bash(conda activate:*)",
  8. "Bash(git add:*)",
  9. "Bash(git commit:*)",
  10. "Bash(tree:*)",
  11. "Bash(mkdir:*)",
  12. "Bash(python test:*)",
  13. "Bash(pip install:*)",
  14. "Bash(pip3 install:*)",
  15. "Bash(python3:*)",
  16. "Bash(cat:*)",
  17. "Bash(test:*)",
  18. "Bash(pip3 index versions:*)",
  19. "Bash(awk:*)",
  20. "Bash(tee:*)",
  21. "Bash(timeout:*)",
  22. "Bash(python:*)",
  23. "Bash(find:*)",
  24. "Bash(source:*)",
  25. "Bash(./test/myenv/bin/pytest test/agents/test_knowledge_requirement_agent.py::test_generate_requirements_complete -v)",
  26. "Bash(./test/myenv/bin/pytest test/agents/test_knowledge_requirement_agent.py --collect-only)",
  27. "Bash(./test/myenv/bin/pytest test/agents/test_knowledge_requirement_agent.py::test_complete_knowledge_requirement_generation -v -s)",
  28. "Bash(./test/myenv/bin/pip:*)",
  29. "Bash(./test/myenv/bin/pytest test/agents/test_knowledge_requirement_agent.py::test_complete_knowledge_requirement_generation -v)",
  30. "Bash(PYTHONPATH=/Users/dingyunpeng/Desktop/code/ai/aigc_how_decode_base_project_0916_1125 python:*)",
  31. "Bash(./myenv/bin/pip install:*)",
  32. "Bash(./myenv/bin/python:*)"
  33. ],
  34. "deny": [],
  35. "ask": []
  36. }
  37. }