Change8

Cursor: What's New in April 2026

A summary of all updates, new features, and bug fixes released for Cursor during April 2026.

6releases29features12fixes37improvements

New Features in April 2026

  • Introduced the Cursor SDK, allowing users to build custom agents using the same runtime, harness, and models as Cursor.(sdk-release)
  • Enabled running custom agents locally or on Cursor's cloud against a dedicated VM using any frontier model.(sdk-release)
  • Added first-class run streaming support via SSE events with reconnect capabilities for Cloud Agents API.(sdk-release)
  • Added explicit agent lifecycle controls including archive, unarchive, and permanent delete functionality for durable agents.(sdk-release)
  • Introduced the /multitask command to run async subagents in parallel, breaking down large tasks into smaller chunks for simultaneous processing.(3.2)
  • Enabled running isolated tasks in the background across different branches using improved worktrees in the Agents Window.(3.2)
  • Enabled support for multi-root workspaces, allowing a single agent session to target multiple folders across different repositories for cross-repo changes.(3.2)
  • Introduced the ability for Cursor to respond by creating interactive canvases.(04-15-26)
  • Enabled the use of first-party components within canvases, including tables, boxes, diagrams, and charts.(04-15-26)
  • Allowed existing Cursor components like diffs and to-do lists to be used within interactive canvases.(04-15-26)
  • Made interactive canvases durable artifacts living in the Agents Window side panel alongside the terminal, browser, and source control.(04-15-26)
  • Introduced a Tiled layout in the Agents Window, allowing users to split the view into panes to run and manage several agents in parallel.(3.1)
  • Enabled users to press and hold Ctrl+M to activate upgraded, more reliable voice input with batch STT transcription.(3.1)
  • Added UI controls (waveform, timer, cancel/confirm buttons) for voice recording sessions.(3.1)
  • Allowed searching and selecting a branch before launching a cloud agent from the empty state, targeting the agent to a specific branch immediately.(3.1)
  • Enabled direct navigation from a diff view straight to the exact corresponding line within the file.(3.1)
  • Added include/exclude filters to the "Search in Files" functionality for scoping code searches to specific file sets.(3.1)
  • Enabled Bugbot to self-improve in real time by learning from feedback on pull requests to generate and promote learned rules.(04-08-26)
  • Introduced support for MCP servers to provide Bugbot with additional context during code reviews on Teams and Enterprise plans.(04-08-26)
  • Introduced the new Agents Window interface allowing users to run many agents in parallel across repos and environments (locally, worktrees, cloud, SSH).(3.0)
  • Enabled Design Mode within the Agents Window to annotate and target UI elements directly in the browser for more precise feedback.(3.0)
  • Added keyboard shortcuts for Design Mode: → ⌘+Shift+D to toggle, Shift+drag to select an area, → ⌘+L to add element to chat, and → Option+click to add element to input.(3.0)
  • Added Agent Tabs in the Editor to view multiple chats side-by-side or in a grid.(3.0)
  • Added a new command /worktree that creates a separate git worktree for isolated changes.(3.0)
  • Added a new command /best-of-n that runs the same task in parallel across multiple models in isolated worktrees and compares outcomes.(3.0)
  • Enabled MCP Apps to support structured content for richer tool outputs.(3.0)
  • Added directory group name to audit logs for improved human readability.(3.0)
  • Added a team-level Admin setting to restrict creating, editing, and deleting team secrets to Admins.(3.0)
  • Added an Enterprise Admin control for disabling "Made with Cursor" code attribution for the entire team.(3.0)

Bug Fixes in April 2026

  • Fixed stuttering when scrolling through long agent conversations.(3.1)
  • Fixed an issue where an agent conversation containing many diffs or code blocks would flash and freeze.(3.1)
  • Fixed an issue where stale privacy mode state from inactive teams could incorrectly block Bugbot Autofix.(04-08-26)
  • Resolved infrastructure issues that were causing longer than expected Bugbot run times.(04-08-26)
  • Fixed text area behavior for Network Access Controls so pressing Enter reliably adds a newline at the end of the input.(3.0)
  • Fixed hooks loading so multi-root workspaces correctly read project hook files from all workspace folders instead of only the first one.(3.0)
  • Fixed a markdown parsing bug where parenthesized HTTP(S) links could be misread as citations.(3.0)
  • Fixed todo card visibility to prevent them from disappearing after all todos complete.(3.0)
  • Fixed Composer queued prompts that were not resuming automatically after editing operations.(3.0)
  • Fixed picker behavior for disabled but selectable models by removing misleading styling and auto-enabling the model upon user selection.(3.0)
  • Fixed a bug where expanding/collapsing thinking blocks didn't work while streaming was still in progress.(3.0)
  • Fixed a bug where Shift+Enter line breaks weren't treated as multiline content, preventing the prompt input field from staying in an incorrect state.(3.0)

