Installation
This guide covers all the installation options for Feima Copilot.
Requirements
Section titled “Requirements”System Requirements
Section titled “System Requirements”- VS Code >= 1.85.0
- GitHub Copilot Chat extension (required)
- Operating System: Windows, macOS, or Linux
Account Requirements
Section titled “Account Requirements”- Feima account (sign up)
- Feima account supports WeChat or Weibo authentication
Installation Methods
Section titled “Installation Methods”Method 1: VS Code Marketplace (Recommended)
Section titled “Method 1: VS Code Marketplace (Recommended)”- Open VS Code
- Press
Ctrl+Shift+Xto open Extensions - Search for “Feima Copilot”
- Click “Install”
- Wait for the installation to complete
Note: This method gives you automatic updates when new versions are released.
Method 2: Manual Installation
Section titled “Method 2: Manual Installation”- Download the latest
.vsixfile from the Releases page - In VS Code, press
Ctrl+Shift+P - Type “Install from VSIX…”
- Select the downloaded
.vsixfile - Wait for installation to complete
Method 3: Command Line Installation
Section titled “Method 3: Command Line Installation”# Using code CLIcode --install-extension feima-copilot-llms-extension.vsixGitHub Copilot Chat Setup
Section titled “GitHub Copilot Chat Setup”Feima Copilot requires GitHub Copilot Chat to be installed and activated.
Install GitHub Copilot Chat
Section titled “Install GitHub Copilot Chat”- Open Extensions view (
Ctrl+Shift+X) - Search for “GitHub Copilot Chat”
- Click “Install”
Activate GitHub Copilot Chat
Section titled “Activate GitHub Copilot Chat”- Open the Copilot Chat panel (chat icon in sidebar)
- Follow the on-screen prompts to activate
- Sign in with your GitHub account if prompted
Note: You don’t need a paid GitHub Copilot subscription to use Feima Copilot models. The models are provided by Feima and billed separately.
Verifying Installation
Section titled “Verifying Installation”Check Extension Activation
Section titled “Check Extension Activation”- Open VS Code
- Go to View → Output
- Select “Feima” from the dropdown
- You should see: ”✅ 飞码扣 (Feima) extension activated successfully!”
Check Commands
Section titled “Check Commands”- Press
Ctrl+Shift+P - Type “Feima:”
- You should see commands like:
- Feima: 登录 (Sign In)
- Feima: 查看账号 (Show Account)
- Feima: 登出 (Sign Out)
Check Model Availability
Section titled “Check Model Availability”- Open Copilot Chat
- Click the model selector at the top
- You should see Feima models listed
Development Installation
Section titled “Development Installation”If you want to contribute to Feima Copilot or run from source:
# Clone the repositorygit clone https://github.com/feimacode/feima-copilot-llms-extension.gitcd feima-copilot-llms-extension
# Install dependenciesnpm install
# Build the extensionnpm run compile
# Open in VS Codecode .
# Press F5 to launch Extension Development HostSee Development Setup for more details.
Uninstallation
Section titled “Uninstallation”Uninstall from VS Code
Section titled “Uninstall from VS Code”- Open Extensions view (
Ctrl+Shift+X) - Search for “Feima Copilot”
- Click the gear icon
- Select “Uninstall”
Clear Stored Data
Section titled “Clear Stored Data”To remove all Feima Copilot data from VS Code:
- Press
Ctrl+Shift+P - Type “Developer: Open Logs Folder”
- Navigate to the global storage folder
- Delete any Feima-related files
Note: This will sign you out and remove all stored preferences.
Updating
Section titled “Updating”Automatic Updates
Section titled “Automatic Updates”When installed from VS Code Marketplace, updates are automatic. VS Code will notify you when a new version is available.
Manual Update
Section titled “Manual Update”- Open Extensions view
- Find Feima Copilot
- Click the “Update” button if available
- Restart VS Code when prompted
Firewall and Proxy Issues
Section titled “Firewall and Proxy Issues”China Users
Section titled “China Users”Feima Copilot provides direct access to Chinese models without needing to bypass the firewall. However, international models are accessed via Feima’s accelerated service.
If you experience issues:
- Check if
https://idp.feimacode.cnis accessible - Try using a different network
- Contact support if issues persist
Corporate Networks
Section titled “Corporate Networks”Some corporate networks may block OAuth redirects. If you encounter authentication issues:
- Check with your IT department about OAuth policy
- Try connecting from a different network
- Use the troubleshooting guide
Next Steps
Section titled “Next Steps”- Quick Start - Start using Feima Copilot
- Authentication - Learn about OAuth2 setup
- Configuration - Customize your settings