@morlay/better-session 0.0.17 → 0.0.18

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -17,7 +17,7 @@ dsh plugin --profile web add "@morlay/better-session"
17
17
 
18
18
  - `ctx.sessionPersistence` ← RDB(SQLite / PostgreSQL)持久化后端
19
19
  - `ctx.sessionBranch` ← rewind / fork 数据层
20
- - `ctx.sessionEditor` ← edit / retry / fork 编排(HTTP:`/session-editor`)
20
+ - `ctx.sessionEditor` ← edit / retry / recall / fork 编排(HTTP:`/session-editor`)
21
21
  - `conversation.chat.node` ← 渲染替换(user 消息行内编辑 / 重试按钮)
22
22
  - `ctx.sessionProjectionCache` ← 投影 checkpoint(替换官方插件,落 rdb 语义表)
23
23
  - storage hub 的 `rdb` KV 后端 ← workspace 域落 rdb 语义表
@@ -31,7 +31,7 @@ dsh plugin --profile web add "@morlay/better-session"
31
31
 
32
32
  装配后即可在 GUI 会话中:
33
33
 
34
- - **编辑** user 消息 → 就地重写并重放(重新生成回复)
34
+ - **编辑** user 消息 → 撤回该消息及其后内容到输入框(rewind,不重放),用户改后自行发送(带确认弹窗)
35
35
  - **重试** 任意闭合回合 → 就地重放该回合输入(带确认弹窗)
36
36
  - **分支**(fork)→ 从任意闭合边界派生**新会话**
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morlay/better-session",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Example dsh profile bundle: assembles @morlay/session-rdb and @morlay/ui-conversation-message-actions into a web profile — rewind / retry / fork closed loop on RDB persistence.",
5
5
  "keywords": [
6
6
  "dsh",
@@ -29,9 +29,9 @@
29
29
  "./cordis.patch.yml": "./cordis.patch.yml"
30
30
  },
31
31
  "dependencies": {
32
- "@morlay/session-branch": "^0.0.5",
33
- "@morlay/session-rdb": "^0.0.17",
34
- "@morlay/ui-conversation-message-actions": "^0.0.15"
32
+ "@morlay/session-branch": "^0.0.6",
33
+ "@morlay/session-rdb": "^0.0.18",
34
+ "@morlay/ui-conversation-message-actions": "^0.0.16"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@deepseek-ai/cordis": "^4.0.2"