In VS Code/Cursor, select "Extensions" from the sidebar
Click "..." at the top of the Extensions panel
Select "Install from VSIX..."
Navigate to and select the downloaded .vsix file
Usage
The extension works automatically once installed. When Claude AI reaches its tool call limit, Auto Continue will detect this and automatically continue the conversation after a brief delay.
Status Bar Controls
Click the "AUTO" indicator in the status bar to toggle the extension on/off
The status bar shows the current state:
Green: Enabled and ready
Red: Disabled
Configuration
To adjust settings:
Go to File > Preferences > Settings (or Code > Preferences > Settings on macOS)
Search for "Auto Continue"
Adjust the following settings:
autoContinue.enabled: Enable/disable the extension
autoContinue.waitTimeMs: Wait time in milliseconds before auto-continuing
Requirements
VS Code 1.60.0 or higher
Works in Cursor AI as well
Development
Building from source
git clone https://github.com/risa-labs-inc/cursor-auto-continue.git
cd cursor-auto-continue
npm install
npm run compile
npm run package
License
ISC License
Acknowledgements
Created to enhance the experience with Claude AI in VS Code/Cursor.