[ZCode适配] 新增sessionId支持 + ZCode插件结构 + 自动同步上游机制 - #5
Open
yyz0313 wants to merge 2 commits into
Open
Conversation
Add optional sessionId parameter to BridgeService.delegate() and MCP tool schema, enabling session reuse across delegation calls. Add .zcode-plugin/ manifest with MCP server config, user-configurable Host URL and agent preset. Add skills/dsh-collab/SKILL.md with ZCode-specific collaboration guidance. Add scripts/install.ps1 for one-click ZCode MCP registration.
… workflow and PR body
Owner
|
感谢你的 PR,也感谢你对 dsh-Agentlink 的兴趣!这次 Review 的结论是:当前形态无法合并,但你的工作里有价值的部分我们很想用正确的方式承接,请往下看。 不能合并的原因(仓库卫生)
关于
|
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.
Changes
新增:ZCode 插件适配(二开说明)
本项目是基于 hootandy321/dsh-Agentlink 的二次开发,在保留全部原有 Codex 功能的基础上,新增了以下 ZCode 专属内容:
.zcode-plugin/plugin.json— ZCode 插件 manifest,含 MCP 服务器配置、用户可配置的 DSH Host URL 和 agent presetskills/dsh-collab/SKILL.md— ZCode 专用协作技能,包含完整的工具调用指南、工作流和安全规则scripts/install.ps1— ZCode 一键安装脚本,自动检测环境并写入配置.github/workflows/sync-upstream.yml— 自动同步上游更新的工作流,每 6 小时检查一次新功能:sessionId 参数
dsh_delegate工具新增可选sessionId参数,支持复用已有的 DSH 会话说明
main分支始终与上游保持同步请原作者审阅,如有问题随时沟通。