Changelog

0.27.x

Linter, Interpreter Mode Updates

Two new updates to experimental features:

  • Linter: You can now turn on an AI linter in the "More" tab beside Chat. It'll scan your file for small bugs every time you save.
  • Interpreter Mode: We've made some big improvements to the backend powering interpreter mode! It should now be much better at using tools and understanding your project.

UPDATE (0.27.1-0.27.4): Fixes to Windows build, chat context UI, onboarding.

0.26

AI Previews Beta

AI Previews: this is an experimental new code reading feature. After enabling in the "More" tab beside Chat, just hold shift to see a generate some quick notes about the symbol you're on. If you'd like us to dedicate more time to this direction, please let us know.

Other changes:

  • Fine-grained chat replies (start by hovering over the area of the response you want to reply to)
  • Copilot++ quality of life improvements (show ghost text more often, toggle on/off on the status bar, make it easier to see the suggestion box)
  • Smoother onboarding (fix Windows settings import, option to import folder/window state)

0.25.0-nightly

Cmd-I to Heal

Hold down cmd-I over a selection to heal the code with GPT-4. Useful for writing pseudocode and having the AI convert it into correct code. Please let us know if you find it useful!

0.25.x

Command-K Vision Support

You can now drag images into the Command-K prompt bar!

Other changes:

  • You can now search through past chats.
  • "Apply Diffs" from chat should be a bit faster.

UPDATES:

0.24.x

@Web, gpt-4-0125-preview

Using @Web in chat will give the AI the ability to crawl the web! The tools it can use include a search engine and a documentation site crawler.

This feature is still experimental. We're very interested in improving the ability of the AI to understand external libraries, and your thoughts will help us improve :).

Both pro and API key users can also try out gpt-4-0125-preview by configuring the model under Settings > OpenAI API > Configure Models. We're testing the new model right now for pro users to see if it performs better than all older versions of gpt-4. If so, will roll out as the default experience.

UPDATE (0.24.3-0.24.4): Adds ability to configure OpenAI base URL, fixes getcursor/cursor#1202.