- 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
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
Bug Fixes
- Tiny bug fix for terminal
Bug Fixes
- Tiny fix for some keyboard shortcut problems
- Other bits of polish
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