Back to Harness Catalog
VS Code / JetBrains

Continue.dev Integration Guide

Leading open-source code autocomplete and side-chat assistant for VS Code and JetBrains IDEs.

Base URL: https://api.sacredgpt.ru/v1Key: $SACREDGPT_KEYVerified

01 — Version & UI Path

Version Specifics & Navigation

Version Compatibility Note: Verified on Continue v2.0.0+ (config.json / YAML).

02 — Step-by-Step Setup

Step-by-Step Setup

1

1. Open ~/.continue/config.json

Edit the Continue configuration file and insert the SacredGPT provider block.

03 — Configuration Example

ConfigFile Example

{
  "models": [
    {
      "title": "SacredGPT Sol",
      "provider": "openai",
      "model": "gpt-5.6-sol",
      "apiKey": "sgpt_live_9a8b7c6d5e4f3a2b1c0d",
      "apiBase": "https://api.sacredgpt.ru/v1"
    }
  ]
}

04 — Troubleshooting

Troubleshooting & Common Issues

Inline completion lag

Set deepseek-v4-pro as the dedicated tabAutocompleteModel in your config.json.