🤖 Go Auto Continue
Auto-Continue Extension for VS Code/Cursor AI Conversations

Control panel interface showing start/stop functionality and settings
📝 Description
A lightweight VS Code extension that automatically helps you continue AI conversations when they hit limitations or pause. Perfect for seamless workflow with AI coding assistants like Cursor.
Demo
https://private-user-images.githubusercontent.com/4071686/476383611-b3856516-54d0-43db-be6e-8b87342e67b4.mp4
Watch the extension in action: automatic chat continuation
Key Features Demonstrated:
- 🎮 Easy Control: One-click start/stop from sidebar
- ⚙️ Configurable Settings: Custom intervals and messages
- 🔄 Real-time Status: Visual feedback when active
- 🌍 Multilingual UI: Interface adapts to your language
🚀 Features
- ⚡ Auto-Continue: Automatically sends "continue" command to AI chat
- 🎮 Control Panel: Start/stop with one click from the sidebar
- ⚙️ Configurable Settings: Customizable interval and message text
- 🌍 Multilingual UI: Support for Russian and English interface
- 🎨 Custom Icon: Stylish GO icon in the Activity Bar
- 🔄 Quick Commands: Fast control through VS Code command palette
📦 Installation
Install from VS Code Marketplace

Quick Install:
- Open VS Code
- Go to Extensions (Ctrl+Shift+X)
- Search for "Go Auto Continue"
- Click Install
Or install via command line:
code --install-extension dealenx.go-auto-continue
Development Installation
Clone the repository:
git clone https://github.com/dealenx/go-auto-continue.git
cd go-auto-continue
Install dependencies:
npm install
Compile the extension:
npm run compile
Test in development mode:
- Press
F5
in VS Code to launch Extension Development Host
Install for regular use:
npm install -g vsce
vsce package
code --install-extension go-auto-continue-0.0.2.vsix
🎯 How It Works
The extension provides a simple control panel in VS Code's Activity Bar where you can:
- Start Auto-Continue: Click the start button to begin automatic message sending
- Configure Settings: Set custom interval (1-60 seconds) and message text
- Monitor Status: Visual indicators show when the extension is active
- Stop Anytime: One-click stop when you need manual control
Default Settings
- Interval: 10 seconds between messages
- Message: "continue"
- Auto-start: Disabled (manual control)
⚙️ Configuration
Access settings through:
- Click the settings button in the control panel
- Or go to
File > Preferences > Settings
and search for "Go Auto Continue"
Available settings:
goAutoContinue.interval
: Time between messages (1-60 seconds)
goAutoContinue.message
: Text to send (default: "continue")
🚀 Usage
- Open VS Code/Cursor with an AI chat active
- Look for the GO icon in the Activity Bar (left sidebar)
- Click to open the control panel
- Click "START" to begin auto-continue mode
- The extension will automatically send your configured message at set intervals
- Click "STOP" when you want to resume manual control
🛠️ Development
Project Structure
go-auto-continue/
├── src/
│ ├── extension.ts # Main extension logic
│ └── i18n.ts # Internationalization
├── resources/
│ └── go-icon.svg # Custom icon
├── package.json # Extension manifest
├── package.nls.json # English translations
├── package.nls.ru.json # Russian translations
└── tsconfig.json # TypeScript config
Building from Source
git clone https://github.com/dealenx/go-auto-continue.git
cd go-auto-continue
npm install
npm run compile
npm run watch # For development
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
Development Setup
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
)
- Commit your changes (
git commit -m 'Add some amazing feature'
)
- Push to the branch (
git push origin feature/amazing-feature
)
- Open a Pull Request
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
🔗 Links
⭐ Support
If you find this extension helpful, please consider:
- ⭐ Starring the repository
- 🐛 Reporting bugs
- 💡 Suggesting new features
- 📢 Sharing with others
This extension is not officially affiliated with VS Code or any AI assistant provider.