@deepseek-ai/dsh-session-title 0.1.3-alpha.2 → 0.1.5-alpha.1
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 +2 -2
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/package.json +16 -16
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/session/session-title/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: 09778e4e2b1cf1e6e6e4dc20dbe9237a4a0cc51f
|
|
6
|
+
README.zh.md: 3e5bf34273a85747e0b5624df99c3815a134f937
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ English | [中文](README.zh.md)
|
|
|
9
9
|
|
|
10
10
|
## Summary
|
|
11
11
|
|
|
12
|
-
`dsh-session-title`
|
|
12
|
+
Use `dsh-session-title` to give each session a client-visible title from the first eligible human message, an optional asynchronous generator, or an explicit user rename. Accepted titles persist through replay, resume, and paging but never enter model input. Automatic generation never delays the main agent response, and newer title requests supersede older work. Choose the package when clients need durable titles with configurable length limits and a deliberate `refresh()` path for regenerating them.
|
|
13
13
|
|
|
14
14
|
## Table of Contents
|
|
15
15
|
|
package/README.zh.md
CHANGED
|
@@ -9,7 +9,7 @@ kind: "package-reference"
|
|
|
9
9
|
|
|
10
10
|
## 概述
|
|
11
11
|
|
|
12
|
-
`dsh-session-title`
|
|
12
|
+
使用 `dsh-session-title` 为每个会话提供客户端可见标题,标题可以来自第一条符合条件的用户消息、可选异步生成器或显式用户重命名。已接受的标题在回放、恢复与分页后仍然存在,但绝不会进入模型输入。自动生成绝不会延迟主 agent 响应,较新的标题请求会取代旧工作。当客户端需要带可配置长度上限的持久标题,以及通过 `refresh()` 主动重新生成标题的路径时,请选择本包。
|
|
13
13
|
|
|
14
14
|
## 目录
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-session-title",
|
|
3
3
|
"description": "Log-backed session title service and provider registry for the DeepSeek Harness",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.5-alpha.1",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -42,27 +42,27 @@
|
|
|
42
42
|
"license": "MIT",
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
45
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
46
|
-
"@deepseek-ai/dsh-
|
|
47
|
-
"@deepseek-ai/dsh-
|
|
48
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
49
|
-
"@deepseek-ai/dsh-session": "^0.1.
|
|
50
|
-
"@deepseek-ai/dsh-session-projection": "^0.1.
|
|
45
|
+
"@deepseek-ai/dsh-agent": "^0.1.5-alpha.1",
|
|
46
|
+
"@deepseek-ai/dsh-brand": "^0.1.5-alpha.1",
|
|
47
|
+
"@deepseek-ai/dsh-invariants": "^0.1.5-alpha.1",
|
|
48
|
+
"@deepseek-ai/dsh-llm": "^0.1.5-alpha.1",
|
|
49
|
+
"@deepseek-ai/dsh-session": "^0.1.5-alpha.1",
|
|
50
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.5-alpha.1"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"zod": "^4.4.3",
|
|
54
|
-
"@deepseek-ai/dsh-util-values": "^0.1.
|
|
54
|
+
"@deepseek-ai/dsh-util-values": "^0.1.5-alpha.1",
|
|
55
55
|
"@deepseek-ai/schemastery": "^3.18.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@deepseek-ai/dsh-agent-loop": "^0.1.3-alpha.2",
|
|
59
|
-
"@deepseek-ai/dsh-invariants": "^0.1.3-alpha.2",
|
|
60
|
-
"@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
|
|
61
|
-
"@deepseek-ai/dsh-brand": "^0.1.3-alpha.2",
|
|
62
|
-
"@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
|
|
63
|
-
"@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.3-alpha.2",
|
|
64
|
-
"@deepseek-ai/dsh-session-projection": "^0.1.3-alpha.2",
|
|
65
58
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
66
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
59
|
+
"@deepseek-ai/dsh-agent": "^0.1.5-alpha.1",
|
|
60
|
+
"@deepseek-ai/dsh-agent-loop": "^0.1.5-alpha.1",
|
|
61
|
+
"@deepseek-ai/dsh-brand": "^0.1.5-alpha.1",
|
|
62
|
+
"@deepseek-ai/dsh-invariants": "^0.1.5-alpha.1",
|
|
63
|
+
"@deepseek-ai/dsh-llm": "^0.1.5-alpha.1",
|
|
64
|
+
"@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.5-alpha.1",
|
|
65
|
+
"@deepseek-ai/dsh-session": "^0.1.5-alpha.1",
|
|
66
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.5-alpha.1"
|
|
67
67
|
}
|
|
68
68
|
}
|