[Bug] Excessive unsolicited file search requests blocking workflow

Resolved 💬 2 comments Opened May 22, 2026 by tomas223 Closed May 26, 2026

Bug Description
Recently it started to do a lots of these stupid requests for search files and text for no reason. It can't be pre-approved and CC is super annoying because of that as I have to approve many times just for simple things:

cd <some_folder>
echo "=== root package.json test scripts ===" && rg -n '"test"|vitest|"validate"' package.json |
head
echo ""
echo "=== vitest configs in repo (excl node_modules) ===" && find . -name 'vitest.' -not -path
'/node_modules/' 2>/dev/null | head
echo ""
echo "=== how a test is run for dashboard (turbo.json) ===" && rg -n 'test|validate' turbo.json |
head
Find root test config and turbo test pipeline

Environment Info

  • Platform: darwin
  • Terminal: vscode
  • Version: 2.1.146
  • Feedback ID: bfff3a00-d402-45bb-a026-b47dc8a5a2dd

Errors

[]

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