dsh-mcp-panel 0.4.1 → 0.4.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/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  All notable changes to this project are documented in this file.
4
4
 
5
+ ## [0.4.2] - 2026-08-21
6
+
7
+ ### Changed
8
+
9
+ - All `@deepseek-ai/dsh-*` dependencies moved from the `0.1.0-rc.6` line to rc.8: the 15 devDependencies pin `0.1.0-rc.8` exactly, and the four peerDependencies (`dsh-commands` / `dsh-jobs` / `dsh-tools` / `dsh-typert-protocol`) now range `>=0.1.0-rc.8 <0.2.0`. `@deepseek-ai/cordis` and the non-dsh dependency lines are unchanged; the compatibility tables now claim `0.1.0-rc.8`–`0.2.0`.
10
+ - The `/mcp` and `mcp_probe` surfaces are unchanged. The rc.8 `commands.execute(agent, line, images, signal)` signature carries a new image-attachment parameter; the internal call sites that drive plain invocations (test harness, loader runner, headless verifier) now pass an empty image list.
11
+
12
+ ### Engineering
13
+
14
+ - `pnpm-lock.yaml` regenerated against the rc.8 graph so the client type faces (`dsh-typert-protocol`, `dsh-api-remotes`) resolve as one version, keeping the `mcpPanel` Remote namespace merge visible to `typecheck:ci`.
15
+
5
16
  ## [0.4.1] - 2026-08-19
6
17
 
7
18
  ### Fixed
package/README.es.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  | Superficie | Estado |
26
26
  |---|---|
27
- | Harness | DeepSeek Harness `0.1.0-rc.5`–`0.1.0-rc.6` |
27
+ | Harness | DeepSeek Harness `0.1.0-rc.8`–`0.2.0` |
28
28
  | Node | `^22.19.0 \|\| >=24.0.0` |
29
29
  | Plataformas | Web GUI (doble cara: host + navegador) |
30
30
  | Modelo | Cualquiera (el panel es de solo lectura; solo la salida de `/mcp` es legible por el modelo) |
package/README.hi.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  | सतह | स्थिति |
26
26
  |---|---|
27
- | Harness | DeepSeek Harness `0.1.0-rc.5`–`0.1.0-rc.6` |
27
+ | Harness | DeepSeek Harness `0.1.0-rc.8`–`0.2.0` |
28
28
  | Node | `^22.19.0 \|\| >=24.0.0` |
29
29
  | प्लेटफ़ॉर्म | Web GUI (दोहरा चेहरा: host + browser) |
30
30
  | मॉडल | कोई भी (पैनल रीड-ओनली है; केवल `/mcp` आउटपुट मॉडल-पठनीय है) |
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  | Surface | Status |
26
26
  |---|---|
27
- | Harness | DeepSeek Harness `0.1.0-rc.5`–`0.1.0-rc.6` |
27
+ | Harness | DeepSeek Harness `0.1.0-rc.8`–`0.2.0` |
28
28
  | Node | `^22.19.0 \|\| >=24.0.0` |
29
29
  | Platforms | Web GUI (dual-face: host + browser) |
30
30
  | Model | Any (the panel is read-only; only `/mcp` output is model-readable) |
package/README.pt.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  | Superfície | Status |
26
26
  |---|---|
27
- | Harness | DeepSeek Harness `0.1.0-rc.5`–`0.1.0-rc.6` |
27
+ | Harness | DeepSeek Harness `0.1.0-rc.8`–`0.2.0` |
28
28
  | Node | `^22.19.0 \|\| >=24.0.0` |
29
29
  | Plataformas | Web GUI (duas faces: host + navegador) |
30
30
  | Modelo | Qualquer (o painel é somente leitura; só a saída de `/mcp` é legível pelo modelo) |
package/README.zh.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  | 维度 | 状态 |
26
26
  |---|---|
27
- | Harness | DeepSeek Harness `0.1.0-rc.5`–`0.1.0-rc.6` |
27
+ | Harness | DeepSeek Harness `0.1.0-rc.8`–`0.2.0` |
28
28
  | Node | `^22.19.0 \|\| >=24.0.0` |
29
29
  | 平台 | Web GUI(双面:Host + 浏览器) |
30
30
  | 模型 | 任意(面板只读;仅 `/mcp` 输出对模型可见) |
package/lib/index.js CHANGED
@@ -600,7 +600,7 @@ const INITIALIZE_PROTOCOL_VERSION = "2024-11-05";
600
600
  * advertised version tracks the package version. */
601
601
  const PROBE_CLIENT_INFO = {
602
602
  name: "dsh-mcp-panel",
603
- version: "0.4.1"
603
+ version: "0.4.2"
604
604
  };
605
605
  /** Display cap for server-reported name/version fields in probe details. */
