You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeepSeek Harness joins Claude Code and Codex as a built-in source. Sessions under ~/.dsh/sessions are discovered by project folder, listed with the dsh tag, and open as a mirror: one node per message you actually sent, the model's answer for that turn, and every tool call paired with its result as an attachment.
The harness writes its logs as zstd concatenated frames. The desktop shell decodes them frame by frame with no external tool. A frame still being written is skipped and read whole on the next sweep.
Runtime-context and skill-catalog messages the harness injects ahead of each turn are recognized as template and never open a turn. Reasoning text is not shown as the answer.
A session file that has no message yet (the harness creates one as soon as a session is opened) is not listed.
Not in this release: the thoughtdag CLI and its MCP tools do not index DeepSeek Harness sessions yet.
Agent 对话地图
DeepSeek Harness 成为内置来源,与 Claude Code、Codex 并列。~/.dsh/sessions 下的会话按项目文件夹发现,带 dsh 标签,打开即镜像:你真正发出的每条消息一个节点,配那一轮的模型回答,每次工具调用与结果配对成附件。