@deepseek-ai/dsh-time-context 0.1.2-alpha.5 → 0.1.3-alpha.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 +2 -2
- package/README.md +0 -1
- package/README.zh.md +0 -1
- package/package.json +22 -22
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/context/time-context/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: 22d46b4f81066511b89113c8da5a61c901db5e2d
|
|
6
|
+
README.zh.md: 443b055783c35bb82d0e4d3095a345a46cc1b034
|
package/README.md
CHANGED
|
@@ -88,7 +88,6 @@ When an injection is due, the plugin samples the wall clock, derives the browser
|
|
|
88
88
|
|
|
89
89
|
Read these pages when the package-level contract is not enough. They move from the design decision to the composition that mounts the plugin and the exhaustive configuration.
|
|
90
90
|
|
|
91
|
-
- [Durable per-step time-context decision record](../../../.agents/notes/implemented/feature/2026-07-16-durable-per-step-time-context.md) — design rationale for the durable reading.
|
|
92
91
|
- [Schedule user guide](../../../docs/user/guide/schedule.md) — the official configuration path for mounting this plugin.
|
|
93
92
|
- [Context group map](../README.md) — sibling request-context packages.
|
|
94
93
|
- [Generated configuration catalog](../../../docs/config-catalog.md#deepseek-aidsh-time-context) — every accepted config field and its source declaration.
|
package/README.zh.md
CHANGED
|
@@ -88,7 +88,6 @@ kind: "package-reference"
|
|
|
88
88
|
|
|
89
89
|
包级约定不够用时阅读以下页面。它们从设计决策进入挂载本插件的组合与穷尽式配置。
|
|
90
90
|
|
|
91
|
-
- [持久按步骤 time-context 决策记录](../../../.agents/notes/implemented/feature/2026-07-16-durable-per-step-time-context.zh.md)——持久读数的设计理由。
|
|
92
91
|
- [Schedule 用户指南](../../../docs/user/guide/schedule.zh.md)——挂载本插件的官方配置路径。
|
|
93
92
|
- [context 组地图](../README.zh.md)——相邻的请求上下文包。
|
|
94
93
|
- [生成的配置目录](../../../docs/config-catalog.zh.md#deepseek-aidsh-time-context)——每个受支持配置字段及其源声明。
|
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.3-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -33,33 +33,33 @@
|
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"zod": "^4.4.3",
|
|
36
|
-
"@deepseek-ai/dsh-util-values": "^0.1.
|
|
36
|
+
"@deepseek-ai/dsh-util-values": "^0.1.3-alpha.2",
|
|
37
37
|
"@deepseek-ai/schemastery": "^3.18.2"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
41
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
42
|
-
"@deepseek-ai/dsh-invariants": "^0.1.
|
|
43
|
-
"@deepseek-ai/dsh-
|
|
44
|
-
"@deepseek-ai/dsh-session
|
|
45
|
-
"@deepseek-ai/dsh-
|
|
41
|
+
"@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
|
|
42
|
+
"@deepseek-ai/dsh-invariants": "^0.1.3-alpha.2",
|
|
43
|
+
"@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
|
|
44
|
+
"@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
|
|
45
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.3-alpha.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
49
|
-
"@deepseek-ai/dsh-agent": "^0.1.
|
|
50
|
-
"@deepseek-ai/dsh-agent-loop": "^0.1.
|
|
51
|
-
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.
|
|
52
|
-
"@deepseek-ai/dsh-app-boot": "^0.1.
|
|
53
|
-
"@deepseek-ai/dsh-bash-local": "^0.1.
|
|
54
|
-
"@deepseek-ai/dsh-invariants": "^0.1.
|
|
55
|
-
"@deepseek-ai/dsh-
|
|
56
|
-
"@deepseek-ai/dsh-
|
|
57
|
-
"@deepseek-ai/dsh-session
|
|
58
|
-
"@deepseek-ai/dsh-
|
|
59
|
-
"@deepseek-ai/dsh-
|
|
60
|
-
"@deepseek-ai/dsh-
|
|
61
|
-
"@deepseek-ai/dsh-
|
|
62
|
-
"@deepseek-ai/dsh-
|
|
63
|
-
"@deepseek-ai/dsh-
|
|
49
|
+
"@deepseek-ai/dsh-agent": "^0.1.3-alpha.2",
|
|
50
|
+
"@deepseek-ai/dsh-agent-loop": "^0.1.3-alpha.2",
|
|
51
|
+
"@deepseek-ai/dsh-agent-loop-testkit": "^0.1.3-alpha.2",
|
|
52
|
+
"@deepseek-ai/dsh-app-boot": "^0.1.3-alpha.2",
|
|
53
|
+
"@deepseek-ai/dsh-bash-local": "^0.1.3-alpha.2",
|
|
54
|
+
"@deepseek-ai/dsh-invariants": "^0.1.3-alpha.2",
|
|
55
|
+
"@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
|
|
56
|
+
"@deepseek-ai/dsh-loader-smoke": "^0.1.3-alpha.2",
|
|
57
|
+
"@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
|
|
58
|
+
"@deepseek-ai/dsh-session-checkpoint-policy": "^0.1.3-alpha.2",
|
|
59
|
+
"@deepseek-ai/dsh-session-persistence-jsonl": "^0.1.3-alpha.2",
|
|
60
|
+
"@deepseek-ai/dsh-session-projection": "^0.1.3-alpha.2",
|
|
61
|
+
"@deepseek-ai/dsh-subprocess-local": "^0.1.3-alpha.2",
|
|
62
|
+
"@deepseek-ai/dsh-system-prompt": "^0.1.3-alpha.2",
|
|
63
|
+
"@deepseek-ai/dsh-tools": "^0.1.3-alpha.2"
|
|
64
64
|
}
|
|
65
65
|
}
|