mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
Trajectory 现在通过共享的 ui-attachment 画廊渲染会话日志中的持久化图片引用:ui-conversation 拥有按会话的图片 URL 缓存(ctx.uiConversation.imageUrl),ui-trajectory 声明 conversation.trajectory.images 子槽位,纯图片记录行以图片数量标注,内联 imageSrc 嗅探作为死代码删除。 Closes #2986
18 lines
851 B
Markdown
18 lines
851 B
Markdown
# @deepseek-ai/dsh-client-ui-chat
|
|
|
|
English | [中文](README.zh.md)
|
|
|
|
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.
|