Master's "fix(acp): align prompt and workspace contracts" changed the editor- facing transcript — `user/message` → `user_message_chunk` is now emitted during session/load replay ONLY, not live streaming, so a live prompt no longer echoes the user message back. The snapshot tier caught this (6 goldens shifted); this re-records the four recorded scenarios against the API and re-accepts the two authored goldens so they reflect the merged behavior. Full suite green and deterministic; this is the tier working as designed.
5 lines
551 B
JSON
5 lines
551 B
JSON
{"jsonrpc":"2.0","id":1,"result":{"protocolVersion":1,"agentInfo":{"name":"deepseek-harness-acp","version":"0.0.1"},"agentCapabilities":{"loadSession":true,"promptCapabilities":{"image":false,"audio":false,"embeddedContext":false}},"authMethods":[]}}
|
|
{"jsonrpc":"2.0","id":2,"result":{"sessionId":"{{sessionId}}"}}
|
|
{"jsonrpc":"2.0","method":"session/update","params":{"sessionId":"{{sessionId}}","update":{"sessionUpdate":"agent_message_chunk","content":{"type":"text","text":"partial"}}}}
|
|
{"jsonrpc":"2.0","id":3,"result":{"stopReason":"cancelled"}}
|