mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +00:00
- 图片错误结果在 Result 页签保留错误名称与代码 - 空文本块加图片的记录按纯图片标注,不再空行 - sourceBlock 的持久化图片守卫检查 attachmentId 字段 - 移除 ui-chat 对 util/crypto 的过期 tsconfig 引用 - 同步 slots.md 层级图与 2026-08-20 所有权 Note
@deepseek-ai/dsh-client-ui-chat
English | 中文
The browser Chat target for Conversation assembly. It registers Chat event definitions and snapshot construction, supplies useChat, renders transcript nodes and details, and owns Chat-specific stores, actions, localization, and scroll restoration; historical image URLs resolve through the Conversation-owned per-session cache (ctx.uiConversation.imageUrl).
Model Experience
None, as this package renders logged conversation state in the browser and registers nothing model-facing.
KV Cache effect
None; Chat presentation does not assemble or mutate provider requests.
Known Limitations and Deferred Work
- The view reflects the loaded Session window — older transcript nodes become available only after Session Controller loads the preceding event page.