Changelog

0.2.40

Release for Linux

This build has no changes for Mac and Windows, but fixes a problem for Linux users who can now upgrade to the latest version.

0.2.39

New inline edits

Cmd+K's UI has been changed: it's in-editor, "sticky," and @-symbol-compatible. We hope it helps you stay in flow and more quickly iterate on your prompts. (Also, you can now use up/down arrows for history in chat.)

Also, Cursor's AI will now use popular documentation to improve the answers to your questions. For example, if you ask it "how do I grab all s3 buckets with boto3?" it will search over the boto3 docs to find the answer. To add your own documentation or explicitly reference existing docs, type '@library_name' in chat.

Bug fixes:

  1. Long code selections no longer brick the editor
  2. Auto-fixing errors no longer brings up the problems view (in particular, this fixes an annoying bug if you have auto-fix on save turned on)

0.2.37

More fixes

  • Better @ symbol keyboard ergonomics
  • Fixes a bug where Cmd+K turned off for some users.
  • Better support for extensions (specifically re-enables the welcomeView)