Replies: 1 comment
|
Verified against rc.8 ( The current capability ledger is: fresh I wrote a source-backed editor-integration guide with a bounded source-demo/Zed custom-agent probe, the current message sequence, trust and billing boundaries, and a 12-gate streaming/resume acceptance matrix: https://sandbaseai.github.io/deepseek-harness-handbook/acp-editor-boundary.html The critical resume tests are single-writer ownership, exact persisted composition, replay watermarking, and distinguishing historical replay from new live chunks. For streaming, retry replacement and stable tool-call identity need to be specified before forwarding raw deltas. |
Uh oh!
There was an error while loading. Please reload this page.
dsh-acp 目前 automation-only:只发 committed 消息(无逐 token 流式、无思考/工具活动),且仅支持新会话(无 load/resume/fork)。这使其无法承担编辑器面板里的交互式 agent 角色——Zed 1.16+ 的 Agent Panel 原生支持 ACP 外部 agent(settings.json 的
agent_servers注册即可,Claude Code / Codex / Pi 均已接入),dsh 只差这两块即可零代码进入 Zed 及任何 ACP 宿主。验收与细节
session/prompt后,assistant 文本以增量agent_message_chunk流式到达(而非 commit 后整条发出);session/cancel、session/request_permission、session/update行为不回退。agent_message_chunk增量通知,当前只发 committed 消息属实现取舍;官方 SDK(dsh-sdk-protocol的session.event流式事件)已有完整增量数据,ACP bridge 把未提交增量接到agent_message_chunk即可;packages/acp现有 snapshot 测试;客户端可用@agentclientprotocol/sdk@0.25.1或 Zed external agent 机制实测。All reactions