Change8

Cursor debug

Component

Updates related to the debug component of Cursor.

3 releases14 features1 bug fixesView all Cursor releases

All DEBUG Features

  • Enabled Cloud Agents to use the software they create for testing changes and demonstrating work.(02-24-26)
  • Introduced isolated Virtual Machine (VM) environments for each Cloud Agent running on your codebase, complete with a full development environment.(02-24-26)
  • Cloud Agents now produce merge-ready Pull Requests (PRs) that include artifacts like videos, screenshots, and logs for easier review.(02-24-26)
  • Introduced Subagents, specialized, independent agents that run in parallel with custom configurations for faster, more focused task execution.(2.4)
  • Enabled direct image generation from the agent using text descriptions or reference uploads, saving previews inline and to the assets/ folder.(2.4)
  • Launched Cursor Blame (Enterprise plan feature) extending git blame with AI attribution, showing which lines were AI-generated (by Tab completions or agent runs) versus human-written.(2.4)
  • Added the ability for agents to ask clarifying questions during Plan and Debug modes, allowing them to continue working while waiting for user input.(2.4)
  • Enabled building custom subagents and skills that utilize the new 'ask question tool'.(2.4)
  • Introduced Debug Mode which instruments the app with runtime logs to help reproduce and fix tricky bugs across stacks, languages, and models.(2.2)
  • Enabled a new browser sidebar and component tree for simultaneous design and coding, allowing real-time element manipulation, color updates, layout testing, and CSS experimentation.(2.2)
  • Added the ability to select multiple visual elements and describe desired changes in text to initiate an agent for visual updates.(2.2)
  • Added support for inline Mermaid diagrams in Plan Mode, allowing agents to automatically generate and stream visuals into plans.(2.2)
  • Enabled sending selected to-dos to new agents for more granular control over plan building.(2.2)
  • Implemented Multi-agent judging, which automatically evaluates parallel agent runs and recommends the best solution with an explanation.(2.2)

All DEBUG Bug Fixes

  • Fixed 11 unspecified bugs (as noted in the release notes summary).(2.4)

Releases with DEBUG Changes