AI coding tool Cursor announced the launch of version 2.2, adding Debug Mode to the core, and simultaneously improving Plan Mode planning mode and multi-agent review capabilities. Debug Mode automatically inserts log statements in the project, starts a local debug server, collects runtime data, and streams it back to the intelligent agent to reproduce and locate complex bugs, covering a wide range of technology stacks and language scenarios.
In terms of planning, this update brings Plan Mode to support inline Mermaid charts, allowing agents to generate visual flowcharts directly in the planning view and allowing users to send some backlogs to new agents individually. At the same time, when running multiple agents in parallel, the multi-agent review function automatically compares different solutions and provides recommended results and text explanations, reducing the developer's manual comparison cost. The version also adds interface optimizations such as "Pinned Dialogue", which focuses more on continuous collaboration and problem tracking in long-term projects.
FAQ
Q: What exactly can Cursor 2.2's Debug Mode do?
A: It adds logs to the code and starts a local service to collect runtime data, which is then provided to the agent for analysis and fixing hard-to-reproduce bugs.
Q: What are the substantive improvements to Plan Mode this time?
A: The new version supports directly generating Mermaid charts in the plan, and can split the selected to-do items for new agents to execute, making it easier to disassemble complex tasks.
Q: How does multi-agent review work?
A: When running multiple agents in parallel, the system will automatically evaluate each solution after all of them are completed, and mark the recommendation results and reasons for the recommendation.
Q: Are these new features also available to free users?
A: The official description is for current Cursor 2.2 users, and the specific permission distinction still depends on the account package and the platform used.
Q: Do I need to perform special migration operations for old projects after the update?
A: Existing projects can continue to be used after upgrading the client, but if you want to enjoy Debug Mode and other capabilities, you need to authorize the project and complete the basic configuration as prompted.