feat(gemini): publish as Gemini CLI extension [SUBTEXT-332]#47
Merged
Conversation
Adds gemini-extension.json + GEMINI.md so Subtext can be installed via `gemini extensions install` and listed in the geminicli.com gallery. - Three MCP servers (subtext US/EU with OAuth `sessions:read`, subtext-tunnel via npx) - GEMINI.md is a short overview that points at skills/ to avoid drift - using-subtext: add Gemini CLI row to the access-skills table - setup-plugin: add Gemini install path; drop `platform: claude-code` - Bump all platform manifests (claude/cursor/codex/gemini) to 0.2.3 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The old `https://subtext.fullstory.com/repo.git` URL is the legacy marketplace endpoint; switch to `https://github.com/fullstorydev/subtext` so the install command matches the actual repo users land in. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 4, 2026
nrodd
approved these changes
May 4, 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.
Summary
gemini-extension.json+GEMINI.mdso Subtext is installable viagemini extensions install https://github.com/fullstorydev/subtextand eligible for the geminicli.com galleryskills/subtext(US, OAuth scopes["sessions:read"]),subtext-eu1(EU, same scopes),subtext-tunnel(npx)using-subtextandsetup-pluginskills updated to mention Gemini CLI alongside Claude Code / Cursor / Codex0.2.3(claude / cursor / codex / gemini)Follow-ups (after merge)
gemini-cli-extensiontopic to the GitHub repo About section — the gallery crawls daily once the manifest is on the default branch (owner doing this manually).Test plan
jq . gemini-extension.json— valid JSON (verified locally)0.2.3gemini extensions install <local path or branch URL>succeeds in a clean Gemini CLI installsubtextandsubtext-eu1MCP servers prompt for OAuth on first use;subtext-tunnelstarts vianpxskills/show up via Gemini'sactivate_skilltool🤖 Generated with Claude Code