@deepseek-ai/dsh-client-ui-reference 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 +1 -1
- package/README.zh.md +1 -1
- package/package.json +13 -13
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/client/ui-reference/README.md
|
|
5
|
-
README.md:
|
|
6
|
-
README.zh.md:
|
|
5
|
+
README.md: ecabff50060ac80c21c223fa64a898184a619aba
|
|
6
|
+
README.zh.md: f8c5ec7a664aa28efa3f836106af46049480fe56
|
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ These pages cover the suggestion machinery, the reference seams, and the input p
|
|
|
67
67
|
- [ui-input-trigger](../ui-input-trigger/README.md) — the inline suggestion machinery the source registers into.
|
|
68
68
|
- [file-reference](../../context/file-reference/README.md) — the `@file` seam and its provider contract.
|
|
69
69
|
- [session-reference](../../context/session-reference/README.md) — the `@session` seam and prepared snapshot semantics.
|
|
70
|
-
- [Web input machine and slash pipeline](../../../.agents/notes/
|
|
70
|
+
- [Web input machine and slash pipeline](../../../.agents/notes/archived/architecture/2026-07-25-web-input-machine-and-slash-pipeline.md) — how references and commands share the input machine.
|
|
71
71
|
|
|
72
72
|
-----
|
|
73
73
|
|
package/README.zh.md
CHANGED
|
@@ -67,7 +67,7 @@ kind: "package-reference"
|
|
|
67
67
|
- [ui-input-trigger](../ui-input-trigger/README.zh.md)——该 source 注册进的行内建议机制。
|
|
68
68
|
- [file-reference](../../context/file-reference/README.zh.md)——`@file` seam 及其提供方约定。
|
|
69
69
|
- [session-reference](../../context/session-reference/README.zh.md)——`@session` seam 与准备后快照的语义。
|
|
70
|
-
- [Web 输入机器与 slash 流水线](../../../.agents/notes/
|
|
70
|
+
- [Web 输入机器与 slash 流水线](../../../.agents/notes/archived/architecture/2026-07-25-web-input-machine-and-slash-pipeline.md)——引用与命令如何共享输入机器。
|
|
71
71
|
|
|
72
72
|
-----
|
|
73
73
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deepseek-ai/dsh-client-ui-reference",
|
|
3
3
|
"description": "Unified Web @file and @session reference source",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3-alpha.2",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -42,18 +42,18 @@
|
|
|
42
42
|
"@deepseek-ai/cordis": "^4.0.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@deepseek-ai/dsh-api-remotes": "^0.1.
|
|
46
|
-
"@deepseek-ai/dsh-api-session-controller": "^0.1.
|
|
47
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.
|
|
48
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.
|
|
49
|
-
"@deepseek-ai/dsh-client-test-runtime": "^0.1.
|
|
50
|
-
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.
|
|
51
|
-
"@deepseek-ai/dsh-client-ui-
|
|
52
|
-
"@deepseek-ai/dsh-client-ui-
|
|
53
|
-
"@deepseek-ai/dsh-file-reference": "^0.1.
|
|
54
|
-
"@deepseek-ai/dsh-session-reference": "^0.1.
|
|
55
|
-
"@deepseek-ai/dsh-util-workspace-path": "^0.1.
|
|
56
|
-
"@deepseek-ai/dsh-typert-protocol": "^0.1.
|
|
45
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.3-alpha.2",
|
|
46
|
+
"@deepseek-ai/dsh-api-session-controller": "^0.1.3-alpha.2",
|
|
47
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.3-alpha.2",
|
|
48
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.3-alpha.2",
|
|
49
|
+
"@deepseek-ai/dsh-client-test-runtime": "^0.1.3-alpha.2",
|
|
50
|
+
"@deepseek-ai/dsh-client-ui-input-trigger": "^0.1.3-alpha.2",
|
|
51
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.3-alpha.2",
|
|
52
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.3-alpha.2",
|
|
53
|
+
"@deepseek-ai/dsh-file-reference": "^0.1.3-alpha.2",
|
|
54
|
+
"@deepseek-ai/dsh-session-reference": "^0.1.3-alpha.2",
|
|
55
|
+
"@deepseek-ai/dsh-util-workspace-path": "^0.1.3-alpha.2",
|
|
56
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.3-alpha.2",
|
|
57
57
|
"@deepseek-ai/cordis": "^4.0.2"
|
|
58
58
|
},
|
|
59
59
|
"files": [
|