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 VS Code'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

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