teocns
(teocns)
December 23, 2025, 8:28am
1
Feature request for product/service
Chat
Describe the request
The only way to prevent Agent from WRITE-ing files is to append candidates in .cursorignore. That however also prevents Agent from READ-ing them.
pls fix
Operating System (if it applies)
MacOS
1 Like
kelvins
(Kelvin Sundli)
January 12, 2026, 4:59am
2
Agreed! For context, we disable code writing in sensitive parts of our code to avoid issues around AI generated code and IP, not due to fear of leaking the data.
A READ/WRITE pattern would be beneficial.
andrewh
(Andrew Milich)
January 12, 2026, 5:00am
3
Just use ask mode! Try clicking the “agent” button and switch to ask.
kelvins
(Kelvin Sundli)
January 12, 2026, 5:03am
4
Does that ignore .cursorignore? We have global cursorignore in place in a large monorepo to avoid AI generated code leaking into certain parts.
teocns
(teocns)
January 12, 2026, 6:51am
5
This is not a solution. I want to use Agent mode.