@morlay/ui-conversation-message-actions 0.0.10 → 0.0.12

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.md CHANGED
@@ -77,11 +77,5 @@
77
77
  依赖 `ctx.sessionBranch`(需先装配 `@morlay/session-rdb` 等
78
78
  provider 实现)与 `ctx.sessions`(dsh-session);`agents` 可选。
79
79
 
80
- ## 测试
81
-
82
- ```sh
83
- just test packages/ui-conversation-message-actions
84
- ```
85
-
86
80
  端到端装配真实 rdb 后端,验证 retry / rewind / fork / timeline 闭环,
87
81
  以及 live 会话的 rewind(内存 log / coordinator cursor 同步)与 agent 重放。