- Experimental: Generate entire projects with the AI
- Fix the issue of login and registration getting stuck
- Upgrade Cursor API to version
0.2.7
- The login and registration functions are not available. The logged-in users are not affected.
- Support log in with Cursor account
- Fixed the issue where the chat dialogue button disappears after moving the chat panel
- Supports for custom OpenAI API key and models
- Fixed a regression issue where commands will disappear during search
- Commands for commonly used actions (such as "Accept Changes"), which allow users to bind keyboard shortcuts
- Fixed the issue where text wrapped in the placeholder pattern would be lost when inserting code snippet
- Show alert when chatting without an active text editor
- Chat is now available in the CodeCursor
- Add
Generate Code
command to the editor context menu
- Fixed issue where failed requests were incorrectly identified as completed
- Unify the display name
- Frequent failures may occur when dealing with long code
- Throttle the diff operation for performance
- Automatically merge the generated contents to the current document
- Code generation may be interrupted unexpectedly sometimes
- Applying changes will fail when user switched text editors after the generation task is started
- Core module refactor
- Initial release