Releases: Helixform/CodeCursor
Releases · Helixform/CodeCursor
v0.5.3
Release Notes
Fix
- Fixed the issue where extensions may unexpectedly panic during login polling. #35
v0.5.2
Release Notes
Refactor
- Migrate to new server APIs
Fix
- Fix the issue that extension not working
v0.5.1
Release Notes
New Feature
- Now you can generate entire projects with the AI 🎉
Fix
- Fix the issue of unable to login and register. #34
v0.4.1
Release Notes
Change
- Upgrade Cursor API to version
0.2.7
v0.4.0
Release Notes
New Feature
- Support log in with Cursor account. #21 #27 #29
Fix
- Fixed the issue where the chat dialogue button disappears after moving the chat panel. #22
v0.3.2
Release Notes
Add
- Supports for custom OpenAI API key and models
Fix
- Fixed a regression issue where commands will disappear during search
v0.3.1
Release Notes
Add
- Commands for commonly used actions (such as "Accept Changes"), which allow users to bind keyboard shortcuts
Fix
- 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
v0.3.0
Release Notes
New Feature
- Chat is now available in the CodeCursor
- Add
Generate Code
command to the editor context menu
Fix
- Fixed issue where failed requests were incorrectly identified as completed
v0.2.2
Release Notes
Fix
- Unify the display name
- Frequent failures may occur when dealing with long code
- Throttle the diff operation for performance
v0.2.1
Release Notes
Add
- Automatically merge the generated contents to the current document