Step 1: Install Cline Extension
Install from VS Code Marketplace
- Open VS Code, press
Ctrl+Shift+X(Mac:Cmd+Shift+X) to open the Extensions panel - Type "Cline" in the search box
- Find the official Cline extension and click "Install"
Step 2: Configure API
Set API Provider via UI
- After installation, click the Cline icon (robot icon) in the left Activity Bar
- In the Cline panel, click the gear icon at the top to open settings
- In the "API Provider" dropdown, select "OpenAI Compatible"
- Fill in the following settings:
- Base URL:
https://api.bsf.ai - API Key: Your API key
- Model ID: Enter your desired model name (e.g.
claude-sonnet-4-6)
- Base URL:
- Click "Save" at the bottom of the panel to save your configuration
NOTE
If you don't see the Cline icon in the Activity Bar, right-click the bar and check "Cline" to make it visible.
Step 3: Start Using
Basic Usage
- Open panel: Click the Cline icon in the sidebar, or press
Ctrl+Shift+P(Mac:Cmd+Shift+P) and type "Cline" - Start a conversation: Describe your requirements in the input box at the bottom and press Enter
- Reference files: Use
@filenamein the input box to reference project files - Accept/Reject changes: After Cline proposes code changes, you can review and accept or reject each one
NOTE
Cline can directly read and modify your project files. Make sure your project is under Git version control before using it.