@deepseek-ai/dsh-sdk-protocol 0.1.2-rc.1 → 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 +8 -8
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/sdk/protocol/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: 7cc6a28ac4424927613da6e64e4508e25659ab1f
|
|
6
|
+
README.zh.md: 5a5e06e05a29dfca4c7449d82e440096b820baf5
|
package/README.md
CHANGED
|
@@ -91,7 +91,6 @@ Read these pages when the wire contract is not enough. They move from the servin
|
|
|
91
91
|
- [TypeScript SDK client](../client/README.md) — the client that drives this protocol.
|
|
92
92
|
- [Python SDK](../../../python/README.md) — the Python counterpart that mirrors these shapes.
|
|
93
93
|
- [SDK application bundle](../../bundle/sdk-app/README.md) — the `dsh --profile sdk` application that boots the server.
|
|
94
|
-
- [TypeScript SDK and SDK subagent backend decision](../../../.agents/notes/implemented/feature/2026-07-27-typescript-sdk-and-sdk-subagent-backend.md) — the client contract this protocol serves.
|
|
95
94
|
|
|
96
95
|
-----
|
|
97
96
|
|
package/README.zh.md
CHANGED
|
@@ -91,7 +91,6 @@ kind: "package-library"
|
|
|
91
91
|
- [TypeScript SDK 客户端](../client/README.zh.md) — 驱动该协议的客户端。
|
|
92
92
|
- [Python SDK](../../../python/README.zh.md) — 复现这些结构的 Python 对侧实现。
|
|
93
93
|
- [SDK 应用组合包](../../bundle/sdk-app/README.zh.md) — 启动服务器的 `dsh --profile sdk` 应用。
|
|
94
|
-
- [TypeScript SDK 与 SDK subagent 后端决策](../../../.agents/notes/implemented/feature/2026-07-27-typescript-sdk-and-sdk-subagent-backend.zh.md) — 该协议所服务的客户端约定。
|
|
95
94
|
|
|
96
95
|
-----
|
|
97
96
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-sdk-protocol",
|
|
3
3
|
"description": "Shared wire protocol for the DeepSeek Harness SDK runtime: the newline-delimited JSON-RPC stdio transport and the named request, result, and notification types spoken between the runtime server and SDK clients",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
],
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@deepseek-ai/dsh-session": "^0.1.
|
|
30
|
-
"@deepseek-ai/dsh-llm": "^0.1.
|
|
31
|
-
"@deepseek-ai/
|
|
32
|
-
"@deepseek-ai/
|
|
29
|
+
"@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
|
|
30
|
+
"@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
|
|
31
|
+
"@deepseek-ai/cordis": "^4.0.2",
|
|
32
|
+
"@deepseek-ai/dsh-subagent": "^0.1.3-alpha.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@deepseek-ai/dsh-
|
|
36
|
-
"@deepseek-ai/dsh-
|
|
37
|
-
"@deepseek-ai/dsh-subagent": "^0.1.
|
|
35
|
+
"@deepseek-ai/dsh-llm": "^0.1.3-alpha.2",
|
|
36
|
+
"@deepseek-ai/dsh-session": "^0.1.3-alpha.2",
|
|
37
|
+
"@deepseek-ai/dsh-subagent": "^0.1.3-alpha.2",
|
|
38
38
|
"@deepseek-ai/cordis": "^4.0.2"
|
|
39
39
|
}
|
|
40
40
|
}
|