feat: add Open Plugin and VS Code AI coding assistant plugin support#43
Merged
Rodriguespn merged 1 commit intoJul 20, 2026
Conversation
Rodriguespn
marked this pull request as ready for review
July 15, 2026 14:26
gregnr
reviewed
Jul 15, 2026
Add the vendor-neutral Open Plugin manifest (.plugin/plugin.json) that VS Code auto-detects, pointing at agents/open-plugin/.mcp.json with a generic X-Source-Name: open-plugin. Verified against VS Code 1.128.1: it only auto-detects three shared manifests (.plugin, .claude-plugin, bare plugin.json) and has no VS Code-only manifest path. VS Code installs stay attributable server-side via the MCP clientInfo (vscode_agent_host). Wires the manifest + MCP version into release-please and the release archive, and documents the surface in AGENTS.md / README. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Rodriguespn
force-pushed
the
pedrorodrigues/ai-930-add-vs-code-plugin-support-for-supabase-plugin
branch
from
July 20, 2026 16:42
c97aaf3 to
2a05f51
Compare
gregnr
approved these changes
Jul 20, 2026
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 Open Plugin standard support to the Supabase ai coding assistant plugin
VS Code supports open plugin standard so we're also including support for that, as well as other plugins that follow this open standard
Closes AI-930