Skip to content

Add Continue integration - #82

Merged
Lazarus-931 merged 1 commit into
mainfrom
feat/integration-continue
Jul 24, 2026
Merged

Add Continue integration#82
Lazarus-931 merged 1 commit into
mainfrom
feat/integration-continue

Conversation

@Lazarus-931

Copy link
Copy Markdown
Collaborator

Adds Continue to the Integrations page (part of #78).

What

  • New continueDev integration case with logo, configure/launch, and a test. (Enum case is continueDev because continue is a Swift keyword.)
  • Configure writes an isolated Continue config at continue-config.yaml in Nativ's Application Support dir: models entries with provider: openai, apiBase = Nativ endpoint, apiKey, and chat/edit/apply roles, one per installed model with the selected model first.
  • Launch runs the Continue CLI with cn --config <path>, so the user's own ~/.continue/config.yaml is never touched. The config uses the same OpenAI-compatible model format the VS Code / JetBrains extension reads.

Notes

  • Detection targets the cn CLI (@continuedev/cli); if it is not installed, the card shows the install guide.
  • cn reads models from the passed config; the selected model is written first so it is the default.

Checks

  • swiftc -parse on the changed Swift files.
  • Added testContinueConfigurationAndLaunchCommand and Continue to the coverage set.

@Lazarus-931 Lazarus-931 mentioned this pull request Jul 24, 2026
6 tasks
Configure and launch Continue against models served by Nativ. Nativ
writes an isolated OpenAI-compatible config.yaml (models with
provider: openai, apiBase, model, apiKey, and chat/edit/apply roles) and
launches the Continue CLI with cn --config <path>, so the user's own
~/.continue config is left untouched.
@Lazarus-931
Lazarus-931 force-pushed the feat/integration-continue branch from c0ac24e to 8fed463 Compare July 24, 2026 17:09
@Lazarus-931
Lazarus-931 merged commit 9f1b782 into main Jul 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants