feat: add DeepSeek Harness and Kimi MCP routing - #96
Merged
lxcong merged 4 commits intoAug 22, 2026
Conversation
zzAllenn
marked this pull request as ready for review
August 19, 2026 07:16
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.
What changed
dshtoskills add -ahttps://api.agentkey.app/kimi/v1/mcpalias while keeping its native OAuth flow and the same AgentKey MCP surfaceWhy
DSH users need one global AgentKey integration across current and future profiles without selecting an AgentKey preset. DSH 0.1.0-rc.7 cannot complete the generic header-free MCP OAuth flow, so the public setup and self-repair guidance must consistently route DSH through
@agentkey/cli --auth-login --only dsh.Kimi uses a client-attributed MCP path so Server telemetry and routing can identify the originating client without changing Kimi's OAuth or tool behavior.
User impact
After the Server and CLI dependency are released, DSH users can run the normal one-line installer or the documented two-step flow. They verify success by checking the
agentkeyLoader row and then callingfind_tools,describe_tool, andexecute_tool; Mounted/active alone is not treated as a successful MCP connection.Kimi plugin users continue to authenticate with the existing native OAuth command; only the remote path changes to the attributed alias.
Validation
bats tests/(41/41)bash -n scripts/install.shbash -n scripts/uninstall.shwindows-latestgit diff --checkRelease dependency
@agentkey/cli@1.0.4secondThis is a CLI-managed DSH MCP integration, not a native installable DSH plugin.