DSH Agent Bridge:在 DeepSeek Harness Web 中接入 Grok Build
DSH Agent Bridge是一款将Grok Build作为根Agent接入DeepSeek Harness (DSH) Web的插件,由`zmh2000829`维护,安装名为`dsh-grok-acp`。它允许用户在同一个DSH Web页面中自由切换DSH Agent和Grok Build两种模式,并复用DSH原生的输入框、工具展示、权限确认及Markdown diff界面。 核心功能包括:在空白会话中动态选择Harness,首轮消息后锁定以避免历史混淆;将ACP流式输出映射为DSH可读的回答、思考及工具调用时间线;支持`/usage`、`/model`等Grok命令;以及通过独立进程管
Read Moredsh-acp-server: Connecting DSH to ACP Client
dsh-acp-server is a DSH plugin maintained by dushaobindoudou, designed to expose the DeepSeek Harness (dsh) agent as an Agent Client Protocol (ACP) server, allowing external clients (such as Zed) to directly drive the dsh agent. It supports creating sessions, streaming output, plan updates, tool calls, and permission approvals. This plugin is compatible with Node.js >= 22 and can run as a standalone process (stdio or HTTP+SSE) or merged with `dsh web`, which provides both GUI and ACP interfaces on the same port. Users can use it by simply installing the dsh CLI and adding the plugin, supporting both local editor and remote access scenarios (requires
Read More