@prettier-ai/dsh-client-ui-chat 0.1.2-alpha.3 → 0.1.2-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.i18n.yaml CHANGED
@@ -2,5 +2,5 @@
2
2
  # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
3
  # after editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/client/ui-chat/README.md
5
- README.md: 756b09ee1bc1f849d507bc06faad6d5365f0b851
6
- README.zh.md: 6e6278c5fe3f7a31c4e7f4485aa6ebe0dcf95f60
5
+ README.md: 79214bf2feb8384cecbb152aa31af162dc6dfdde
6
+ README.zh.md: 674959e1974c74abba75f179eff50fe8488458fc
package/README.md CHANGED
@@ -46,7 +46,7 @@ Settings → General exposes a persisted `Normal` / `Compact` conversation-displ
46
46
  <a id="scroll-ownership"></a>
47
47
  ## Scroll ownership
48
48
 
49
- Chat restores semantic anchors across history prepend and renderer remounts. While the reader is pinned to the floor, `ResizeObserver` follows the new floor and selects the latest loaded Turn without reading row geometry. Once the reader moves away, flow-height changes preserve the top position and the reading-line geometry selects the active Turn ([loaded-Turn navigation](../../../.agents/notes/implemented/feature/2026-08-25-loaded-turn-chat-navigation.md)).
49
+ Chat restores semantic anchors across history prepend and renderer remounts. While the reader is pinned to the floor, `ResizeObserver` follows the new floor and selects the latest loaded Turn without reading row geometry. Once the reader moves away, flow-height changes preserve the top position and the reading-line geometry selects the active Turn. Turn-rail previews paint above sticky Markdown code-block banners, while the rail frame remains inside the transcript band above the composer ([loaded-Turn navigation](../../../.agents/notes/implemented/feature/2026-08-25-loaded-turn-chat-navigation.md)).
50
50
 
51
51
  -----
52
52
 
@@ -76,3 +76,5 @@ None; Chat presentation does not assemble or mutate provider requests.
76
76
  None.
77
77
 
78
78
  </details>
79
+
80
+ **Runtime invariant:** No companion is published. Conversation and Slot registration enforce Chat target consistency.
package/README.zh.md CHANGED
@@ -46,7 +46,7 @@ Chat 会为每个非空的初始或恢复请求、显式消息序列起点或真
46
46
  <a id="scroll-ownership"></a>
47
47
  ## 滚动归属
48
48
 
49
- Chat 会在历史前插与 renderer 重新挂载时恢复语义锚点。读者跟随底部时,`ResizeObserver` 追随新的底部,并且无需读取行几何就选中最后一个已加载 Turn;读者离开底部后,高度变化会保持顶部位置,再由阅读线几何选择活跃 Turn[已加载 Turn 导航](../../../.agents/notes/implemented/feature/2026-08-25-loaded-turn-chat-navigation.zh.md))。
49
+ Chat 会在历史前插与 renderer 重新挂载时恢复语义锚点。读者跟随底部时,`ResizeObserver` 追随新的底部,并且无需读取行几何就选中最后一个已加载 Turn;读者离开底部后,高度变化会保持顶部位置,再由阅读线几何选择活跃 Turn。轮次导航预览位于 Markdown 代码块粘性头栏上方,而导航外框始终处于 composer 上方的 transcript 区域内([已加载 Turn 导航](../../../.agents/notes/implemented/feature/2026-08-25-loaded-turn-chat-navigation.zh.md))。
50
50
 
51
51
  -----
52
52
 
@@ -76,3 +76,5 @@ Chat 会在历史前插与 renderer 重新挂载时恢复语义锚点。读者
76
76
  无。
77
77
 
78
78
  </details>
79
+
80
+ **运行时不变式:** 不发布伴生入口。Conversation 与 Slot 注册已经强制 Chat target 一致。