606
606
  const DISPLAY_LIMIT = 80;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-mcp-panel",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
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,8 +81,7 @@
81
81
  ],
82
82
  "compatibility": {
83
83
  "dshVersions": [
84
- "0.1.0-rc.5",
85
- "0.1.0-rc.6"
84
+ "0.1.0-rc.8"
86
85
  ]
87
86
  },
88
87
  "capability": {
@@ -117,10 +116,10 @@
117
116
  "peerDependencies": {
118
117
  "@deepseek-ai/cordis": "^4.0.1",
119
118
  "@deepseek-ai/cordis-plugin-loader": "^1.0.2",
120
- "@deepseek-ai/dsh-commands": "0.1.0-rc.6",
121
- "@deepseek-ai/dsh-jobs": "0.1.0-rc.6",
122
- "@deepseek-ai/dsh-tools": "0.1.0-rc.6",
123
- "@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.6",
119
+ "@deepseek-ai/dsh-commands": ">=0.1.0-rc.8 <0.2.0",
120
+ "@deepseek-ai/dsh-jobs": ">=0.1.0-rc.8 <0.2.0",
121
+ "@deepseek-ai/dsh-tools": ">=0.1.0-rc.8 <0.2.0",
122
+ "@deepseek-ai/dsh-typert-protocol": ">=0.1.0-rc.8 <0.2.0",
124
123
  "@deepseek-ai/schemastery": "^3.18.0"
125
124
  },
126
125
  "dependencies": {
@@ -132,21 +131,21 @@
132
131
  "@deepseek-ai/cordis": "^4.0.1",
133
132
  "@deepseek-ai/cordis-plugin-include": "1.0.6",
134
133
  "@deepseek-ai/cordis-plugin-loader": "^1.0.2",
135
- "@deepseek-ai/dsh-agent": "0.1.0-rc.6",
136
- "@deepseek-ai/dsh-app-boot": "0.1.0-rc.6",
137
- "@deepseek-ai/dsh-client-connection": "0.1.0-rc.6",
138
- "@deepseek-ai/dsh-client-locale": "0.1.0-rc.6",
139
- "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6",
140
- "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.6",
141
- "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6",
142
- "@deepseek-ai/dsh-cmdline": "0.1.0-rc.6",
143
- "@deepseek-ai/dsh-commands": "0.1.0-rc.6",
144
- "@deepseek-ai/dsh-home-paths": "0.1.0-rc.6",
145
- "@deepseek-ai/dsh-jobs": "0.1.0-rc.6",
146
- "@deepseek-ai/dsh-session": "0.1.0-rc.6",
147
- "@deepseek-ai/dsh-system-prompt": "0.1.0-rc.6",
148
- "@deepseek-ai/dsh-tools": "0.1.0-rc.6",
149
- "@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.6",
134
+ "@deepseek-ai/dsh-agent": "0.1.0-rc.8",
135
+ "@deepseek-ai/dsh-app-boot": "0.1.0-rc.8",
136
+ "@deepseek-ai/dsh-client-connection": "0.1.0-rc.8",
137
+ "@deepseek-ai/dsh-client-locale": "0.1.0-rc.8",
138
+ "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.8",
139
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.8",
140
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.8",
141
+ "@deepseek-ai/dsh-cmdline": "0.1.0-rc.8",
142
+ "@deepseek-ai/dsh-commands": "0.1.0-rc.8",
143
+ "@deepseek-ai/dsh-home-paths": "0.1.0-rc.8",
144
+ "@deepseek-ai/dsh-jobs": "0.1.0-rc.8",
145
+ "@deepseek-ai/dsh-session": "0.1.0-rc.8",
146
+ "@deepseek-ai/dsh-system-prompt": "0.1.0-rc.8",
147
+ "@deepseek-ai/dsh-tools": "0.1.0-rc.8",
148
+ "@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.8",
150
149
  "@deepseek-ai/schemastery": "^3.18.0",
151
150
  "@types/node": "^22.19.0",
152
151
  "@types/react": "18.3.31",
package/src/probe.ts CHANGED
@@ -31,7 +31,7 @@ const INITIALIZE_PROTOCOL_VERSION = '2024-11-05'
31
31
  /** MCP clientInfo facts; protocol constants, not configuration. Exported so the
32
32
  * version-consistency tripwire (`tests/version.spec.ts`) can assert the
33
33
  * advertised version tracks the package version. */
34
- export const PROBE_CLIENT_INFO = { name: 'dsh-mcp-panel', version: '0.4.1' }
34
+ export const PROBE_CLIENT_INFO = { name: 'dsh-mcp-panel', version: '0.4.2' }
35
35
 
36
36
  /** One settled probe: outcome status plus a sanitized one-line detail. */
37
37
  export interface ProbeOutcome {