fix(plugins): package Gemini releases and improve OAuth - #94
Merged
lxcong merged 3 commits intoAug 11, 2026
Conversation
zzAllenn
marked this pull request as ready for review
August 11, 2026 07:26
lxcong
added a commit
that referenced
this pull request
Aug 22, 2026
🤖 I have created a release *beep* *boop* --- ## [1.14.0](v1.13.1...v1.14.0) (2026-08-22) ### Features * add Cursor, Gemini CLI, and Antigravity plugin support ([#91](#91)) ([49a015b](49a015b)) * add DeepSeek Harness and Kimi MCP routing ([#96](#96)) ([97e3ab2](97e3ab2)) ### Bug Fixes * **claude:** restore native MCP OAuth login ([#95](#95)) ([efc2809](efc2809)) * **plugins:** package Gemini releases and improve OAuth ([#94](#94)) ([fbec683](fbec683)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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
agentkey.skillGitHub Release asset and add platform-named Gemini extension archives for macOS, Linux, and Windowsoauth.enabled, while keeping/mcp auth agentkeyas the manual retry pathRoot causes
Gemini CLI treats a lone generic GitHub Release asset as the extension archive. AgentKey releases currently publish only
agentkey.skill, but Gemini CLI extracts only.tar.gzand.zipextension archives. After that extraction failure, Gemini retries Git clone in the same non-empty temporary directory and fails again.Separately, the Gemini manifest omitted
oauth.enabled. Gemini discovered that AgentKey required OAuth, but only reported/mcp auth agentkeyinstead of starting the browser flow automatically. A pre-existing user Skill at~/.agents/skills/agentkeycan also override the extension-bundled Skill, hiding new setup guidance even though the extension MCP entry is active.Authentication design
httpUrlplusoauth.enabled: true; OAuth endpoints and client registration remain dynamically discovered.serverUrlconfiguration and uses DCR through its native Authenticate controls.Validation
gemini extensions validate .agentkey.skill,darwin.agentkey.tar.gz,linux.agentkey.tar.gz, andwin32.agentkey.zipoauth.enabled: true,gemini-extension.json, andskills/agentkey/SKILL.mdgit diff --checkRelease coordination
Merge this fix before release PR #92 so the first Gemini-enabled release publishes compatible archives and the corrected first-connect OAuth behavior.