Changelog

New updates and improvements

Nov 24, 2024

New Composer UI, Agent, Commit Messages

  • Composer UI in the sidebar with inline diffs
  • Early version of an agent in composer that can pick its own context and use the terminal
  • Generation of git commit messages
  • File pill recommendations in chat/composer
  • @Recommended in chat/composer to semantically search for context
  • Nicer image-dropping experience
  • Several performance improvements
  • Beta: Sneak peek at an upcoming bug finder feature

Oct 9, 2024

Composer History, @Lint Errors, VS Code 1.93.1

  • Composer history lets you access previous composer sessions after restart. You can also edit and resubmit from previous messages within a session.
  • We have made slight improvements to Debug with AI and added back @Lint Errors in Chat.
  • VS Code 1.93.1: Cursor is now based on VS Code 1.93.1.
  • Python auto import for Cursor Tab is much more stable in this release.
  • Switching models is a lot easier with model search (Cmd-option-/) in the chat, composer, and cmd-k input boxes.
  • Composer now only applies files that are in context to prevent hallucinations.
  • Using cursor . with WSL should now be more stable.

UPDATE (0.42.1 - 0.42.5): Fixes the following upstream security issue: CVE-2024-43601. Also fixes a few composer bugs and a bug with Cursor Tab. Allows composer to auto apply to files not in its context. Also includes additional mitigations to CVE-2024-48919. Reduces a few long-tail connection errors. Adds escape hatch when Claude predicts the wrong filepath in chat.

Sep 17, 2024

Cursor Tab Python Auto Import, Composer Improvements, Remote SSH to Mac Support

This update fixes the following security issue: CVE-2024-45599.

  • Cursor Tab now auto-imports symbols in Python files! We've also significantly improved the Cursor Tab stability.
  • Composer Notepads (previously called Projects) can now include tagged files and be referenced in chat, as well as composer.
  • Composer can now be added to the AI pane. This release also includes many stability fixes and image support!
  • Apply and Composer are slightly faster in this release.
  • We've added support for using Cursor on Macs over Remote SSH.

UPDATE (0.41.1 - 0.41.3): Improves onboarding UX, fixes a bug with composer cancellation, fixes the Apply button not working on some codeblocks, and fixes a bug where Cursor Tab sees malformed edits.

Aug 22, 2024

New Chat UX, Default-On Composer, New Cursor Tab Model

  • We have a new chat UX! Excited for you to try it out and share your thoughts.
  • Composer is now default-on and available to all Pro/Business users by hitting cmd+I. We've added Composer Projects (beta), which allows you to share instructions among several composers.
  • We've also trained a new Cursor Tab model that's smarter and more context-aware.
  • Auto imports (beta) for Cursor Tab for TypeScript files - when Tab suggests an unimported symbol, we'll now auto-import it to your current file. You can enable it in Settings > Features > Cursor Tab!

UPDATE (0.40.1 - 0.40.4): Fixes a bug with apply on remote ssh, a few chat bugs, speeds up Cursor Tab for Europe/Asia users, fixes some outstanding Cursor Tab bugs and notifications hiding the chat input, and includes a fix for Cursor asking for permissions for files in your ~/Library folder on MacOS (upstream issue: microsoft/vscode#208105)

Aug 2, 2024

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.
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.

Jul 23, 2024

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

Jul 13, 2024

Composer (beta)

This build comes with a new experimental multi-file editing feature. To enable it, click the settings gear, head to Beta, and activate "Composer." To use it, hit Cmd+I. We'd love to hear your thoughts.

Jun 8, 2024

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.

May 26, 2024

VS Code 1.89, New Cursor Prediction UI, Gemini 1.5 Flash, Copilot++ partial completion

  • Merges VS Code 1.89 into Cursor
  • New Cursor Prediction UI
  • Gemini 1.5 Flash is available in long-context mode
  • Accept partial completions with Copilot++
  • Better performance of Copilot++ on linter errors
  • Toggleable rerankers on codebase search
  • GPT-4o in Interpreter Mode

UPDATE (0.34.1-0.34.6): Fixes long context models in the model toggle, an empty AI Review tab, Copilot++ preview bugs, the Mac icon size, and remote ssh fixes.

May 3, 2024

Networking Stability, Command-K Autoselect

  • Stability: This build fixes a connection error problem that was consistently affecting some users. It should also improve the performance of Cursor on spotty internet.
  • Command-K Autoselect: We've also added automatic selection for Command-K! This means you can now press Command-K, and it will automatically select the region you're working on, though you can still select manually if you prefer.

UPDATE (0.33.1-0.33.3): Fix to settings toggles, fix to Copilot++ diffbox performance, onboarding tweaks.

Apr 12, 2024

Improved Copilot++ UX, New GPT-4 Model

  • Copilot++ UX: Suggestion previews now have syntax highlighting, which we find makes it much easier to quickly understand the changes.
  • Cursor Help Pane (Beta): You can also ask Cursor about Cursor! The Cursor Help Pane has information about features, keyboard shortcuts, and much more. You can enable it in Settings > Beta.
  • New GPT-4 model: As of a couple of days ago, you can try out gpt-4-turbo-2024-04-09 in Cursor by toggling it on in Settings > Models.
  • .cursorrules: You can write down repo-level rules for the AI by creating a .cursorrules file in the root of your repository. You might use this to give for context on what you're building, style guidelines, or info on commonly-used methods.

UPDATE (0.32.1-0.32.7): Fixes a performance issue with the new Copilot++ syntax highlighting, changes AI Notes to be default disabled, changes the naming of the main Copilot++ model to legacy, fixes Copilot++ being slower over SSH, fixes to the Copilot++ preview box.

Apr 1, 2024

Long Context Chat Beta

  • Long Context Chat (Beta): This is a new experimental feature that lets you talk with lots of files! To enable it, head to Settings > Beta. Then, select "Long Context Chat" in the top right of a new chat and try @'ing a folder or the entire codebase.
  • Fixes: This release patches a bug where empty / partial responses are shown in chat.

UPDATE (0.31.1 - 0.31.3): Adds back in AI Review (alpha), fixes the "Cursor Settings" menu item, and fixes a bug where @web doesn't return a response.

Mar 20, 2024

Faster Copilot++, Claude

  • Faster Copilot++: We've made Copilot++ ~2x faster! This speed bump comes from a new model / faster inference. ~50% of users are already on this model, and it will roll out to everyone over a few days. If you'd like to enable the model immediately, you can control your model in the bottom bar of the editor.
  • Stable Claude Support: All the newest Claude models are available for Pro and API key users. Head to Settings > Models to toggle them on. Pro users get 10 requests / day for free and can keep using Claude at API-key prices for subsequent requests.
  • Team invites: We made it a bit easier for you to invite your colleagues to your Cursor team. You can send these from the editor's settings or at cursor.com/settings.
  • Admin improvements: Team admins can now mark themselves as unpaid users and can see the last time team members used the product.
  • New Settings: We moved all our settings to be accessible by the gear in the top right. No more "More" tab!

Mar 12, 2024

Claude Support

If you’re a Pro or Business user, you can add "claude-3-opus" as a custom model in the Settings page and use 10 fast requests per day for free (unlimited slow, but the delay increases exponentially).

We expect to roll out a more permanent solution (including API key users) very soon.

Mar 1, 2024

Polish

AI Notes enabled by default (hold shift on any symbol), better in-editor chat, auto-execute interpreter mode, better onboarding styling, nicer feedback modal, and a few stability fixes.

UPDATE (0.29.1): Fixes a bug where the Copilot++ sometimes would not show a suggestion even if one existed, a bug where the hint line would sometimes cover the ghost text, and a bug where AI Notes would not work on Windows.

Feb 23, 2024

VS Code 1.86.2

Cursor is now based on VS Code 1.86.2! Among other things, this adds sticky scroll support to tree views. Also, cmdk prompt bars are now sticky.

UPDATE (0.28.1): Fixes spacing issue with codebase chat, fixes getcursor/cursor#1236.

Feb 15, 2024

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.

Feb 9, 2024

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)

Feb 2, 2024

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!

Feb 2, 2024

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:

Jan 25, 2024

@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.

Jan 18, 2024

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.

Jan 15, 2024

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

Jan 6, 2024

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.

Jan 3, 2024

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.

Dec 31, 2023

Aux Window Fixes

You can now use chat and cmd-k in the aux window without too many problems.

Dec 30, 2023

VS Code 1.85.1

Cursor is now based on VS Code 1.85.1, which, among other things, includes floating editor windows. Just drag and drop an editor onto your desktop to try it out.

