Interpreter mode git diff command timeout

When telling the interpreter to run a git diff command and then to work based off of that, the git diff command timeouts after 60 seconds, so the Interpreter proceeds to trying another way. I suspect it’s because the diff is large, because testing git diff with the previous commit worked fine.

I’m running into the same issue.

git --version
git version 2.39.3 (Apple Git-146)

Cursor version: Version: 0.47.7 (Universal)

I can not see any relation to the size of the diff. Even tiny diffs seem to time out. From what I could observe so far it also doesn’t correlate with any specific model.

Thanks for building an awesome product!