Skip to main content

Cline Integration (VS Code)

Cline is an agentic coding assistant extension for VS Code. You can configure Cline to run entirely offline by connecting it to local GoingMerry models.


1. Extension Configuration

  1. Install the Cline extension from the VS Code Marketplace.
  2. Open the Cline panel in your sidebar and click the Settings (gear) icon.
  3. Under the API Provider dropdown menu, select GoingMerry (since GoingMerry is fully compatible with the GoingMerry API layout).
  4. Configure the settings:
    • GoingMerry URL: http://localhost:11434
    • Model ID: Select your model tag from the dropdown list (e.g. gemma4 or llama4).
  5. Click Save to confirm.

2. Testing Connection

Start a new task in the Cline console and submit a query:

Write a typescript interface for a User node with name, email, and created_at fields.

Check your terminal logs to verify that the daemon receives and processes the request successfully:

merry ps

You will see the model loaded in VRAM processing Cline's request.