feat: 按需启动并复用 Skill MCP 会话 - #47
Merged
Merged
Conversation
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.
Codex 的原生 stdio MCP 配置会随客户端连接启动 WinCode。新增可选的 Skill 按需会话:禁用原生 WinCode 条目后,由 Skill 首次需要时启动交互终端入口,首次工具调用才创建 Gateway,任务内复用连接和 Roslyn 快照。
验证:
边界:本机已禁用原生条目并同步已安装 Skill,但尚未重启 Codex 观察全新宿主首次调用前的进程状态。Tavern 设计时分析存在已记录的生成器/依赖诊断,仍返回 incomplete,局部引用验证不代表全项目语义完整。本地运行时、测试附件、个人配置均未提交;仓库工作日志保留可复查的验证步骤和结果。