A powerful VS Code extension that provides model support for GitHub Copilot Chat, seamlessly integrating multiple AI providers including ZhipuAI, MiniMax, MoonshotAI, DeepSeek, Antigravity (Google Cloud Code), Codex (OpenAI), and custom OpenAI/Anthropic compatible models.
| Provider | Description | Highlights |
|---|---|---|
| π Antigravity | Google Cloud Code | Gemini Models Quota Tracking |
| π» Codex | OpenAI | GPT-5 Apply Patch Shell Exec |
| ZhipuAI | GLM Coding Plan | Web Search MCP SDK |
| MiniMax | Coding Plan | Web Search Global Endpoints |
| MoonshotAI | Kimi For Coding | High-quality Responses |
| DeepSeek | DeepSeek AI | Fast Inference |
| Compatible | OpenAI/Anthropic API | Custom Models Support |
Manage multiple accounts per provider with ease
- Add unlimited accounts for each AI provider
- Quick switch between accounts with
Ctrl+Shift+Q/Cmd+Shift+Q - Visual account status in the status bar
- Secure credential storage using VS Code Secret Storage
Automatic load distribution across accounts
- Auto-switch when hitting rate limits or quota exhaustion
- Intelligent retry with exponential backoff strategy
- Real-time quota monitoring and usage statistics
- Seamless failover without interrupting your workflow
Access Gemini models via Google Cloud Code
- Streaming responses with real-time output
- Rate limit monitoring with automatic fallback
- Quota tracking with detailed usage statistics
- Multi-account support with intelligent auto-switching
- Signature-based request validation for security
Full access to OpenAI Codex capabilities
- Full Access Sandbox Mode: Unrestricted filesystem and network access
- Apply Patch Tool: Efficient batch file editing with unified diff format
- Shell Command Execution: Run terminal commands directly
- Todo List Management: Track tasks and plan your work session
- Thinking Blocks: View model reasoning in real-time
Smart code completion features
- FIM (Fill In the Middle): Intelligent code completion based on context
- NES (Next Edit Suggestions): Predictive editing suggestions
- Web Search Integration: Real-time information via ZhipuAI and MiniMax
- Token Usage Tracking: Monitor your API usage in real-time
From VS Code Marketplace (Recommended)
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X/Cmd+Shift+X) - Search for "Copilot Helper Pro"
- Click Install
From .vsix File
# Download from releases page, then in VS Code:
# Cmd+Shift+P > "Extensions: Install from VSIX..."Build from Source
git clone https://github.com/nhatbien/copilot-helper.git
cd copilot-helper
npm install
npm run compile
npm run package| Provider | Command |
|---|---|
| Antigravity | Cmd+Shift+P β Antigravity Login |
| Codex | Cmd+Shift+P β Codex Login |
| ZhipuAI | Cmd+Shift+P β ZhipuAI Configuration Wizard |
| MiniMax | Cmd+Shift+P β Start MiniMax Configuration Wizard |
| MoonshotAI | Cmd+Shift+P β Start MoonshotAI Configuration Wizard |
| DeepSeek | Cmd+Shift+P β Set DeepSeek API Key |
| Custom | Cmd+Shift+P β Compatible Provider Settings |
Cmd+Shift+P β "Copilot Helper Pro: Manage Accounts"
Cmd+Shift+P β "Copilot Helper Pro: Open Account Manager"
β Toggle "Load Balance" for your provider
Follow these simple steps to add and manage multiple accounts for any provider:
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) and type:
Copilot Helper Pro: Open Account Manager
Click on the provider you want to add an account for (e.g., ZhipuAI, MiniMax, MoonshotAI, etc.)
Click the "Add Account" button and enter your account credentials:
- Account Name: A friendly name to identify this account
- API Key: Your provider's API key
- Additional Settings: Provider-specific configurations (if any)
Toggle the "Load Balance" switch to enable automatic account switching when rate limits are hit.
- Edit Account: Click the edit icon to modify account details
- Delete Account: Remove accounts you no longer need
- Switch Account: Use
Ctrl+Shift+Q/Cmd+Shift+Qfor quick switching - Load Balance: Automatically distribute requests across accounts
- Quota Tracking: Monitor usage and remaining quota in real-time
| Requirement | Version |
|---|---|
| VS Code | >= 1.104.0 |
| Node.js | >= 20.0.0 |
| npm | >= 9.0.0 |
| GitHub Copilot Chat | Required |
Special thanks to these amazing projects:
![]() LLMux |
![]() GCMP |
![]() AntigravityQuotaWatcher |
|---|
If you find this extension helpful, consider supporting its development:
Have questions or suggestions? Reach out on Telegram:
This project is licensed under the MIT License - see the LICENSE file for details.







