Integrations
PearAI
Open-source AI code editor (VS Code fork with Continue.dev built in).
PearAI uses the same config format as Continue.dev.
Setup
-
Download PearAI from trypear.ai and open it.
-
Open the command palette (
Cmd+Shift+P/Ctrl+Shift+P) → Open config.json. -
Add models matching the Continue.dev format:
name: OpenAdapter version: 1.0.0 schema: v1 models: - name: GLM-4.7 provider: openai model: GLM-4.7 apiBase: https://api.openadapter.in/v1 apiKey: YOUR_API_KEY roles: - chat - edit - apply -
Save — PearAI picks up changes automatically.
See Continue.dev for the full config reference.