Dec 29, 2023

Multiple Command-K, Copilot++ UI

You can now run multiple Command-K's in parallel! Also, it should now be easier to see change Copilot++ is suggesting.

Dec 16, 2023

Copilot++, @ previews, AI Review

  • @ previews: We made it easier to see what codeblock you're @'ing.
  • Copilot++: We've contined to improve the Copilot++ ghost text experience. Surprisingly, many of us now enjoy using Copilot++ without any other autocomplete plugin installed.
  • AI Review (beta): This is a new experimental feature that let's GPT-4 scan your git diff or PR for bugs. You can enable it in the "More" tab beside chat. Feedback is much appreciated.

UPDATE (0.20.1-0.20.2): We added TLDRs to make it easier to sort through the bugs flagged by the AI review and fixed a bug with "Diff with Main."

Dec 14, 2023

Copilot++ Improvements

We made Copilot++ faster, smarter, more constrained, and switched to a ghost-text + hit-Tab-to-accept UI. Would love your feedback.

Dec 2, 2023

Smarter Followups

Running Cmd+enter on followups should result in much better codebase results.

Dec 2, 2023

Lowercase @ Folders Fix

Fixes the bug where all folders are switched to lowercase when using @ folder in chat.

Nov 30, 2023

Better Context Chat, Faster Copilot++

  1. Better context chat: in particular, followups are now smarter!
  2. Faster Copilot++: a few hundred milliseconds faster, through various networking optimizations. We still have several hundred additional milliseconds to cut here.
  3. More reliable Copilot++ changes: less flashing, better highlighting of what's new.

Nov 27, 2023

Image Support, Interpreter Mode Beta, @ Folders

  • Image Support in Chat: You can now drag and drop images into the chat to send them to the AI.
  • Interpeter Mode Beta: You can now enable Interpreter Mode in the "More" tab. This gives the chat access to a Python notebook, semantic search, and more tools.
  • @ folders: You can now use the @ symbol to reference specific folders! We'll try to pick out the most relevant code snippets to show the AI.
  • Copilot++ Improvements: We've spent some time improving the latency of Copilot++, and you can change the Copilot++ keybinding to not be Option/Alt. More to come here soon, especially on the model itself!

Nov 24, 2023

GPT-V Windows Bug-fixes

Fixes the bug where images weren't showing up or being sent to server on Windows.

Nov 24, 2023

@folder

You can now @folder in the chat to chat with a folder. Let us know what you think!

Nov 22, 2023

Interpreter Mode Beta

Experimental feature: go to "More" > "Interpreter Mode" to enable it. Gives the model access to a Python notebook where it can take actions in the editor. Please give us feedback in the Discord! We'd love to know if you find it useful.

Nov 21, 2023

GPT-V Support

Integrates GPT-V into chat for the editor. This means you can take screenshots/images and drag it into the chat inputbox to have Cursor use them as context. This is an experimental feature and very limited by capacity, so you may see errors during traffic spikes.

Nov 15, 2023

Copilot++ improvements and VS Code 1.84.2

Copilot++ improvements:

  1. Caching — add and delete a letter and the suggestion will still be there for you!
  2. Do not interfere with intellisense and cmd-k.
  3. Fixes bugs with lag on large files and with the blue highlight staying around.
  4. Copilot++ sees your lint errors and will use this to improve its suggestions

Cursor is 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.

Nov 15, 2023

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.

Nov 12, 2023

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.

Nov 10, 2023

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.

Nov 9, 2023

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.

Nov 3, 2023

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.

Oct 20, 2023

0.13.4 - New VS Code version

Cursor is now based on VS Code 1.83.1. This ensures that the newest versions of all extensions will work without problem in Cursor. Thank you to everyone who urged us to do this on the forum!

Also, there's an experimental bash mode: enable it in the settings, and let the chat answer questions with the help of running bash commands. If you find it useful, please let us know, and we will spend more time on making it production-ready!

Update: this change resulted in a problem with SSHing into old Linux distros. This has now been fixed!

Oct 5, 2023

0.12.3 - Small fixes

Bug fixes: (1) .cursorignore now completely respects .gitignore syntax, (2) codebase queries use the embeddings index if >= 80% of it is indexed, instead of requiring the entire thing to be indexed, (3) removed fade-in animation on startup, (4) no longer overrides cmd-delete in the terminal, (5) fixes problem where cmd-F randomly has the case-sensitive option enabled, (6) inline gpt-4 is turned off until we figure out a better UX, (7) even more stable and fast indexing, (8) progress indicator in search and extensions, (9) bug where an incorrect bearer token is passed to the server.

Oct 3, 2023

Jupyter Import Fix

Fixes a bug that prevents importing the jupyter extension from VS Code.

Oct 1, 2023

Indexing, cmd-k in terminal, @git, /edit, bugfixes

  1. Indexing should now be faster, more stable, and use less of your system resources. You can also configure ignored files in a .cursorignore. The controls are in the "More" tab.
  2. Cmd-k is now in the terminal! A bit hackily implemented, but surprisingly useful.
  3. Ask about git commits and PRs using @git in chat!
  4. Use /edit in the chat to edit a whole file (if less than 400 lines). Expect the edits to be fast and GPT-4-quality. This uses non-public models, and is for now only available to users who do not use their own API key.
  5. Bugfixes! Fixed the "ejected from slow mode" UI, added auto-switching logic for the model type when switching on API, improved @ symbol speed, fixed Windows keycommand to be Ctrl-Shift-Y instead of Ctrl-Y, and more.

Sep 27, 2023

/edit in chat

You can now use an early preview of /edit in the chat! It's significantly faster at editing entire files than just using cmd-k. The /edit feature is currently only supported if you do not use your own API key, since it relies on non-public models.

Sep 23, 2023

gitignore and search hotfix

  1. Fixes an annoying gitignore path bug
  2. never lets your root directory be in the gitignore
  3. fixes search over the repository.

Sep 22, 2023

Stable Indexing v0.1

Stable version of indexing. this should be much more stable than previous versions.

Sep 21, 2023

Cmd-K in the terminal!

Hacky first version of cmd-K in the terminal! Let us know what you think.

Sep 20, 2023

0.11.8 - Patches

Fixes issues with Cmd-k, SSH, Python support, Vim (rolling back to 1.25.2 until this issue is fixed: VSCodeVim/Vim#8603), and other extensions.

Sep 20, 2023

More Stable Codebase Indexing

We ship a new version of indexing which should be significantly more stable than previous versions

Sep 19, 2023

Inline Chat

You can now alternate between diffs and texts responses in Cmd-K. This can be helpful for clarifying the models thinking behind a diff or for getting quick inline answers to questions about a file.

Sep 17, 2023

Cursor Python and Cursor Marketplace

We point to a different marketplace for downloading extensions, and use a fork of ms-python and pyright to provide python support.

Sep 11, 2023

Re-enable Cursor Python

We re-enable cursor python in nightly, this time with defaults that more closely resemble pylance.

Sep 11, 2023

Cursor Marketplace

We serve extensions now using Cursor's Extension Marketplace

Sep 10, 2023

Quick question and @chat in cmd+k

Ask a question about an edit that the model with option+enter, or bring in context from the chat with @chat! An early preview, so please let us know what you think.

Sep 10, 2023

Fixed builtin cursor-python defaults

The defaults for cursor python are different than pylance, which has affected several users. We make them closer to the pylance defaults in this update.

Sep 8, 2023

Styling

Updated some css!

Sep 8, 2023

Better Docs Management, Staged Rollouts

Docs

The main addition in this update is better docs support. This means you can add and remove docs and inspect the urls that are actually being used for each doc you have uploaded. You'll also be able to see what webpages end up being shown to GPT-4 to provide you an answer.

You can also paste a url into the chat and the model will automatically include it in the context being used. Teams can also share private docs.

Staged Rollouts

Following this update, future updates should come as staged rollouts. This will mean greater guarantees of stability and more frequent updates.

Long files in chat

We continued to improve the experience of chatting with large files. If you @ multiple files that are too large to fit in GPT-4's context window, we'll intelligently pick the most relevant chunks of code to show to show the model.

Bug fixes:

  • Copy Paste chat text form Jupyter
  • Some chat focus issues
  • UI tweaks
  • Better state management - prevents crashes from editor using too much memory

Sep 7, 2023

Hotfix for indexing

Fixes a bug with indexing if you had turned off indexing by default.

Sep 8, 2023

@definitions in cmd+k

Also fixes a few cmd+k bugs, as well as introduces new cmd+k bugs! Please report all cmd+k bugs you find to us in the Discord channel.

Sep 7, 2023

New AI Project

We release an improved New AI Project feature to nightly users. This is a more robust chain and cleaner UX for producing a project end-to-end.

It still struggles with coherently producing large complex projects, but produces much better first drafts than previously

Sep 7, 2023

Better State Management

We no longer store any full files in memory and prevent users from @'ing very large files (> 2MB) This should reduce any significant memory issues that users have been experiencing.

Sep 5, 2023

Docs updates

Updates to docs (try pasting a link in chat, you can delete/edit docs, you can see citations), @ symbol performance on long files in chat should improve, and more.

Sep 5, 2023

Cursor-Python LSP

Ships with cursor-python, a Language-Server fork of pyright built for Cursor

Sep 2, 2023

Staged Rollouts

We can push an update to a randomly sampled small fraction of our users before rolling out to everyone.

Aug 30, 2023

Hotfix SSH

Hotfixes a problem with SSH.

Aug 29, 2023

Small refactor

Small refactor that we want to make sure doesn't break! Please report bugs if you find them.

Aug 27, 2023

Email in settings

The email under the logout button in Cursor settings was not updating.

Aug 26, 2023

Advanced Button

Have the advanced context button show up for non git repos.

Aug 26, 2023

Bug fix for people on language packs

We had a big bug for people on language packs. Thank you to all who helped us debug! This should now be fixed, and should not happen again.

Aug 22, 2023

WSL Fixes

Applies the patch from Github across all your WSL (Windows Subsystem for Linux) distros, either automatically or through the "Fix WSL" command palette command.

Aug 22, 2023

Cmd-k Followups, chat with large files, and more

  • You can now reply to Cmd-K outputs, making it much easier to have the model revise its work.
  • If you @ reference a long file that will be cutoff by the context limit, you'll be given the option to automatically chunk the file and scan it with many GPTs.
  • Codeblocks and code symbols in "with codebase" responses will now often be clickable.
  • Follow-up chat messages to "with codebase" will keep the codebase context.
  • Nicer error messages in the chat! Fewer annoying popups.
  • Activity bar elements can now be reordered with drag-and-drop.
  • SSH support is now more robust! Please continue to let us know if you are experiencing any SSH problems.

Aug 21, 2023

Activity bar can now be vertical

Set workbench.activityBar.orientation to vertical, and restart Cursor, to see the vertical activity bar that you're used to from VS Code.

Aug 21, 2023

Small fixes

  1. Nicer error messages in the chat! Fewer annoying popups.
  2. Activity bar elements can now be reordered with drag-and-drop.

Aug 20, 2023

More robust SSH support

SSH support is now more robust! Please continue to let us know if you are experiencing any SSH problems.

Aug 17, 2023

Small improvements

Small things!

The cursor-nightly command now works on Mac.

Keychords now use Cmd+R/Ctrl+R.

Aug 12, 2023

Followups in edits

The cmd-k edits now support followups! This is an early preview — please let us know of any annoyances or bugs, or if you preferred the no-followup mode. Please please send all feedback you have in the Discord channel!

Aug 10, 2023

In-editor chat

For those who don't want the chat side-by-side, you can now pop it into your editor! We've also fixed a number of bugs.

Aug 10, 2023

Cmd-K fast mode

Cmd-K now has a fast mode! It is about 1 second faster, and we're working on making it even faster. Let us know what you think!

Aug 1, 2023

0.6.2-nightly - Improved linter

Improved linter! Please give us feedback on the linter suggestions using the smiley faces. If you would like, you can make it more aggressive by going to the More tab and then clicking on "Advanced linter settings" at the bottom. Let us know what you think in the Discord.

Jul 28, 2023

A copilot experience powered by gpt-4

Long AI completions

If you press ⌘/^+↩️ on any line, you will now get gpt-4 powering fast-completions for you! We know that sometimes all of us want copilot to write an entire function or a big chunk of code. But copilot can be slow and sometimes just not smart enough :(. So we're trying to solve this with a new completion experience powered by gpt-4. Just press ⌘/^+↩️ and you'll get a long completion from gpt-4.

Better support for remote-ssh

Remote-ssh is now built-in to cursor. You do not need to edit the behavior, it should just work :) We know this has been a big blocker for many users that rely on remote machines for development. If you are still running into issues, please let us know and we will fix it ASAP.

AI linter

The AI linter is now enabled for everyone in pro! The AI will highlight suspicious parts of your code in blue. You can also add your own lint rules that you want that are easy to express in natural language but aren't covered by traditional linters.

Jul 28, 2023

Performance hotfix

Fixes a performance bug that would happen if you use cmd-k a lot.

Jul 28, 2023

Performance hotfix

Fixes a performance bug that would happen if you use cmd-k a lot.

Jul 27, 2023

Enterprise subscription support & misc fixes

  1. Enterprise support!
  2. C# and F# now properly render in the chat
  3. Qmd support has been restored
  4. Experimental @Codebase support in the chat (and coming to the cmd-k soon!)
  5. Linter is back!
  6. Some fixes to codebase indexing.

Jul 26, 2023

& 0.4.2 - Hotfixes

Removes a check in the chat that slows the chat down in certain cases.

Jul 21, 2023

SSH and WSL fixes

  • SSH and WSL should work again
  • Can see recent folders on the new window screen
  • Empty message in chat with codebase context no longer loads forever

Jul 21, 2023

Bug fix

Fixes a bug with CMD-k prompt history that would freeze the input box.

Jul 19, 2023

Bug fixes

Fixes a bug that resulted in green-lines staying around after cancelling CMD-K.

Jul 19, 2023

Updates

Hotfixes etc.

Jul 19, 2023

Hotfixes

  • Cmd-L now properly focuses the chat again
  • Advanced context controls only show up if you have indexed your codebase

Jul 19, 2023

Advanced context for codebase-wide chat

This build includes:

  • More control of context building abilities for codebase-wide chat
  • A better flow for getting CMD-k to produce code with no linter errors (you should see a "Try lint-fix" button when relevant)
  • Some UI/UX tweaks to CMD-K
  • Bug fixes

Jul 16, 2023

hanging chat hotfix

This update fixes the bug where we hang on chat for up to 20s when not in a git repo

Jul 15, 2023

Patches

  1. Fixed agent editing ability
  2. Fixed issue with in-editor chat
  3. Fixed issues with Cmd + K

Jul 12, 2023

Small things!

  1. Semantic search in Cmd-Shift-F
  2. Some Cmd-K fixes
  3. Pop-out chat! You can now view the chat in an editor, which is great if you're on a small screen.

Jul 10, 2023

ARM Windows Cmd-Shift-F

This update contains an optimistic patch to Ctrl+Shift+F for ARM Windows computers.

Jul 10, 2023

Experimental: interface agent!

This nightly build comes with experimental interface agent support!

The goal: you write an interface specification, and an agent writes both the tests and the implementation for you. It makes sure that the tests pass, so you don't even need to look at the implementation at all.

We think this may enable a new kind of programming, that's kind of different to what we're all used to. Please experiment with it and let us know your thoughts in the Discord channel.

How to use it:

  1. It only works in Typescript with vitest or mocha as test runners right now.
  2. Hit Cmd-Shift-I, and give your new interface a name.
  3. Write the methods you want your interface to have.
  4. Hit Cmd-Shift-Enter, and the AI will write the interface for you!

Jul 7, 2023

Improvements to many features, Fixes to Python

  • Improved the "@Add new doc" experience
  • Python/Pylance support has been restored
  • Better @ symbol keyboard ergonomics
  • Makes it clearer which docs are being looked at by the AI
  • AI will respond with citations when you refernce docs
  • Fixes Cmd-K for Jupyter
  • Chat/Edit tooltip blocks less code
  • Improves Cursor's appearance when custom themes are on
  • Importing VS Code extensions now takes into account enabled/disabled
  • Cmd-k should work better for long diffs (greater than 100 lines of code)

Jul 6, 2023

Agents, new docs

Welcome to the first nightly release! It comes with agents, which we aren't releasing to the general public yet because we aren't convinced that they are useful. If you like them, please let us know what you use them for!

Jul 4, 2023

Fix for Cmd+K

Patches a few edgecases with Cmd+K.

Jul 4, 2023

Release for Linux

This build has no changes for Mac and Windows, but fixes a problem for Linux users who can now upgrade to the latest version.

Jul 3, 2023

New inline edits

Cmd+K's UI has been changed: it's in-editor, "sticky," and @-symbol-compatible. We hope it helps you stay in flow and more quickly iterate on your prompts. (Also, you can now use up/down arrows for history in chat.)

Also, Cursor's AI will now use popular documentation to improve the answers to your questions. For example, if you ask it "how do I grab all s3 buckets with boto3?" it will search over the boto3 docs to find the answer. To add your own documentation or explicitly reference existing docs, type '@library_name' in chat.

Bug fixes:

  1. Long code selections no longer brick the editor
  2. Auto-fixing errors no longer brings up the problems view (in particular, this fixes an annoying bug if you have auto-fix on save turned on)

Jun 27, 2023

More fixes

  • Better @ symbol keyboard ergonomics
  • Fixes a bug where Cmd+K turned off for some users.
  • Better support for extensions (specifically re-enables the welcomeView)

Jun 27, 2023

Hotfixes

  1. Chat works if you don't have a folder open again
  2. Cmd-shift-E to fix an error in chat works again
  3. cursor:// deep linking works now, so you should be able to log in to extensions
  4. Autoscrolling works again
  5. A few cmd-Z bugs for inline diffs have been squashed
  6. You can now use Run & debug in Cursor again (the toolbar is back)
  7. Early support for slash commands
  8. If you're not logged in, we show the popup to log in again
  9. Cursor is now based on version 1.79.2 of VSCodium, which comes with security updates and minor features

Jun 24, 2023

Hotfix for Chat

Chat was failing on some non-git folders. That is now fixed.

Jun 24, 2023

Chat v2

The chat has been revamped! You can now use @ symbols to show files/code/docs to the AI. The chat history is improved, it's easier to see what the AI can see, and codeblocks auto-format on paste.

Jun 16, 2023

Azure Support

We've added support for using your Azure OpenAI credentials. Also, small improvements / fixes.

Jun 14, 2023

Small improvements

Small fix for a format-on-save bug that was introduced in the last release. Some small improvements to the AI linter and codebase-wide chat.

Jun 9, 2023

Show the AI documentation

You can now have the AI read documentation on your behalf! This will improve it's ability to answer questions about your favorite libraries. To use this feature, simply press the "Docs" button in the top right of the chat pane.

Jun 6, 2023

Codebase Context v2

We've improved codebase context!

In order to take full advantage, navigate to Settings (top right button), then "Sync the current codebase"

Login via github, then add the repo you wish to sync!

Following this, you'll be able to see an improved version of codebase context in the search pane, and in chat (by pressing cmd+enter).

Jun 6, 2023

Codebase Context v1

Codebase Context v1

Introducing v1 of codebase-wide context! We'll be shipping major improvements to this in the next few days, but we'd love to hear your feedback.

Go to the "Search" pane in order to see the new context.

Or, on chat, press Cmd+Enter in order to get a response that uses context from the full codebase.

May 20, 2023

v0.2.18 - Upgrades to GPT-4 and Please give us feedback!! (2023-05-20)

Upgrades to GPT-4

  • All users get 10 free gpt-4 requests !!!
  • Switching between models is a lot more easy, and the transition to gpt-4 is a lot smoother

Please give us feedback!!

Please keep the bug reports rolling! We really are listening!
  • We've added a new feedback button at the top right of the app. - We really do listen to your feedback, and your bug reports! We've fixed a lot of bugs in the last few weeks, and we're excited to keep improving the product. - We made this modal to make it easier to report feedback. Please keep the feedback coming!

May 17, 2023

v0.2.16 - Terminal Debugger, and our biggest bug bash yet (v0.2.12)

In-terminal Debugging

  • Press Cmd+D to auto-debug a terminal error
  • Press Cmd+Shift+L, and the model will add the terminal context to chat

Activity Bar pinning

  • You can Pin custom extensions to your activity bar in the top left

    Here I've pinned File Explorer, Search, Source Control, and Extensions

Better Jupyter Support

  • Context ingestion across a full notebook
  • Small bug fixes

Diff/Generate improvements

  • Partial diff accent/reject

    Pressing Cmd+Y/Cmd+N lets you accept/reject subdiffs!
  • Generates work when you click elsewhere!

  • Fixed diff bug where it edits outside selected region

️ Quality of Life Improvements

  • Press ESC to exit the chat
  • Fixed the bug that shrinks code blocks in the chat!
  • Remote SSH is easier to use!
  • A better Cursor Tutor onboarding!
  • Better prompting for Toolformer

May 4, 2023

v0.2.9 - Enhanced Features & Improvements (2023-05-04)

New Features

  • One-Click Extension Import from VS Code (beta). As a highly requested feature, we're excited to present the beta version of one-click extension imports!
  • Alpha feature: 🧠 Alpha feature: Ask questions about your entire repo 🛠️. We are experimenting with ⌥+enter in the chat! The feature allows the model to think deeply about your response, search through files, and deliver a well-crafted answer. While it's in alpha, we're working hard to enhance this feature in the coming weeks. We'd love to hear your feedback!

Bug Fixes

  • Improved prompting for edits and generates
  • Fixed login bugs
  • Added the ability to hide the tooltip (Cursor config > Advanced > Chat/Edit Tooltip)
  • Extended prompt length for project generation
  • GPT-4 support now available for project generation

Apr 19, 2023

v0.2.6 - GPT-4 & Project Generation (2023-04-19)

New Features

  • GPT-4 now available for Pro users
    • 150k GPT-4 tokens included
    • Switch models in settings gear
    • Better quality for all AI features
  • New experimental feature: Generate entire projects from a single prompt

Apr 16, 2023

v0.2.4 - Chat Scrolling & Ghost Mode (2023-04-16)

New Features

  • Fixes to scrolling in chat
  • Ghost mode for opting out of storing any kind of data on our servers

Bug Fixes

  • Nicer edits, now work with cmd-Z
  • Various bugs squashed in the streaming diffs

Apr 7, 2023

v0.2.2 - Bug Fixes Galore (2023-04-07)

Bug Fixes

  • Fixes the Mac autoupdating experience
  • "Undefined uri" issue fixed
  • Turns off the auto-install of the "cursor ." command (and fixes its install altogether)

Apr 6, 2023

v0.2.0 - Introducing Cursor 0.2.0! (2023-04-06)

  • We've transitioned to building Cursor on top of a fork of VSCodium, moving away from our previous Codemirror-based approach.
  • This allows us to focus on AI features while leveraging VSCode's mature text editing capabilities.
  • Our goal is to create an IDE optimized for pair-programming with AI.
  • While currently similar to a standard code editor with AI features, we plan to evolve the programming experience significantly over time.

New Features

  • Transitioned to building Cursor on top of a fork of VSCodium
  • Focus on enhancing the AI for pair-programming

Mar 30, 2023

v0.1.12 (2023-03-30)

New Features

  • AI now requires login
  • Use an OpenAI API key for unlimited requests at cost (GPT-4 access if available)

Bug Fixes

  • Cleaned up chat styling
  • Other small changes

Mar 28, 2023

v0.1.10 (2023-03-28)

Bug Fixes

  • Tiny fix for some keyboard shortcut problems
  • Other bits of polish

Mar 27, 2023

v0.1.9 (2023-03-27)

New Features

  • Opens the terminal in your current folder
  • Adds an optional paid plan if you'd like to avoid the server capacity rate limits

Bug Fixes

  • Changes autoupdate to notify you when there's a new version
  • Other fixes

Mar 25, 2023

v0.1.7 (2023-03-25)

New Features

  • Fuzzy search for file names

Bug Fixes

  • Fixes glitches with the terminal
  • Scrollbars work
  • Other fixes (many from PRs 🙂)

Mar 23, 2023

v0.1.5 (2023-03-23)

New Features

  • Automatically apply chat suggestion
  • Ask AI to "fix" language errors
  • Chat history saved between sessions

Bug Fixes

  • Easy to select and copy from chat
  • Resizable sidebar
  • Terminal no longer interferes with chat

Coming soon

  • Fixes to all the language servers/copilot

Mar 18, 2023

v0.1.2-0.1.3 (2023-03-18)

New Features

  • Built-in terminal
  • Diffs automatically continue

Bug Fixes

  • More diff fixes
  • Up and down arrow in prompt bar have been mapped to less annoying keybindings
  • Can open chat history from the prompt bar

Coming soon

  • Have chat auto-insert suggested changes into editor

Mar 14, 2023

v0.0.37 (2023-03-14)

New Features

  • Windows and Linux support 🥳
  • Edits can be as long as you'd like

Bug Fixes

  • Diffs shouldn't disappear anymore
  • Editing works for same file on multiple tabs

Coming soon

  • Instant fix all lint errors with AI 😎