Changelog

0.23.x

New Model, Apply Button v2

  • "cursor-fast": This is a new model available in command-k and chat. Expect it to be a bit smarter than gpt-3.5, and with many fewer formatting errors.
  • Apply button: We've added some polish to the "apply codeblock" experience in chat.
  • Chat lints: If the AI suggests a code change in chat that involves a made up code symbol, we'll underline it. Availble for Python, Typescript, Rust.
  • More chat symbol links: When the chat references a code symbol, you'll often be able to click directly to it.

UPDATE (0.23.3-0.23.9): Fixes to Command-K, changelog auto-opening, editing very long lines with Copilot++, the "delete index" button, connection errors being silenced, and proxied authentication.

0.22.1-nightly

Cursor-Fast Model

Cursor-Fast is a newly trained model between gpt-3.5 and gpt-4 coding capabilities, with very fast response times (~3.5 speed). We'll be working to improve its performance over the coming weeks. Counts the same as 3.5 usage.

Try using it for Cmd+k!

Bug fixes:

  • Working WSL codebase search
  • Supports newer version of python extension

0.22.0

Dev Containers

Dev containers are now supported! This build also:

  • Upgrades Cursor to VS Code 1.85, which comes with support for dragging out tabs into a new window.
  • Improves the stability of WSL.

0.21.6-nightly

Better Remote Support

WSL and Dev Containers should now work properly.

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.