Cline Configuration
Cline is a popular AI coding extension for VS Code that supports autonomous code writing, command execution, and file management.
Install Extension
Search for Cline in the VS Code Extension Marketplace, or install via CLI:
bash
code --install-extension saoudrizwan.claude-devConfiguration Steps
- After installation, click the Cline icon in the sidebar
- Click the Settings icon in the top right
- Select
OpenAI Compatiblein the API Provider dropdown - Fill in the following:
| Field | Value |
|---|---|
| Base URL | https://hboom.ai/v1 |
| API Key | sk-xxxxxxxxxxxx |
| Model ID | Model name, e.g. claude-sonnet-4-20250514 |
- Click Save
Model Recommendations
- Daily coding:
gpt-4oorclaude-sonnet-4-20250514(best value) - Complex tasks:
claude-opus-4-20250514orgpt-4.1(more powerful)
Verify Configuration
Send a message in the Cline panel. If you receive a normal response, the configuration is successful.