Skip to main content
Private preview. fremforge is in private preview — invited customers only. Content is still subject to change. Request access →

Continue

Continue is an open-source AI coding assistant for VS Code and JetBrains. It already knows how to talk to GitHub-API-compatible hosts.

One-shot setup

Open ~/.continue/config.json and add a contextProviders entry pointing at fremforge:

{
  "contextProviders": [
    {
      "name": "github",
      "params": {
        "baseUrl": "https://frem.sh/_app/api/v1",
        "token": "ffp_xxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  ]
}

Restart your IDE and the @github context provider in Continue’s chat will return fremforge repos + issues + PRs.

PAT scopes: repo:read, repo:write, issues:read, issues:write.

Verify

In Continue’s chat, type @github and you should see your fremforge repos. Mention one (e.g. @github acme/web) and Continue will pull the README + recent PRs as context.

Sovereignty note

Continue runs against whichever model you configure in ~/.continue/config.json (Anthropic, OpenAI, Ollama, vLLM, custom). fremforge is not in that path. Your fremforge PAT is purely for Git + REST API access.