Changelog

0.16.3-nightly

Interpreter Mode Beta

Experimental feature: go to "More" > "Interpreter Mode" to enable it. Gives the model access to a Python notebook where it can take actions in the editor. Please give us feedback in the Discord! We'd love to know if you find it useful.

0.16.2-nightly

GPT-V Support

Integrates GPT-V into chat for the editor. This means you can take screenshots/images and drag it into the chat inputbox to have Cursor use them as context. This is an experimental feature and very limited by capacity, so you may see errors during traffic spikes.

0.16.0

Copilot++ improvements and VS Code 1.84.2

Copilot++ improvements:

  1. Caching — add and delete a letter and the suggestion will still be there for you!
  2. Do not interfere with intellisense and cmd-k.
  3. Fixes bugs with lag on large files and with the blue highlight staying around.
  4. Copilot++ sees your lint errors and will use this to improve its suggestions

Cursor is now based on VS Code 1.84.2. Notably, this fixes a few notebook bugs, and ensures that all of the most recent extensions work.

0.15.6-nightly

New upstream

Now based on VS Code 1.84.2. Notably, this fixes a few notebook bugs, and ensures that all of the most recent extensions work.

0.15.2

0.15.5 - Copilot++ improvements, Bug fixes

  • Copilot++ improvements: Includes green highlights to see what Copilot++ has added, the ability to accept multiple Copilot++ suggestions immediately one after another, support for Copilot++ on SSH, and fixes to how Copilot++ UI interacts with autocomplete plugins.
  • Bug fixes: Fixed a bug where Cmd-k could get into a bad state when removing at the top of a file. And another that was causing some files to not be indexed.