dsh-mcp-panel 0.6.6 → 0.6.8
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/CHANGELOG.md +17 -0
- package/README.es.md +5 -1
- package/README.hi.md +5 -1
- package/README.md +6 -2
- package/README.pt.md +5 -1
- package/README.zh.md +5 -1
- package/lib/index.js +1 -1
- package/lib/types/upstream.d.ts +1 -1
- package/package.json +27 -27
- package/src/probe.ts +1 -1
- package/src/upstream.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project are documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.6.8] - 2026-09-07
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Align the `@deepseek-ai/dsh-*` peer ranges to `>=0.1.2-rc.1 <0.2.0`: the older `>=0.1.0-rc.8 <0.2.0` band resolved to only the `0.1.0-rc.8` prerelease under registry-driven resolution and broke fresh tarball installs; no behavior change.
|
|
10
|
+
|
|
11
|
+
### Docs
|
|
12
|
+
|
|
13
|
+
- Refresh the five-language README support-version wording: the verified GitHub tag `dsh-v0.1.3-alpha.1` now leads the compatibility claim, while npm `0.1.2-rc.1` stays the published dependency-pin line (peers `>=0.1.2-rc.1 <0.2.0`); no behavior change.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## [0.6.7] - 2026-09-04
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Align the devDependency pins and the runtime `@deepseek-ai/dsh-subprocess` pin to the published dsh `0.1.2-rc.1` line, move the compat CI probes from the stale `0.1.2-alpha.3` pins to `0.1.2-rc.1`, and correct the `mcp/status` upstream-seam wording (proposed, not yet shipped — feature-detected); no behavior change.
|
|
21
|
+
|
|
5
22
|
## [0.6.6] - 2026-09-03
|
|
6
23
|
|
|
7
24
|
### Changed
|
package/README.es.md
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
| Superficie | Estado |
|
|
27
27
|
|---|---|
|
|
28
|
-
| Harness | DeepSeek Harness `
|
|
28
|
+
| Harness | DeepSeek Harness `dsh-v0.1.3-alpha.1` (tag de GitHub, verificado el 2026-09-06) (adaptado el 2026-09-02): el sobre de sesión conserva su campo ignorable solo para compatibilidad de lectura de logs almacenados - Session.append aún no puede estamparlo, por lo que el comportamiento de la puerta no cambia. Verificado el 2026-09-06 contra el checkout master dsh-v0.1.3-alpha.1 (cadena completa de puertas + smoke de instalación de perfil). |
|
|
29
29
|
| Node | `^22.19.0 \|\| >=24.0.0` |
|
|
30
30
|
| Plataformas | Web GUI (doble cara: host + navegador) |
|
|
31
31
|
| Modelo | Cualquiera (el panel es de solo lectura; solo la salida de `/mcp` es legible por el modelo) |
|
|
@@ -228,3 +228,7 @@ Este proyecto es uno de los [33 complementos de DeepSeek Harness](https://github
|
|
|
228
228
|
## License
|
|
229
229
|
|
|
230
230
|
[Apache License 2.0](LICENSE) © 2026 colaboradores de dsh-mcp-panel
|
|
231
|
+
|
|
232
|
+
### Instalar desde el mercado de DSH Desktop
|
|
233
|
+
|
|
234
|
+
Todos los plugins de PerryLink pueden explorarse en el mercado integrado de DSH Desktop: **Market → Sources → add source → pegar** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ seleccionarlo**. La instalación sigue pasando por la verificación de identidad npm del mercado y tu confirmación.
|
package/README.hi.md
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
| सतह | स्थिति |
|
|
27
27
|
|---|---|
|
|
28
|
-
| Harness | DeepSeek Harness `
|
|
28
|
+
| Harness | DeepSeek Harness `dsh-v0.1.3-alpha.1` (GitHub tag, 2026-09-06 को सत्यापित) (2026-09-02 को अनुकूलित): सत्र लिफ़ाफ़ा अपना ignorable फ़ील्ड केवल संग्रहीत-लॉग पठन संगतता के लिए रखता है - Session.append अभी भी इसे स्टैम्प नहीं कर सकता, इसलिए गेट व्यवहार अपरिवर्तित है। 2026-09-06 को dsh-v0.1.3-alpha.1 master checkout के विरुद्ध सत्यापित (पूर्ण गेट शृंखला + प्रोफ़ाइल इंस्टॉल स्मोक)। |
|
|
29
29
|
| Node | `^22.19.0 \|\| >=24.0.0` |
|
|
30
30
|
| प्लेटफ़ॉर्म | Web GUI (दोहरा चेहरा: host + browser) |
|
|
31
31
|
| मॉडल | कोई भी (पैनल रीड-ओनली है; केवल `/mcp` आउटपुट मॉडल-पठनीय है) |
|
|
@@ -228,3 +228,7 @@ pnpm run typecheck && pnpm run typecheck:ci && pnpm test && pnpm run build && pn
|
|
|
228
228
|
## License
|
|
229
229
|
|
|
230
230
|
[Apache License 2.0](LICENSE) © 2026 dsh-mcp-panel योगदानकर्ता
|
|
231
|
+
|
|
232
|
+
### DSH Desktop मार्केट से इंस्टॉल करें
|
|
233
|
+
|
|
234
|
+
सभी PerryLink प्लगइन DSH Desktop के बिल्ट-इन मार्केट में देखे जा सकते हैं: **Market → Sources → add source → पेस्ट करें** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ चुनें**। इंस्टॉलेशन मार्केट के npm-identity सत्यापन और आपकी पुष्टि से ही होता है।
|
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
| Surface | Status |
|
|
30
30
|
|---|---|
|
|
31
|
-
| Harness | DeepSeek Harness `
|
|
31
|
+
| Harness | DeepSeek Harness `dsh-v0.1.3-alpha.1` (GitHub tag, verified 2026-09-06) (adapted 2026-09-02): the session envelope keeps its ignorable field for stored-log read compatibility only - Session.append still cannot stamp it, so audit-gate behavior is unchanged. Verified 2026-09-06 against the dsh-v0.1.3-alpha.1 master checkout (full gate chain + profile install smoke). |
|
|
32
32
|
| Node | `^22.19.0 \|\| >=24.0.0` |
|
|
33
33
|
| Platforms | Web GUI (dual-face: host + browser) |
|
|
34
34
|
| Model | Any (the panel is read-only; only `/mcp` output is model-readable) |
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
└───────────────────────────┘ │
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
-
The console **reads** the client through its
|
|
77
|
+
The console **reads** the client through its proposed `mcp/status` observability seam (not yet shipped upstream; feature-detected) (event + `mcpStatus` query service), the tool registry, and the loader; it **writes** only the profile's patch layer — append-only, approval-gated, always backed up. Transport, OAuth, and protocol stay untouched.
|
|
78
78
|
|
|
79
79
|
## Console vs. hand-written cordis.yml
|
|
80
80
|
|
|
@@ -230,6 +230,10 @@ This project is one of the [33 DeepSeek Harness plugins](https://github.com/Perr
|
|
|
230
230
|
| **[dsh-dsh-test-drive](https://github.com/PerryLink/dsh-dsh-test-drive)** | Isolated install-and-smoke test drives for DeepSeek Harness plugins. | |
|
|
231
231
|
| **[dsh-dsh-translate](https://github.com/PerryLink/dsh-dsh-translate)** | Vendor parameter translation and deterministic JSON repair for DeepSeek Harness. | |
|
|
232
232
|
|
|
233
|
+
### Install from the DSH Desktop Market
|
|
234
|
+
|
|
235
|
+
All PerryLink plugins are browsable in the built-in DSH Desktop Market: **Market → Sources → add source → paste** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ select it**. Installation still goes through the Market's npm-identity verification and your confirmation.
|
|
236
|
+
|
|
233
237
|
## License
|
|
234
238
|
|
|
235
239
|
[Apache License 2.0](LICENSE) © 2026 dsh-mcp-panel contributors
|
package/README.pt.md
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
| Superfície | Status |
|
|
27
27
|
|---|---|
|
|
28
|
-
| Harness | DeepSeek Harness `
|
|
28
|
+
| Harness | DeepSeek Harness `dsh-v0.1.3-alpha.1` (tag do GitHub, verificado em 2026-09-06) (adaptado em 2026-09-02): o envelope de sessão mantém seu campo ignorable apenas para compatibilidade de leitura de logs armazenados - o Session.append ainda não consegue estampá-lo, então o comportamento da porta não muda. Verificado em 2026-09-06 contra o checkout master dsh-v0.1.3-alpha.1 (cadeia completa de portas + smoke de instalação de perfil). |
|
|
29
29
|
| Node | `^22.19.0 \|\| >=24.0.0` |
|
|
30
30
|
| Plataformas | Web GUI (duas faces: host + navegador) |
|
|
31
31
|
| Modelo | Qualquer (o painel é somente leitura; só a saída de `/mcp` é legível pelo modelo) |
|
|
@@ -228,3 +228,7 @@ Este projeto é um dos [33 plugins de DeepSeek Harness](https://github.com/Perry
|
|
|
228
228
|
## License
|
|
229
229
|
|
|
230
230
|
[Apache License 2.0](LICENSE) © 2026 contribuidores do dsh-mcp-panel
|
|
231
|
+
|
|
232
|
+
### Instalar a partir do mercado do DSH Desktop
|
|
233
|
+
|
|
234
|
+
Todos os plugins PerryLink podem ser explorados no mercado integrado do DSH Desktop: **Market → Sources → add source → colar** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ selecionar**. A instalação continua passando pela verificação de identidade npm do mercado e pela sua confirmação.
|
package/README.zh.md
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
| 维度 | 状态 |
|
|
29
29
|
|---|---|
|
|
30
|
-
| Harness | DeepSeek Harness `
|
|
30
|
+
| Harness | DeepSeek Harness `dsh-v0.1.3-alpha.1`(GitHub tag,2026-09-06 已核验)(2026-09-02 已适配):会话信封保留 ignorable 字段但仅用于存量日志读取兼容——Session.append 仍无法盖章,门控行为不变。已于 2026-09-06 对照 dsh-v0.1.3-alpha.1 master checkout 核验(全量门禁链 + profile 安装冒烟)。 |
|
|
31
31
|
| Node | `^22.19.0 \|\| >=24.0.0` |
|
|
32
32
|
| 平台 | Web GUI(双面:Host + 浏览器) |
|
|
33
33
|
| 模型 | 任意(面板只读;仅 `/mcp` 输出对模型可见) |
|
|
@@ -230,3 +230,7 @@ pnpm run typecheck && pnpm run typecheck:ci && pnpm test && pnpm run build && pn
|
|
|
230
230
|
## License
|
|
231
231
|
|
|
232
232
|
[Apache License 2.0](LICENSE) © 2026 dsh-mcp-panel contributors
|
|
233
|
+
|
|
234
|
+
### 从 DSH Desktop 市场安装
|
|
235
|
+
|
|
236
|
+
所有 PerryLink 插件均可在 DSH Desktop 内置市场中浏览:**市场 → 来源 → 添加来源 → 粘贴** `https://perrylink-dsh-catalog.perrylink.workers.dev/catalog-source.json` **→ 选中**。安装仍需通过市场的 npm 身份校验与你的确认。
|
package/lib/index.js
CHANGED
|
@@ -810,7 +810,7 @@ const INITIALIZE_PROTOCOL_VERSION = "2024-11-05";
|
|
|
810
810
|
* advertised version tracks the package version. */
|
|
811
811
|
const PROBE_CLIENT_INFO = {
|
|
812
812
|
name: "dsh-mcp-panel",
|
|
813
|
-
version: "0.6.
|
|
813
|
+
version: "0.6.8"
|
|
814
814
|
};
|
|
815
815
|
/** Display cap for server-reported name/version fields in probe details. */
|
|
816
816
|
const DISPLAY_LIMIT = 80;
|
package/lib/types/upstream.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The upstream observability seam of `@deepseek-ai/dsh-mcp-client`
|
|
3
|
-
* (
|
|
3
|
+
* (proposed: `mcp/status` event + `mcpStatus` query service, see
|
|
4
4
|
* `packages/mcp/mcp-client/src/status.ts` in the deepseek-harness repo),
|
|
5
5
|
* consumed here with feature detection, plus two PROPOSED extensions this
|
|
6
6
|
* console documents in `docs/upstream-proposal.md` (deepseek-harness):
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-mcp-panel",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.8",
|
|
4
4
|
"description": "MCP management console for the official DeepSeek Harness MCP client: /mcp command with health diagnostics and pipeline trial calls, a Settings MCP tab with server CRUD (append-only profile-patch fragments, approval-gated writes with automatic backups), a tool trial console over the official tool pipeline, connection status, reconnect counts and sanitized tool inventory, plus an optional Streamable HTTP probe.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
],
|
|
82
82
|
"compatibility": {
|
|
83
83
|
"dshVersions": [
|
|
84
|
-
"0.1.2-
|
|
84
|
+
"0.1.2-rc.1"
|
|
85
85
|
]
|
|
86
86
|
},
|
|
87
87
|
"capability": {
|
|
@@ -116,15 +116,15 @@
|
|
|
116
116
|
"peerDependencies": {
|
|
117
117
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
118
118
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
119
|
-
"@deepseek-ai/dsh-commands": ">=0.1.
|
|
120
|
-
"@deepseek-ai/dsh-jobs": ">=0.1.
|
|
121
|
-
"@deepseek-ai/dsh-tools": ">=0.1.
|
|
122
|
-
"@deepseek-ai/dsh-typert-protocol": ">=0.1.
|
|
119
|
+
"@deepseek-ai/dsh-commands": ">=0.1.2-rc.1 <0.2.0",
|
|
120
|
+
"@deepseek-ai/dsh-jobs": ">=0.1.2-rc.1 <0.2.0",
|
|
121
|
+
"@deepseek-ai/dsh-tools": ">=0.1.2-rc.1 <0.2.0",
|
|
122
|
+
"@deepseek-ai/dsh-typert-protocol": ">=0.1.2-rc.1 <0.2.0",
|
|
123
123
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
124
|
-
"@deepseek-ai/dsh-client-connection": ">=0.1.
|
|
125
|
-
"@deepseek-ai/dsh-api-remotes": ">=0.1.
|
|
126
|
-
"@deepseek-ai/dsh-client-locale": ">=0.1.
|
|
127
|
-
"@deepseek-ai/dsh-client-ui-settings": ">=0.1.
|
|
124
|
+
"@deepseek-ai/dsh-client-connection": ">=0.1.2-rc.1 <0.2.0",
|
|
125
|
+
"@deepseek-ai/dsh-api-remotes": ">=0.1.2-rc.1 <0.2.0",
|
|
126
|
+
"@deepseek-ai/dsh-client-locale": ">=0.1.2-rc.1 <0.2.0",
|
|
127
|
+
"@deepseek-ai/dsh-client-ui-settings": ">=0.1.2-rc.1 <0.2.0"
|
|
128
128
|
},
|
|
129
129
|
"peerDependenciesMeta": {
|
|
130
130
|
"@deepseek-ai/dsh-client-connection": {
|
|
@@ -144,28 +144,28 @@
|
|
|
144
144
|
"tsdown": "^0.22.14",
|
|
145
145
|
"typescript": "^7.0.0",
|
|
146
146
|
"zod": "^4.4.3",
|
|
147
|
-
"@deepseek-ai/dsh-subprocess": "0.1.2-
|
|
147
|
+
"@deepseek-ai/dsh-subprocess": "0.1.2-rc.1"
|
|
148
148
|
},
|
|
149
149
|
"devDependencies": {
|
|
150
|
-
"@deepseek-ai/dsh-attachment": "0.1.2-
|
|
150
|
+
"@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
|
|
151
151
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
152
152
|
"@deepseek-ai/cordis-plugin-include": "^1.0.7",
|
|
153
153
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
154
|
-
"@deepseek-ai/dsh-agent": "0.1.2-
|
|
155
|
-
"@deepseek-ai/dsh-app-boot": "0.1.2-
|
|
156
|
-
"@deepseek-ai/dsh-api-remotes": "0.1.2-
|
|
157
|
-
"@deepseek-ai/dsh-client-connection": "0.1.2-
|
|
158
|
-
"@deepseek-ai/dsh-client-locale": "0.1.2-
|
|
159
|
-
"@deepseek-ai/dsh-client-ui-settings": "0.1.2-
|
|
160
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.2-
|
|
161
|
-
"@deepseek-ai/dsh-cmdline": "0.1.2-
|
|
162
|
-
"@deepseek-ai/dsh-commands": "0.1.2-
|
|
163
|
-
"@deepseek-ai/dsh-home-paths": "0.1.2-
|
|
164
|
-
"@deepseek-ai/dsh-jobs": "0.1.2-
|
|
165
|
-
"@deepseek-ai/dsh-session": "0.1.2-
|
|
166
|
-
"@deepseek-ai/dsh-system-prompt": "0.1.2-
|
|
167
|
-
"@deepseek-ai/dsh-tools": "0.1.2-
|
|
168
|
-
"@deepseek-ai/dsh-typert-protocol": "0.1.2-
|
|
154
|
+
"@deepseek-ai/dsh-agent": "0.1.2-rc.1",
|
|
155
|
+
"@deepseek-ai/dsh-app-boot": "0.1.2-rc.1",
|
|
156
|
+
"@deepseek-ai/dsh-api-remotes": "0.1.2-rc.1",
|
|
157
|
+
"@deepseek-ai/dsh-client-connection": "0.1.2-rc.1",
|
|
158
|
+
"@deepseek-ai/dsh-client-locale": "0.1.2-rc.1",
|
|
159
|
+
"@deepseek-ai/dsh-client-ui-settings": "0.1.2-rc.1",
|
|
160
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1",
|
|
161
|
+
"@deepseek-ai/dsh-cmdline": "0.1.2-rc.1",
|
|
162
|
+
"@deepseek-ai/dsh-commands": "0.1.2-rc.1",
|
|
163
|
+
"@deepseek-ai/dsh-home-paths": "0.1.2-rc.1",
|
|
164
|
+
"@deepseek-ai/dsh-jobs": "0.1.2-rc.1",
|
|
165
|
+
"@deepseek-ai/dsh-session": "0.1.2-rc.1",
|
|
166
|
+
"@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1",
|
|
167
|
+
"@deepseek-ai/dsh-tools": "0.1.2-rc.1",
|
|
168
|
+
"@deepseek-ai/dsh-typert-protocol": "0.1.2-rc.1",
|
|
169
169
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
170
170
|
"@types/node": "^22.19.0",
|
|
171
171
|
"@types/react": "18.3.31",
|
package/src/probe.ts
CHANGED
|
@@ -38,7 +38,7 @@ const INITIALIZE_PROTOCOL_VERSION = '2024-11-05'
|
|
|
38
38
|
/** MCP clientInfo facts; protocol constants, not configuration. Exported so the
|
|
39
39
|
* version-consistency tripwire (`tests/version.spec.ts`) can assert the
|
|
40
40
|
* advertised version tracks the package version. */
|
|
41
|
-
export const PROBE_CLIENT_INFO = { name: 'dsh-mcp-panel', version: '0.6.
|
|
41
|
+
export const PROBE_CLIENT_INFO = { name: 'dsh-mcp-panel', version: '0.6.8' }
|
|
42
42
|
|
|
43
43
|
/** One settled probe: outcome status plus a sanitized one-line detail. */
|
|
44
44
|
export interface ProbeOutcome {
|
package/src/upstream.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The upstream observability seam of `@deepseek-ai/dsh-mcp-client`
|
|
3
|
-
* (
|
|
3
|
+
* (proposed: `mcp/status` event + `mcpStatus` query service, see
|
|
4
4
|
* `packages/mcp/mcp-client/src/status.ts` in the deepseek-harness repo),
|
|
5
5
|
* consumed here with feature detection, plus two PROPOSED extensions this
|
|
6
6
|
* console documents in `docs/upstream-proposal.md` (deepseek-harness):
|