Version: 2.6.20 (user setup)
VSCode Version: 1.105.1
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Date: 2026-03-17T01:50:02.404Z
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26200
I recently updated Cursor and selected the ‘Composer 2 Fast’ model.
I described a feature I wanted added to my current Node.js project and, after some clarification of requirements, Cursor set about implementing it.
I saw behaviour that I have not seen before.
I was prompted, many times, to Run or Skip what seemed to be the ‘internal workings’ that Cursor required.
This included commands like:
wc -l and tail / sed / od / xxd / tail -c
python -c “…”
python …/_fix_generate_html.py then rm …/_fix_generate_html.py
(Cursor seemed to create a python file to fix a problem it had created, and later delete the python file)
node --check
python << ‘PY’
I looked to see if any Cursor Settings could be causing this behaviour and I saw:
Cursor Settings > Agents > Auto-Run Mode: Ask Every Time
However, I had not changed this setting recently, so I am not sure why this ‘over-zealous’ prompting only kicked in now.
How can I prevent Cursor from prompting me to run commands which seem to be related to its basic functionality?