Changelog

0.21.5-nightly

Early Preview: Hold-cmd-tap-shift to Trigger AI Rewrite

Hold down command, press and release shift, and continue holding down command. This will trigger tha AI to rewrite code around your Cursor — you can think of it as a manually triggered GPT-4-powered Copilot++. You can use it to write pseudocode and have the AI correct it, or for tedious refactors where Copilot++ doesn't quite suffice.

0.21.4-nightly

Aux Window Fixes

You can now use chat and cmd-k in the aux window without too many problems.

0.21.3-nightly

VS Code 1.85.1

Cursor is now based on VS Code 1.85.1, which, among other things, includes floating editor windows. Just drag and drop an editor onto your desktop to try it out.

0.21.0

Multiple Command-K, Copilot++ UI

You can now run multiple Command-K's in parallel! Also, it should now be easier to see change Copilot++ is suggesting.

0.20.0

Copilot++, @ previews, AI Review

  • @ previews: We made it easier to see what codeblock you're @'ing.
  • Copilot++: We've contined to improve the Copilot++ ghost text experience. Surprisingly, many of us now enjoy using Copilot++ without any other autocomplete plugin installed.
  • AI Review (beta): This is a new experimental feature that let's GPT-4 scan your git diff or PR for bugs. You can enable it in the "More" tab beside chat. Feedback is much appreciated.

UPDATE (0.20.1-0.20.2): We added TLDRs to make it easier to sort through the bugs flagged by the AI review and fixed a bug with "Diff with Main."