Continue
Integrate Intutic governance with Continue — the open-source autopilot for VS Code and JetBrains.
How it works
Intutic writes configuration rules directly into your ~/.continue/config.json file. It merges the gateway models, system rules, and proxy settings into the existing configurations while preserving user-defined fields.
Setup
1. Initialize Intutic
bash
intutic initThe CLI detects Continue and registers it as a harness:
✓ Detected harnesses:
• continue -> ~/.continue/config.json2. Start sync
bash
intutic connectWhat gets written
Intutic updates ~/.continue/config.json to insert:
- Models: Sets
apiBasetohttp://localhost:4000/v1and injectsapiKey. - System Instructions: Custom governance prompts injected as default system messages.