Notification at 25 messages

Hey guys,

I have a notification bell set up for when the cursor finishes its task or the current prompt. However, I rarely get notified when the cursor gets interrupted in between attempts because of the 25 messages limit.

It might be a personal issue. If anyone has a solution to this problem, I’d appreciate any guidance. I checked the settings but couldn’t locate anything, and asking the AI for help didn’t work either.

Cheers,
Jay

It’s not a 25 message limit, it’s a 25 max tool call limit on non-max models.. So you can have 25+ requests in a chat but you if you are using non-max mode you can only use 25 tool calls per a single request.

So if you ask for a major refactor or sweeping feature updates you can easily hit the max tool call limit if it needs to read a large codebase or make multiple changes to many files.