# Cline Configuration for LemonNexus ## API Provider Setup ### Option 1: OpenRouter (Recommended for immediate use) 1. Get free API key from: https://openrouter.ai/ 2. In VS Code: (Web) → Click Cline icon in sidebar 3. Select "OpenRouter" as provider 4. Enter your API key 5. Select model: `kimi-coding/k2p5` or `anthropic/claude-3.5-sonnet` ### Option 2: OpenAI-Compatible Local Bridge (Future) If OpenClaw gateway exposes /v1/chat/completions endpoint: - API Provider: OpenAI Compatible - Base URL: `http://localhost:8080/v1` - API Key: `dummy` - Model: `kimi-coding/k2p5` ## Cline Capabilities Once configured, you can: - `/cline` - Open chat panel - Ask me to edit files, run commands, commit to git - Auto-approve actions or require confirmation - Work with entire codebase context ## Alternative: Browser Relay For full autonomy without API setup: 1. Install OpenClaw Browser Relay Chrome extension 2. Attach the code-server tab 3. I can directly navigate, edit, and execute in VS Code: