Cursor changelog

CLI Debug Mode and /btw Support

v04-14-26 includes 0 new features and 3 fixes. Fixed an issue where background shell processes could remain running after quitting the CLI.

Changed

  • Trigger the model picker from anywhere to switch models without clearing your prompt first.
  • If Cursor detects you've enabled auto-run three times in a row, it will now proactively suggest turning it on to help avoid endless approval loops.
  • The AskQuestion tool and Debug Mode now handle plaintext responses more smoothly.
  • Image paste from clipboard is now supported, including `Ctrl+V` in some terminals without native paste support.
  • The footer now shows your working directory, worktree, and current branch.
  • You can now reliably send the CLI to the background using `Ctrl+Z`.
  • Auto-run now works in other modes like Debug Mode and Plan Mode.

Fixed

  • Fixed an issue where background shell processes could remain running after quitting the CLI.
  • Fixed slash command handling and matching.
  • Fixed keyboard handling for `Cmd+Delete`, Vim keybindings, and `Ctrl` modifier combinations.