Automatic continuation after 25 tool calls

As the title suggests, I wish there was an automatic setting that would automatically continue after 25 calls and consume a quick request instead of clicking manually each time.

20 Likes

You can put it in the Yolo Settings section. It can be placed there in the Yolo Settings board, please vote if you support it too, thanks!

5 Likes

same here.

1 Like

Just set up a Python script that parses the portion of your screen where the 25 tool call thing pops up, if it sees it, it clicks continue. Have it check every 10 seconds or so.

Boom, problem solved. Where’s my cookie?

Edit: bonus tip, use pyautogui or a super simple macro based library and just get the position to click on your click, use an OCR library or image detection and use the snip tool to get the image for reference to the macro bot

5 Likes

please share said script as a gist.

Wonder if it can be an mcp

1 Like

It cant be an MCP as the MCP is called as a tool from the agent.

But it could be an VsCode/Cursor Extension from technical perspective.

However @jdubb75 is inaccurate as a python script is impractical and not the best tool for that, … super simple is never super simple :slight_smile: but hey, sometimes you need imagination.

I would be happy to be corrected by jdubb with proof in form of a python script.

1 Like

And what solution do you propose? User T1000?

How is that an impractical approach? That is beyond a simple method if you don’t want to come back to click the resume button after 25 tool calls. I use that myself :smiling_face_with_tear:

If a stop requires user input, well, user has to provide input.

Did my solution provide a fix to the users issue? Yes.

Did you provide a solution? No.

Are you consistently deterring users from getting help? Looks that way.

2 Likes

Try this extension I made – I havent tried it yet, its fresh out of the one_shot_oven:

1 Like

Have you been tested lately?

Sorry

1 Like

using some untested code is meh…

yes please, implement this feature! I don’t want to manually click on continue

Yes, it’s a very handy feature. I hope it’s implemented in the next version.

That’s a neat idea, I’d say it’d be too much before LLMs, but well, cursor could help you write this. I still think it’d be simpler to have somerthing from inside vscode, and use its API to access that data. Would it be possible to write a vscode extension for that instead? Does the vscode/cursor APIs allow for that?

Yes and you could do that, however, most* users on here are going to struggle to take on a task like that and not end up with a massively bloated version. Simple Python script might be more feasible for hobbyists, not entirely shooting the idea down though.

2 Likes

I did this one.

1 Like

This feature is a limitation made by cursor, so it’s not much of a problem for them to solve it. They just need to go ahead and lift the 25 tool calls limit. When checking in. More than 25 conversations at a time, the tool call limit then he’ll just consume extra fast requests.

@ericzakariasson @danperks @deanrie Hey, guys, what do you think? I’m seeing a lot of support so far. Just need quick request that is automatically consumed after every 25 tool calls

I don’t think it will have any effect on the cost of cursor. For example, if the model is 3.7 One hundred tool calls at a time, that would consume four fast requests. It just becomes auto-continue and smarter

4 Likes

Cursor is subsidizing slow requests. Every slow request made is a loss to cursor (from my understanding). Why would they want to implement this?