Skip to content

0.39.x · 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.