Add VS Code integration (guided setup) - #87
Merged
Conversation
This was referenced Jul 24, 2026
lucasnewman
approved these changes
Jul 24, 2026
Introduces a guided-setup integration variant for GUI-only editors that speak an OpenAI-compatible endpoint but have no CLI to launch. Guided tools show a card with the local endpoint, the API key, numbered setup steps, and an Open-app button instead of the terminal launch flow. VS Code is the first: steps cover both GitHub Copilot BYOK (Chat: Manage Language Models -> OpenAI Compatible) and community OpenAI-compatible chat extensions. Adds the VS Code logo.
Lazarus-931
force-pushed
the
feat/integration-vscode
branch
from
July 24, 2026 17:13
ab1dadd to
af49e22
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds VS Code to the integrations catalog using a new guided setup card variant for GUI-only editors that speak an OpenAI-compatible endpoint — no Terminal launch and no config file written, just the endpoint, key, and steps.
The guided card shows the local endpoint, the
nativAPI key, numbered steps, and an "Open VS Code" button. The VS Code steps cover both paths:Chat: Manage Language Models→ OpenAI Compatible, set the Base URL + key, pick the model (requires the GitHub Copilot extension, signed in).Under the hood this introduces a small
isGuidedSetupframework (guided panel +guidedSetupSteps/guidedSetupCaveat) that the sibling editor PRs (Cursor, Cline, JetBrains) build on, so guided-only tools no longer render as "Not installed" or force a terminal launch.Addresses the VS Code item in #78. Relates to #56 (server
/v1/modelsenrichment so the Copilot model picker can list models).looks like:
