Fold-first collapse polish, details-panel quoting, and crisp rendering at every zoom level. Verified against DeepSeek Harness 0.1.0-rc.8 (still compatible with 0.1.0-rc.7).
打磨折叠交互、重做引用方式、修复缩放清晰度。已在 DeepSeek Harness 0.1.0-rc.8 上验证(仍兼容 0.1.0-rc.7)。
Install / 安装
dsh plugin --profile web add dsh-nested-followupsAlready installed? Reinstall the plugin and restart the web profile.
已安装的话,重新安装插件并重启网页服务即可升级。
Changed / 变更
- A tree now opens fully folded on first visit: the trunk plus one dot per
anchor. Opening a dot always starts from capsules, so each level is revealed
deliberately. / 首次打开一棵树即为最小形态:主干加每个锚点一枚点位;点开点位
永远从胶囊列表开始,每一层都由你亲自选择展开。 - A capsule's count reports only that branch's own messages; nested content is
signalled by the child-branch marker. / 胶囊计数只统计该分支自身的消息,嵌套
内容由子分支标记提示。 - Quoting moved into the message details panel: select a passage, save it in
the popover (several quotes, each with an optional note), and the follow-up
box lists them as chips. / 引用改到消息详情面板中完成:选中文字后在悬浮框里
保存(可存多条、可加备注),追问输入框以标签形式列出。 - Sibling capsules stack tightly, expanded frames keep guaranteed clearance,
folding never moves the viewport, and every connector is a solid line routed
through the dot control as one hub. / 兄弟胶囊紧凑堆叠、展开框保证间距不重叠、
折叠操作不再引发视口跳动;连接线全部改为实线,并以点位为枢纽汇聚。
Fixed / 修复
- Zooming blurred the tree: the stage raster was pinned at 1:1 by a permanent
compositor hint. Every zoom level now re-rasterizes crisply. / 缩放会让树
变糊——舞台栅格被常驻合成层提示钉死在 1:1。现在任何缩放倍率都会重新栅格化,
保持清晰。 - Focus did not visibly dim out-of-context cards inside branch regions.
/ 聚焦时,分支框内不属于上下文的卡片没有可见的变灰效果。 - Tooltips inside the zoomed canvas drifted away from their buttons; they now
render through a portal. The focus action uses a crosshair glyph. / 画布内的
提示气泡不再漂移(改用 portal 渲染);聚焦按钮换用十字准星图标。
Unchanged / 未变
Branch isolation, read-only execution, cascading delete, and the byte-identical
request prefix (provider cache reuse) are untouched.
分支隔离、只读执行、级联删除与逐字节一致的请求前缀(缓存复用)均未改动。