Hotfix for \"with codebase\"
Includes a fix for the chat "with codebase" feature.
Changelog
Includes a fix for the chat "with codebase" feature.
Fixes the VS Code codebase wide search for Mac ARM users without Rosetta.
Patches a few edgecases with Cmd+K.
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:
Long code selections no longer brick the editor
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)
Better @ symbol keyboard ergonomics
Fixes a bug where Cmd+K turned off for some users.
Better support for extensions (specifically re-enables the welcomeView)
Changelog
Includes a fix for the chat "with codebase" feature.
Fixes the VS Code codebase wide search for Mac ARM users without Rosetta.
Patches a few edgecases with Cmd+K.
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:
Long code selections no longer brick the editor
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)
Better @ symbol keyboard ergonomics
Fixes a bug where Cmd+K turned off for some users.
Better support for extensions (specifically re-enables the welcomeView)