OpenAdapterOpenAdapter
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

  1. Download PearAI from trypear.ai and open it.

  2. Open the command palette (Cmd+Shift+P / Ctrl+Shift+P) → Open config.json.

  3. 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
  4. Save — PearAI picks up changes automatically.

See Continue.dev for the full config reference.

On this page