@deepseek-ai/dsh-web 0.1.7-alpha.2 → 0.1.7-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.
Files changed (2) hide show
  1. package/README.i18n.yaml +66 -5
  2. package/package.json +3 -3
package/README.i18n.yaml CHANGED
@@ -1,6 +1,67 @@
1
- # Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
2
- # side as of the last confirmed-consistent state. Both languages carry equal authority;
3
- # after editing either side, bring the other along and re-record with:
1
+ # Bilingual-pair consistency record for README.md (docs/i18n/README.md): per heading
2
+ # section, a hash of its English and Chinese blocks outside code blocks and generated regions.
3
+ # After editing either side, bring the other along and re-record with:
4
4
  # pnpm run verify-translation-pairing --write packages/web/web/README.md
5
- README.md: 157c6d9e3a33b58b982e7c513b5e89af3878fa6d
6
- README.zh.md: f937fc127b7f6e1021e5f1d8ce210605ca8c8bd1
5
+ /:
6
+ en: 31868a4f15364a93
7
+ zh: 86824e1a18e237a7
8
+ /deepseek-ai-dsh-web:
9
+ en: 638e10f75ba99e83
10
+ zh: 048f07902d57284b
11
+ /deepseek-ai-dsh-web/summary:
12
+ en: 1b5907fc6e19e082
13
+ zh: 7e9ec25da5405e31
14
+ /deepseek-ai-dsh-web/table-of-contents:
15
+ en: d152484eb41ac6b4
16
+ zh: 09388d293f9be9cb
17
+ /deepseek-ai-dsh-web/use-this-package:
18
+ en: 785a97708cc9181c
19
+ zh: 0d39ff291d483102
20
+ /deepseek-ai-dsh-web/use-this-package/when-to-choose-it:
21
+ en: 557a8a3f2dfebae4
22
+ zh: 3c85382484e4b717
23
+ /deepseek-ai-dsh-web/use-this-package/minimal-configuration:
24
+ en: 71517ad8040d3c0c
25
+ zh: 003068238cb40fa5
26
+ /deepseek-ai-dsh-web/use-this-package/searching-and-fetching:
27
+ en: 713944abf68263cd
28
+ zh: c428cb53b8708e99
29
+ /deepseek-ai-dsh-web/use-this-package/provider-selection:
30
+ en: a1d16fc8e3d3d7eb
31
+ zh: d7c91ce0bbd5e0e7
32
+ /deepseek-ai-dsh-web/use-this-package/failures-and-recovery:
33
+ en: d8d09ed3839f6474
34
+ zh: 7164d902f333592a
35
+ /deepseek-ai-dsh-web/understand-the-implementation:
36
+ en: a3364d8193deb7f0
37
+ zh: d1c4afbf25a7ae4d
38
+ /deepseek-ai-dsh-web/understand-the-implementation/design-philosophy:
39
+ en: c4d5437cfb1e2157
40
+ zh: 411b1b398de73426
41
+ /deepseek-ai-dsh-web/understand-the-implementation/source-map:
42
+ en: 75e450b263def321
43
+ zh: 7f28ff78ba2a5f03
44
+ /deepseek-ai-dsh-web/understand-the-implementation/data-model:
45
+ en: 300340ff8465a03e
46
+ zh: 34ab66eb6969dc94
47
+ /deepseek-ai-dsh-web/understand-the-implementation/selection-flow:
48
+ en: 07dcd35a0a6369b2
49
+ zh: 927fe797d9079547
50
+ /deepseek-ai-dsh-web/further-exploration:
51
+ en: 4d20191bdcda4090
52
+ zh: 304bade4ce9db317
53
+ /deepseek-ai-dsh-web/model-experience:
54
+ en: 63b036297656ad0b
55
+ zh: 86148aba2555a37f
56
+ /deepseek-ai-dsh-web/model-experience/kv-cache-effect:
57
+ en: 40294c1c31b74824
58
+ zh: d75d48f485447a74
59
+ /deepseek-ai-dsh-web/known-limitations-and-deferred-work:
60
+ en: 351cb8edb6898838
61
+ zh: ed5b3f95a542e6bf
62
+ /deepseek-ai-dsh-web/known-limitations-and-deferred-work/dev-note:
63
+ en: 7f775cc79dbce94b
64
+ zh: 12b8f68f9e7c48ca
65
+ /deepseek-ai-dsh-web/known-limitations-and-deferred-work/dev-note/future-observing-provider-state:
66
+ en: 855f97574a820579
67
+ zh: 360ff6cd2ed82904
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@deepseek-ai/dsh-web",
3
3
  "description": "Abstract web access capability seam (ctx.web) for the DeepSeek Harness — search/fetch provider registry, registration-order-independent selection, request/result vocabulary, and the WebError taxonomy",
4
- "version": "0.1.7-alpha.2",
4
+ "version": "0.1.7-rc.2",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -27,14 +27,14 @@
27
27
  ],
28
28
  "license": "MIT",
29
29
  "peerDependencies": {
30
- "@deepseek-ai/dsh-llm": "0.1.7-alpha.2",
30
+ "@deepseek-ai/dsh-llm": "0.1.7-rc.2",
31
31
  "@deepseek-ai/cordis": "~4.0.4"
32
32
  },
33
33
  "dependencies": {
34
34
  "@deepseek-ai/schemastery": "~3.18.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@deepseek-ai/dsh-llm": "0.1.7-alpha.2",
37
+ "@deepseek-ai/dsh-llm": "0.1.7-rc.2",
38
38
  "@deepseek-ai/cordis": "~4.0.4"
39
39
  }
40
40
  }