dsh-plugin-guide 0.3.16 → 0.3.17
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-es.md +43 -40
- package/README-hi.md +43 -40
- package/README-pt.md +43 -40
- package/README-zh.md +43 -40
- package/README.md +19 -15
- package/dist/dsh-plugin-dev.js +230 -6
- package/guide/plugin-dev-guide.md +1 -1
- package/guide/release-engineering.md +7 -5
- package/guide/release-engineering.zh-CN.md +7 -5
- package/guide/unfixed-issues.md +4 -2
- package/package.json +5 -4
- package/references/official-docs/docs/cookbook/adding-a-settings-card.md +8 -8
- package/references/official-docs/docs/cookbook/adding-a-settings-card.zh.md +8 -8
- package/templates/js/README-es.md +1 -1
- package/templates/js/README-hi.md +1 -1
- package/templates/js/README-pt.md +1 -1
- package/templates/js/README-zh.md +1 -1
- package/templates/js/README.md +1 -1
- package/templates/js/package.json +2 -2
- package/templates/ts/README-es.md +1 -1
- package/templates/ts/README-hi.md +1 -1
- package/templates/ts/README-pt.md +1 -1
- package/templates/ts/README-zh.md +1 -1
- package/templates/ts/README.md +1 -1
- package/templates/ts/package.json +2 -2
package/templates/js/README.md
CHANGED
|
@@ -6,7 +6,7 @@ A DeepSeek Harness (DSH) plugin scaffolded by [`dsh-plugin-dev new`](https://git
|
|
|
6
6
|
|
|
7
7
|
| Surface | Status |
|
|
8
8
|
|---|---|
|
|
9
|
-
| Harness | DeepSeek Harness `0.1.
|
|
9
|
+
| Harness | DeepSeek Harness `0.1.7-alpha.2` |
|
|
10
10
|
| Node | `^22.19.0 || >=24.0.0` |
|
|
11
11
|
| Platforms | All (plain ESM; no native code, no network) |
|
|
12
12
|
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
16
|
-
"@deepseek-ai/dsh-tools": "
|
|
16
|
+
"@deepseek-ai/dsh-tools": "{{dshPeerRange}}",
|
|
17
17
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
18
18
|
"vitest": "^3.2.7"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
21
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
22
|
-
"@deepseek-ai/dsh-tools": "
|
|
22
|
+
"@deepseek-ai/dsh-tools": "{{dshPeerRange}}",
|
|
23
23
|
"@deepseek-ai/schemastery": "^3.18.2"
|
|
24
24
|
},
|
|
25
25
|
"dsh": {
|
|
@@ -6,7 +6,7 @@ Un plugin de DeepSeek Harness (DSH) generado con [`dsh-plugin-dev new`](https://
|
|
|
6
6
|
|
|
7
7
|
| Superficie | Estado |
|
|
8
8
|
|---|---|
|
|
9
|
-
| Harness | DeepSeek Harness `0.1.
|
|
9
|
+
| Harness | DeepSeek Harness `0.1.7-alpha.2` |
|
|
10
10
|
| Node | `^22.19.0 || >=24.0.0` |
|
|
11
11
|
| Plataformas | Todas (ESM puro; sin código nativo, sin red) |
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@ Um plugin do DeepSeek Harness (DSH) gerado com [`dsh-plugin-dev new`](https://gi
|
|
|
6
6
|
|
|
7
7
|
| Superfície | Estado |
|
|
8
8
|
|---|---|
|
|
9
|
-
| Harness | DeepSeek Harness `0.1.
|
|
9
|
+
| Harness | DeepSeek Harness `0.1.7-alpha.2` |
|
|
10
10
|
| Node | `^22.19.0 || >=24.0.0` |
|
|
11
11
|
| Plataformas | Todas (ESM puro; sem código nativo, sem rede) |
|
|
12
12
|
|
package/templates/ts/README.md
CHANGED
|
@@ -6,7 +6,7 @@ A DeepSeek Harness (DSH) plugin scaffolded by [`dsh-plugin-dev new`](https://git
|
|
|
6
6
|
|
|
7
7
|
| Surface | Status |
|
|
8
8
|
|---|---|
|
|
9
|
-
| Harness | DeepSeek Harness `0.1.
|
|
9
|
+
| Harness | DeepSeek Harness `0.1.7-alpha.2` |
|
|
10
10
|
| Node | `^22.19.0 || >=24.0.0` |
|
|
11
11
|
| Platforms | All (plain ESM; no native code, no network) |
|
|
12
12
|
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
24
|
-
"@deepseek-ai/dsh-tools": "
|
|
24
|
+
"@deepseek-ai/dsh-tools": "{{dshPeerRange}}",
|
|
25
25
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
26
26
|
"@types/node": "^22.20.1",
|
|
27
27
|
"vitest": "^3.2.7"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
31
|
-
"@deepseek-ai/dsh-tools": "
|
|
31
|
+
"@deepseek-ai/dsh-tools": "{{dshPeerRange}}",
|
|
32
32
|
"@deepseek-ai/schemastery": "^3.18.2"
|
|
33
33
|
},
|
|
34
34
|
"dsh": {
|