Changelog

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.

0.15.0

0.15.1 - New models, Copilot++ beta

  • Command-dot: you can now use the Command-dot menu to have Command-K fix lint errors inline.
  • New models: you can plug in your API key to try out the newest gpt-4 and gpt-3 turbo models. We're evaluating the coding skills of these models before rolling out to pro users.
  • Apply chat suggestions: click on the play button on any code block to have the AI apply in-chat suggestions to your current file.
  • Copilot++ (beta): this is an "add-on" to Copilot that suggests diffs around your cursor, using your recent edits as context. To enable it, go to the "More" tab in the right chat bar. Note: to cover the costs of the AI, this is only available for pro users.
    • This is very experimental, so don't expect too much yet! Your feedback will decide which direction we take this.

0.14.1

Indexing fixes

Fixes a problem where indexing got stuck. Indexing capacity is now also allocated by-user, so it should be more fair and faster for most users.

0.14.0

Pro++, Word-wrapping diffs, and more

  • Pro++ plan: if you hit your fast request limit and prefer to purchase more, you now can.
  • Chat scroll: we got rid of sticky scroll to make the chat easier to read.
  • Cmd-K diffs: these now obey word-wrap! You can also copy from the red text.
  • Fixed the bug where you can't use chat on a diff view.
  • Shipped better error logging, which should help us improve stability.
  • Styling tweaks: some buttons and hints should look nicer!
  • Screen flickering: made a change that should reduce screen flickering on monitors.