Improvements in April 2026

  • Reworked the Cloud Agents API around durable agents and per-prompt runs to scope follow-ups, status, streaming, and cancellation.(sdk-release)
  • Standardized v1 response and error shapes, including structured error codes, items list responses, and separate agent/run objects for clarity.(sdk-release)
  • Improved the worktrees experience in the Agents Window, allowing users to move any background branch into the local foreground with a single click for testing.(3.2)
  • Prompt buttons now remain stationary while voice input is processing.(3.1)
  • Plan tabs now support reliable loading, dirty tracking, reload on plan changes, and the ability to save, copy, and export markdown, matching file tab behaviors.(3.1)
  • New agent sessions now default to starting in the user's preferred project target.(3.1)
  • File tab names are now resolved within the current agent's visible tabs instead of attempting to be globally unique across all agents.(3.1)
  • Cmd-K now displays fewer, more relevant agent results, capped to a recent matching subset.(3.1)
  • Text rendering on macOS now uses anti-aliasing for sharper character edges.(3.1)
  • Design Mode now supports keyboard navigation (up, down, sideways) in the element tree to select UI elements before commenting.(3.1)
  • The Agents Window avoids expensive updates and fetches unless they are necessary.(3.1)
  • Closing tabs is less likely to cause glitches in the file tree, and recovery is faster.(3.1)
  • Limited local diff fetches to reduce CPU/network spikes and lag in SCM views.(3.1)
  • The file tree responds more reliably to changes and is less likely to flicker, show stale data, or miss updates.(3.1)
  • Extension events (like file changes or diagnostics updates) are now scoped to each workspace, reducing cross-project interference.(3.1)
  • Hitting enter to send a follow-up in a long chat is now instant, resolving a previous hang time of over a second.(3.1)
  • Large edits now stream more smoothly, cutting dropped frames by approximately 87%.(3.1)
  • Improved Bugbot Autofix to only run when findings are substantial enough to warrant a fix.(04-08-26)
  • Refined Bugbot Autofix to use only relevant rules, resulting in reduced noise in prompting.(04-08-26)
  • Increased Bugbot's resolution rate to 78%.(04-08-26)
  • Added a "Fix All" action to apply multiple Bugbot fixes in a single operation.(04-08-26)
  • Redesigned Bugbot settings, separating personal and team settings into clearer sections.(04-08-26)
  • Improved the reliability of Bugbot Autofix CI checks on Pull Requests.(04-08-26)
  • Simplified Bugbot check progress messages displayed in GitHub PRs.(04-08-26)
  • Moved native worktree support from the Editor to the new Agents window with improved visibility and UX for managing multiple workspaces.(3.0)
  • Deprecated the previous worktree and best-of-n selection commands from the Editor.(3.0)
  • Removed cloud agents from the Editor interface.(3.0)
  • Set third-party plugin imports to default to off for Enterprises when unset, respecting explicit Admin overrides.(3.0)
  • Made large-file diff rendering much faster, smoother, and less memory-heavy.(3.0)
  • Reduced the browser automation tool surface and tightened the subagent to use browser tools only, improving focus.(3.0)
  • Improved browser instructions to reduce error loops and added screenshot-based coordinate clicking as a fallback for unreliable DOM interactions.(3.0)
  • Included plans alongside the transcript in shared chats.(3.0)
  • Added caching to improve Explorer subagents startup time.(3.0)
  • Past chat transcripts are now surfaced directly in at-mention search results.(3.0)
  • Added a "scroll to bottom" button in the agent panel that appears when content overflows.(3.0)
  • The tab bar can now span the full available width in maximized chat layouts.(3.0)
  • Consolidated the Early Access release track behind Nightly.(3.0)

All Releases in April 2026

sdk-release4 features

This release introduces the powerful Cursor SDK, enabling users to build custom agents accessible via TypeScript across the desktop, CLI, and web apps. The Cloud Agents API has also been significantly reworked to support durable agents with improved run scoping, streaming, and standardized response formats.

3.23 features

This release focuses heavily on enhancing agent capabilities by introducing parallel processing via the /multitask command and enabling cross-repository work through multi-root workspace support. Users can now run tasks concurrently and manage changes across multiple repos seamlessly within the Agents Window.

04-15-264 features

This release introduces interactive canvases, allowing Cursor to generate visualizations like dashboards and custom interfaces using new and existing components. These canvases are now durable artifacts accessible within the Agents Window side panel.

3.16 features2 fixes

This release significantly enhances the Agents Window with a new Tiled layout for multi-tasking and introduces upgraded, more accurate voice input with dedicated UI controls. Users can now also select branches directly when launching cloud agents and benefit from improved performance and stability across chat scrolling, file tree updates, and large edit streaming.

04-08-262 features2 fixes

This release significantly enhances Bugbot's intelligence by introducing real-time self-improvement through learned rules based on PR feedback. Additionally, users on relevant plans can now enable MCP support for richer code review context, and Autofix has been refined to be less noisy and more reliable.

3.010 features8 fixes

Cursor 3 introduces the powerful new Agents Window, enabling users to run multiple agents in parallel across various environments with improved visibility and control. This release also adds Design Mode for precise UI targeting and Agent Tabs for managing multiple chats simultaneously. Several usability improvements focus on performance, such as faster large-file diff rendering, alongside key bug fixes across input handling and workspace loading.