Integrations
Configure your favorite AI coding tools â from CLI agents to IDE plugins â to use WisGate models in minutes.
CodeBuddy
An AI-powered full-process intelligent programming tool for seamless collaboration.
CodeBuddy
CodeBuddy is an AI-powered full-process programming tool. It can connect to WisGate through local model configuration so product, design, development, and deployment workflows use a unified model service.
1. Install CodeBuddy
Visit the CodeBuddy website to download and install the version for your operating system.
2. Log In to CodeBuddy
After downloading and installing, log in to CodeBuddy as prompted.
3. Configure WisGate
1. Configuration File Location
models.json is a configuration file for customizing the model list and controlling the model dropdown display. It is recommended to configure it at the user level: ~/.codebuddy/models.json.
2. Configuration Structure
{
"models": [
{
"id": "gpt-5.5",
"name": "WisGate GPT",
"vendor": "wisgate",
"apiKey": "your_wisgate_api_key",
"url": "https://api.wisgate.cn/v1",
"supportsToolCall": true,
"supportsReasoning": true
}
]
}
3. Start Using
Select the configured model in the chat and start a conversation.
4. Use Cases
- Requirement to code: Generate APIs, pages, or business logic from product descriptions.
- Code explanation: Ask the model to explain modules, call chains, and key logic.
- Debugging: Provide error logs and related files to help locate issues.
- Development collaboration: Standardize model calls across the team with the same WisGate configuration.
FAQ
The new model does not appear in the dropdown
Confirm that models.json is saved at ~/.codebuddy/models.json, the JSON format is valid, and restart CodeBuddy.
Requests fail or authentication fails
Check that apiKey is a key created in the WisGate dashboard and url is https://api.wisgate.cn/v1.