Conversation
This was referenced Sep 20, 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.
目标
为直连 AgentDock 的
view_image提供可选 ChatGPT 图片上下文入口,复用agentdock-protocol/mcpapps的共享图片组件,与 NexusDock 保持一致。依赖与草稿状态
3b5502c8ec9a8e187d5e03c0f6fc4716452513d2)。go.mod仍为 v0.8.1,尚无新增共享接口,本草稿当前不能独立构建或合并。改动
验证
使用临时 Go workspace 联合协议 PR 分支验证:在临时目录执行
go work init <协议仓库路径> <AgentDock仓库路径>,设置 GOWORK 为该文件绝对路径,进入 AgentDock 运行:make check通过(格式、Go 全量测试、脚本测试、vet、构建)。go test -race ./...通过。首次全量运行的
TestWaitNamedTunnelReadyRequiresRunningProcess时序用例失败;未修改该无关代码,单独重复 5 次通过,随后完整检查和竞态测试通过。上述证据为 workspace 联合测试,不等同于当前 v0.8.1 下独立 CI 通过。能力边界
用户点击组件后,由宿主上传图片并在后续模型轮次识图;不是同轮无人值守 Computer Use,不使用 OCR、不默认存入文件库、不添加外部 CSP 域名。此前 NexusDock 入口完成 Chrome/ChatGPT 实际图片识别验证;AgentDock 直连本次完成 MCP 集成验证,尚未完成独立 ChatGPT 端到端验收。没有提交部署配置、凭据或用户截图。