diff --git a/README.md b/README.md index 92645f3..ebc474d 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,7 @@ You can chat with your code just like using ChatGPT. To open the chat panel, cli ## Known Issues -- [ ] Code generation may be interrupted unexpectedly, this is still being investigated. Generally, a retry will fix it. -- [x] When users modified the document before accepting a change, the replacing range is incorrect. +Code generation may fail when Cursor server is at high capacity. Please wait patiently for the server to recover, or you can upgrade to Cursor Pro to use the reserved capacity (only supported in [Cursor app](https://www.cursor.so)). To track all issues / file a new issue please go to the Github repo. diff --git a/package.json b/package.json index 7da76a5..b9ba52b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "aicursor", "displayName": "CodeCursor (Cursor for VS Code)", "description": "Cursor integration for Visual Studio Code", - "version": "0.2.2", + "version": "0.3.0", "publisher": "ktiays", "repository": { "type": "git", @@ -147,4 +147,4 @@ "react-syntax-highlighter": "^15.5.0", "uuid": "^9.0.0" } -} +} \ No newline at end of file