@deepseek-ai/dsh-time-context 0.1.0-rc.8 → 0.1.1-rc.2
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 +1 -1
- package/README.zh.md +1 -1
- package/package.json +15 -15
package/README.i18n.yaml
CHANGED
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
# after editing either side, bring the other along and re-record with:
|
|
4
4
|
# pnpm run verify-translation-pairing --write packages/context/time-context/README.md
|
|
5
5
|
README.md: 0bdb0d463362427d6a7050c2d7d6d55f96779f9c
|
|
6
|
-
README.zh.md:
|
|
6
|
+
README.zh.md: 8f95b133afed5cd872f80d8f0f5ae69e53062325
|
package/README.zh.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[English](README.md) | 中文
|
|
4
4
|
|
|
5
|
-
可选的持久上下文,包含当前带时区时间、附加到当前开放请求的浏览器时区,以及在模型请求准备期间采样的经过时长。默认组合不启用它;Schedule Web overlay 会挂载它,使模型可以按用户的浏览器时区解释未明确限定时区的日期和时间。决策记录:[持久 time-context Agent Note](../../../.agents/notes/implemented/feature/2026-07-16-durable-per-step-time-context.md)。
|
|
5
|
+
可选的持久上下文,包含当前带时区时间、附加到当前开放请求的浏览器时区,以及在模型请求准备期间采样的经过时长。默认组合不启用它;Schedule Web overlay 会挂载它,使模型可以按用户的浏览器时区解释未明确限定时区的日期和时间。决策记录:[持久 time-context Agent Note](../../../.agents/notes/implemented/feature/2026-07-16-durable-per-step-time-context.zh.md)。
|
|
6
6
|
|
|
7
7
|
## 配置
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-time-context",
|
|
3
3
|
"description": "Opt-in durable per-step context with the current time and elapsed time",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1-rc.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"@deepseek-ai/schemastery": "^3.18.1"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@deepseek-ai/dsh-
|
|
39
|
-
"@deepseek-ai/dsh-
|
|
40
|
-
"@deepseek-ai/
|
|
41
|
-
"@deepseek-ai/
|
|
38
|
+
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
39
|
+
"@deepseek-ai/dsh-session": "^0.1.1-rc.2",
|
|
40
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
41
|
+
"@deepseek-ai/dsh-agent": "^0.1.1-rc.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
45
|
-
"@deepseek-ai/dsh-
|
|
46
|
-
"@deepseek-ai/dsh-
|
|
47
|
-
"@deepseek-ai/dsh-
|
|
48
|
-
"@deepseek-ai/dsh-
|
|
49
|
-
"@deepseek-ai/dsh-
|
|
50
|
-
"@deepseek-ai/dsh-
|
|
51
|
-
"@deepseek-ai/
|
|
52
|
-
"@deepseek-ai/dsh-
|
|
53
|
-
"@deepseek-ai/
|
|
44
|
+
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.1-rc.2",
|
|
45
|
+
"@deepseek-ai/dsh-invariants": "^0.1.1-rc.2",
|
|
46
|
+
"@deepseek-ai/dsh-loader-smoke": "^0.1.1-rc.2",
|
|
47
|
+
"@deepseek-ai/dsh-agent-loop": "^0.1.1-rc.2",
|
|
48
|
+
"@deepseek-ai/dsh-session": "^0.1.1-rc.2",
|
|
49
|
+
"@deepseek-ai/dsh-tools": "^0.1.1-rc.2",
|
|
50
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.1-rc.2",
|
|
51
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
52
|
+
"@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
|
|
53
|
+
"@deepseek-ai/dsh-agent": "^0.1.1-rc.2"
|
|
54
54
|
}
|
|
55
55
|
}
|