Code interpreter has been broken on 0.35.0

Thats the first success i have had in days with interpreter mode, thanks. However, it times out on longer files being edited which is a complete blocker. And @andrewh instead of just outputting the file name and a description of what its going to do, it tries to output the entire file change in the place it used to just have the file name (see below)

This means it times out and prompts you to retry.

Can you look into this? for small files it works alright but takes way longer because your waiting for it to output the entire change first before executing. Something is different from what it used to be. Used to just have the filename to edit and a description about what its plan was

1 Like


^ Time out

2 Likes

Juhuuu… seems to work now :smiley:

1 Like

working now!
The code interpreter mode is really great at bumping versions/updating changelog/drafting commit message/doing the actual commit automatically.

2 Likes

I was still having some issues but after testing for a few hours if all fails and you can’t get it to work. My eventual fix: I pressed the “Copilot++” on the bottom left of the cursor IDE window and disabled the “Copilot++” globally and it the Interpreter mode began to work.

It now works, but falls into an endless loop.

1 Like

Was a bit miffed that you lot broke interpreter, and clearly don’t have metrics on what features your userbase uses.
Interpreter is IDEAL for large file edits, rewrites, refactoring and CLI stuff.
GPT-4o is WAY too verbose and outputs the entire file change instead of ide.edit(filepath/filename), “my instruction”

2 Likes

me too

It works now, but it’s stuck in an endless loop.

When they get it fixed, could someone post a demo of using code interpreter in an efficient way? These replies got me really curious and make me wonder if I’m using cursor to its fullest potential. Also, probably being snarky here, but cursor really needs to do some user interviews because it’s clear that their schema for code editing and use is a bit different than some of their paying users.

1 Like

Even with version 0.36, the issue isn’t resolved. The same process is repeated by pressing the ‘Continue’ button.”

It’s still not working for me. 0.35.1. How did you get 0.36 :thinking:?

1 Like


0.36 was released once, but was rolled back due to a bug.

1 Like

0.36.1 has been released.

It seems that Interpreter Mode has been improved. Although it frequently waits for user operation, the processing still works.

1 Like

Interpreter Mode has returned to work without problems in version 0.37.1. Prompts containing multiple tasks can now be processed autonomously at once with a single ‘auto-excute’ click.