Skip to content

Changelog

Faster Cursor Tab, More Composer improvements

  • Cursor Tab (previously called Copilot++) defaults to chunked streaming. This build also includes several Cursor Tab speedups. More to come in future builds!

  • Concurrent composers support, composer control panel, and various bug fixes such as accepted files being deleted.

A screenshot of Visual Studio Code displays a TypeScript file named 'cppActions.ts', located in the 'vscode > src > vs > workbench > contrib > aiCpp > electron-sandbox' directory. The code defines a class 'AcceptCppSuggestionAction' that extends 'Action2', with a constructor setting a menu configuration. Below the class, the 'registerAction2' function is called to register 'AcceptCppSuggestionAction'. A helper function 'getGhostTextControllerFromAccessor' is defined, which retrieves a controller using an editor service. Syntax highlighting is active, and the editor is in a dark theme. A greyed-out message saying '⌘L to chat, ⌘K to generate' appears between lines of code.
Faster Cursor Tab Suggestions!

UPDATE (0.39.1–0.39.6): Fixes several Cursor Tab rendering bugs, a bug where the file explorer was not responsive, and a bug where Cursor Tab would hang.

Copilot++ Chunked Streaming (beta), Composer improvements

  • Copilot++ now has chunked streaming (currently in Beta)! It will surface edits faster in smaller chunks. To enable it, click the settings gear and enable "Chunked Streaming" under Features > Copilot++.

  • We've also added a file picker, arrow key navigation, and a model toggle to Composer. This release also patches a few outstanding Composer bugs.

  • VS Code 1.91.1: Cursor is now based on VS Code 1.91.1.

  • New Default Model: We've made Claude 3.5 Sonnet the default model for users.

UPDATE (0.38.1): Fixes a bug where OpenAI API Key users would be migrated to Claude 3.5 Sonnet

Default-on Cursor Prediction, Remote Tunnels & More Robust SSH

  • Default-on Cursor Prediction with a new UI

  • Remote tunnels are now supported! Remote SSH support is also more robust (now supports multiple proxy jumps, among other things).

  • Adds context pills to chat messages, so you can see what will be/was used

  • Cmd K context-building improvements

  • Fixes partial completions with Copilot++ on Windows/Linux

UPDATE (0.35.1): Disables Copilot++ partial accepts by default and makes the keybinding configurable (go to Cursor Settings > Features > Cpp to re-enable). Makes gpt-4o the default model.