Allow to send files raw, skip summarization from cursor

I’ve recently started to use cursor to perform code reviews.

One of the pivotal step is to generate a plan from a git diff.

However in my tests I’ve noticed that when using a any models other than Gemini 2.5 pro max the content of the diff is truncated/edited/summarized whether I add it via @, via + menu or I ask the agent to read it chunk by chunk.

I verified it by asking the model to provide me with the content of the diff from specific places of it.

I understand cursor does it to keep the models focused while developing but in this case is a problem.

I would prefer cursor to hard-cut the oldest chat context rather than optimizing the content of the diff file because I need it raw to get the model generate the plan properly.

What I ask for is a switch/button that allows me to skip cursor optimizations and just load the raw file in the context