Preview of version 47 - New advanced Agent mode coming

Saw this thread on twitter:

Summary:

Cursor AI is improving Sonnet 3.7 in version 0.47 to allow users to delegate more complex and demanding tasks to the AI model. The key is to utilize the model for long tasks, complex problems, and in-depth thinking. The update optimizes the AI for asynchronous work, which involves delegating tasks, and will be available with usage-based pricing due to the increased costs associated with the enhanced capabilities. A future post will detail the changes and how to enable them.

7 Likes

sounds great but we still have big problems with 0.46 hehe

5 Likes

Thanks for sharing @soorfett !

dont want agent mode at all tbh. anyone know of alternatives that are not going in agent direction. the normal mode review and apply performance is noticeably better. think its time to admit .46+ was a mistake and revert to .45 and start over

4 Likes

Fastest fix is just to revert back to version 45 :sweat_smile:

4 Likes

Interesting reading about what manus (new agent from China) tick. One of the team says:

“Multi-agent implementation is one of Manus’s key features. When messaging with Manus, you only communicate with the executor agent, which itself doesn’t know the details of knowledge, planner, or other agents. This really helps to control context length.”

I wonder if this is the way cursor will go longer term. I understand the new cursor will have much granular control over models - with a new UI for selecting and modifying models.

It does feel like it would be better to have agents tuned/prompted for different roles e.g. Project manager vs planner vs coder vs. tester vs debugger. And different LLM’s might best for each of these (though I imagine you can pretty far with Sonnet 3.7)

1 Like

I notice in the latest update to 4.6 you can select agent, ask and edit, not sure when that appeared.

What is the difference between agent, ask and edit in the drop down menu?

Differences Between Agent, Ask, and Edit Options

The dropdown menu you’re referring to likely contains different interaction modes for working with an AI assistant. Here’s what each typically means:

  1. Ask: This is the standard mode where you ask questions or request information, and the AI provides answers based on its knowledge. It’s a straightforward question-and-answer interaction.

  2. Edit: This mode is designed for when you want the AI to help modify or improve existing text or code. You provide content that needs editing, and the AI suggests changes, corrections, or improvements.

  3. Agent: This typically refers to a more task-oriented mode where the AI acts as an agent to accomplish specific goals on your behalf. It might involve more complex, multi-step processes or specialized capabilities beyond simple Q&A.

Each mode is optimized for different types of interactions, allowing you to choose the most appropriate way to work with the AI based on your current needs.

Can’t relate. 0.46.x has been excellent for me so far. I’m honestly amazed at how well Agent mode handles our massive codebase.

2 Likes

It started with 0.46.0 first launch. Surprised they didn’t mention it specifically in the patch notes, but I saw a dev post about it on here and it is in their documentation now: Cursor – Composer

good news
I really hope cursor’s positive future
cursor is too deeply inside of my develop life

one thing to suggest feature is “get longer time to thinking”
compare with o3-mini-high, sonnet-3.7-thinking’s "thinking"time is too short I feel.
some research says just give long time to think makes better respond

2 Likes

Does agent execute terminal commands successfully for you? I have this annoying bug and cannot upgrade because of it: [BUG] Terminal tool gets stuck after exit code

Interesting, I have not had that problem. My agent will run commands like find and grep a lot and has never got hung up.

Just now I tried asking Agent to run a test file and report back on the results, it executed successfully and continued after command completion

what shell are you using? what os?

How to download it?

I use ZSH on Sequoia 15.3.1

However last week I did finally experience the stuck terminal issue once. It happened in a long-running chat that had made a lot of terminal calls, and eventually one of them got stuck. After cancelling the stuck one, future terminal calls worked after that.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.