dsh-plugin-guide 0.3.10 → 0.3.15
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 +13 -3
- package/README-hi.md +13 -3
- package/README-pt.md +13 -3
- package/README-zh.md +13 -3
- package/README.md +12 -3
- package/SKILL.md +1 -1
- package/guide/links.md +1 -0
- package/guide/unfixed-issues.md +111 -0
- package/package.json +1 -1
package/README-es.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
*Archivo de documentación oficial · primer de Cordis · deep-dives de la comunidad · trampas probadas en batalla · agent skill · toolchain CLI*
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
|
+
[](https://gitee.com/perrylink/dsh-plugin-guide)
|
|
11
12
|
[](https://github.com/topics/dsh-plugin)
|
|
12
13
|
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
13
14
|
[](#)
|
|
@@ -203,7 +204,7 @@ pwsh -File scripts/verify-kit.ps1 # rutas críticas + escaneo de enlaces (+ de
|
|
|
203
204
|
|
|
204
205
|
## PerryLink DSH Plugin Family
|
|
205
206
|
|
|
206
|
-
Este proyecto es uno de los [
|
|
207
|
+
Este proyecto es uno de los [40 complementos de DeepSeek Harness](https://github.com/PerryLink) mantenidos por [PerryLink](https://github.com/PerryLink). Si este te ayuda, probablemente los demás también:
|
|
207
208
|
|
|
208
209
|
| Plugin | One-liner |
|
|
209
210
|
|---|---|
|
|
@@ -231,7 +232,6 @@ Este proyecto es uno de los [37 complementos de DeepSeek Harness](https://github
|
|
|
231
232
|
| **[dsh-observe](https://github.com/PerryLink/dsh-observe)** | Exportador de observabilidad OpenTelemetry y Langfuse para DeepSeek Harness. | |
|
|
232
233
|
| **[dsh-output-styles](https://github.com/PerryLink/dsh-output-styles)** | Cambio de estilo en tiempo de ejecución equivalente a outputStyles de Claude Code | |
|
|
233
234
|
| **[dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules)** | Reglas de permisos declarativas allow/deny/ask estilo Claude Code con auditoría | |
|
|
234
|
-
| **[dsh-personal-directive](https://github.com/PerryLink/dsh-personal-directive)** | Inyector de directivas personales con interruptor en la barra superior (edición framework) |
|
|
235
235
|
| **[dsh-reach](https://github.com/PerryLink/dsh-reach)** | Puente multicanal de aprobación/preguntas: WeChat/Telegram/Feishu, consola de sesión |
|
|
236
236
|
| **[dsh-research-report](https://github.com/PerryLink/dsh-research-report)** | Motor de informes de investigación verificables con evidencia direccionada por contenido | |
|
|
237
237
|
| **[dsh-score](https://github.com/PerryLink/dsh-score)** | Puntuación de calidad multidimensional para plugins de DeepSeek Harness. | |
|
|
@@ -242,7 +242,17 @@ Este proyecto es uno de los [37 complementos de DeepSeek Harness](https://github
|
|
|
242
242
|
| **[dsh-test-drive](https://github.com/PerryLink/dsh-test-drive)** | Pruebas de instalación y humo aisladas para plugins de DeepSeek Harness. | |
|
|
243
243
|
| **[dsh-ticktick](https://github.com/PerryLink/dsh-ticktick)** | Puente de tareas TickTick/Dida365: panel de cabecera de sesión + 11 herramientas |
|
|
244
244
|
| **[dsh-translate](https://github.com/PerryLink/dsh-translate)** | Traducción de parámetros entre proveedores y reparación determinista de JSON para DeepSeek Harness. | |
|
|
245
|
-
| **[dsh-wechat](https://github.com/
|
|
245
|
+
| **[dsh-wechat](https://github.com/pan17/dsh-wechat)** | Puente WeChat ↔ DSH (bot Tencent iLink): texto/imagen/archivo/voz, aprobaciones en el chat |
|
|
246
|
+
| **[dsh-autotier](https://github.com/PerryLink/dsh-autotier)** | Automatic strong/cheap model-tier routing with deterministic risk guards and a `/tier` command | |
|
|
247
|
+
| **[dsh-catalog](https://github.com/PerryLink/dsh-catalog)** | DSH Desktop Market standard catalog source for the PerryLink family | |
|
|
248
|
+
| **[dsh-cert-mcp](https://github.com/PerryLink/dsh-cert-mcp)** | Read-only MCP server exposing the certification registry: grades, snapshots and five-dimension evidence | |
|
|
249
|
+
| **[dsh-kit](https://github.com/PerryLink/dsh-kit)** | One-command starter pack that installs the core family | |
|
|
250
|
+
| **[dsh-plugin-certification](https://github.com/PerryLink/dsh-plugin-certification)** | Community certification registry with repro-checkable grades and badges | |
|
|
251
|
+
| **[dsh-plugin-kit](https://github.com/PerryLink/dsh-plugin-kit)** | Shared zero-runtime-dependency toolkit for the PerryLink DSH plugins | |
|
|
252
|
+
| **[dsh-plugin-portal](https://github.com/PerryLink/dsh-plugin-portal)** | Zero-dependency static portal rendering the whole plugin family as one page | |
|
|
253
|
+
| **[dsh-plugin-upgrade-015](https://github.com/PerryLink/dsh-plugin-upgrade-015)** | Merged `0.1.3-alpha.1` → `0.1.5-rc.1` upgrade corridor card plus a zero-dependency seam scanner | |
|
|
254
|
+
| **[dsh-team-rooms](https://github.com/PerryLink/dsh-team-rooms)** | Cross-session team rooms: shared message bus, task board and timeline | |
|
|
255
|
+
| **[dsh-plugin-doctor](https://github.com/PerryLink/dsh-plugin-doctor)** | Zero-dependency static + sandbox smoke detector for DSH plugins | |
|
|
246
256
|
|
|
247
257
|
## Disclaimer
|
|
248
258
|
|
package/README-hi.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
*आधिकारिक दस्तावेज़ संग्रह · Cordis प्राइमर · सामुदायिक गहन-विश्लेषण · युद्ध-परीक्षित नुकसान · agent skill · CLI टूलचेन*
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
|
+
[](https://gitee.com/perrylink/dsh-plugin-guide)
|
|
11
12
|
[](https://github.com/topics/dsh-plugin)
|
|
12
13
|
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
13
14
|
[](#)
|
|
@@ -203,7 +204,7 @@ pwsh -File scripts/verify-kit.ps1 # महत्वपूर्ण पथ +
|
|
|
203
204
|
|
|
204
205
|
## PerryLink DSH Plugin Family
|
|
205
206
|
|
|
206
|
-
यह प्रोजेक्ट [PerryLink](https://github.com/PerryLink) द्वारा अनुरक्षित [
|
|
207
|
+
यह प्रोजेक्ट [PerryLink](https://github.com/PerryLink) द्वारा अनुरक्षित [40 DeepSeek Harness प्लगइनों](https://github.com/PerryLink) में से एक है। अगर यह आपकी मदद करता है, तो बाकी भी करेंगे:
|
|
207
208
|
|
|
208
209
|
| Plugin | One-liner |
|
|
209
210
|
|---|---|
|
|
@@ -231,7 +232,6 @@ pwsh -File scripts/verify-kit.ps1 # महत्वपूर्ण पथ +
|
|
|
231
232
|
| **[dsh-observe](https://github.com/PerryLink/dsh-observe)** | DeepSeek Harness के लिए OpenTelemetry और Langfuse अवलोकनीयता निर्यातक। | |
|
|
232
233
|
| **[dsh-output-styles](https://github.com/PerryLink/dsh-output-styles)** | Claude Code outputStyles-समतुल्य रनटाइम शैली बदलाव | |
|
|
233
234
|
| **[dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules)** | ऑडिट के साथ Claude Code-शैली घोषणात्मक allow/deny/ask अनुमति नियम | |
|
|
234
|
-
| **[dsh-personal-directive](https://github.com/PerryLink/dsh-personal-directive)** | शीर्ष-बार टॉगल के साथ व्यक्तिगत निर्देश इंजेक्टर (फ्रेमवर्क संस्करण) |
|
|
235
235
|
| **[dsh-reach](https://github.com/PerryLink/dsh-reach)** | मल्टी-चैनल अनुमोदन/प्रश्न ब्रिज: WeChat/Telegram/Feishu, सत्र कंसोल |
|
|
236
236
|
| **[dsh-research-report](https://github.com/PerryLink/dsh-research-report)** | सामग्री-पता साक्ष्य और सीलबंद संस्करणों वाला सत्यापन-योग्य अनुसंधान-रिपोर्ट इंजन | |
|
|
237
237
|
| **[dsh-score](https://github.com/PerryLink/dsh-score)** | DeepSeek Harness प्लगिनों की बहु-आयामी गुणवत्ता स्कोरिंग। | |
|
|
@@ -242,7 +242,17 @@ pwsh -File scripts/verify-kit.ps1 # महत्वपूर्ण पथ +
|
|
|
242
242
|
| **[dsh-test-drive](https://github.com/PerryLink/dsh-test-drive)** | DeepSeek Harness प्लगिनों के लिए पृथक इंस्टॉल-एंड-स्मोक टेस्ट ड्राइव। | |
|
|
243
243
|
| **[dsh-ticktick](https://github.com/PerryLink/dsh-ticktick)** | TickTick/Dida365 कार्य ब्रिज: सत्र-हेडर पैनल + 11 टूल |
|
|
244
244
|
| **[dsh-translate](https://github.com/PerryLink/dsh-translate)** | DeepSeek Harness के लिए वेंडर पैरामीटर अनुवाद और नियतात्मक JSON मरम्मत। | |
|
|
245
|
-
| **[dsh-wechat](https://github.com/
|
|
245
|
+
| **[dsh-wechat](https://github.com/pan17/dsh-wechat)** | WeChat ↔ DSH ब्रिज (Tencent iLink bot): टेक्स्ट/इमेज/फ़ाइल/आवाज़, चैट में अनुमोदन |
|
|
246
|
+
| **[dsh-autotier](https://github.com/PerryLink/dsh-autotier)** | Automatic strong/cheap model-tier routing with deterministic risk guards and a `/tier` command | |
|
|
247
|
+
| **[dsh-catalog](https://github.com/PerryLink/dsh-catalog)** | DSH Desktop Market standard catalog source for the PerryLink family | |
|
|
248
|
+
| **[dsh-cert-mcp](https://github.com/PerryLink/dsh-cert-mcp)** | Read-only MCP server exposing the certification registry: grades, snapshots and five-dimension evidence | |
|
|
249
|
+
| **[dsh-kit](https://github.com/PerryLink/dsh-kit)** | One-command starter pack that installs the core family | |
|
|
250
|
+
| **[dsh-plugin-certification](https://github.com/PerryLink/dsh-plugin-certification)** | Community certification registry with repro-checkable grades and badges | |
|
|
251
|
+
| **[dsh-plugin-kit](https://github.com/PerryLink/dsh-plugin-kit)** | Shared zero-runtime-dependency toolkit for the PerryLink DSH plugins | |
|
|
252
|
+
| **[dsh-plugin-portal](https://github.com/PerryLink/dsh-plugin-portal)** | Zero-dependency static portal rendering the whole plugin family as one page | |
|
|
253
|
+
| **[dsh-plugin-upgrade-015](https://github.com/PerryLink/dsh-plugin-upgrade-015)** | Merged `0.1.3-alpha.1` → `0.1.5-rc.1` upgrade corridor card plus a zero-dependency seam scanner | |
|
|
254
|
+
| **[dsh-team-rooms](https://github.com/PerryLink/dsh-team-rooms)** | Cross-session team rooms: shared message bus, task board and timeline | |
|
|
255
|
+
| **[dsh-plugin-doctor](https://github.com/PerryLink/dsh-plugin-doctor)** | Zero-dependency static + sandbox smoke detector for DSH plugins | |
|
|
246
256
|
|
|
247
257
|
## Disclaimer
|
|
248
258
|
|
package/README-pt.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
*Arquivo de documentação oficial · primer de Cordis · deep-dives da comunidade · armadilhas testadas em batalha · agent skill · toolchain CLI*
|
|
9
9
|
|
|
10
10
|
[](LICENSE)
|
|
11
|
+
[](https://gitee.com/perrylink/dsh-plugin-guide)
|
|
11
12
|
[](https://github.com/topics/dsh-plugin)
|
|
12
13
|
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
13
14
|
[](#)
|
|
@@ -203,7 +204,7 @@ pwsh -File scripts/verify-kit.ps1 # caminhos críticos + varredura de links (+
|
|
|
203
204
|
|
|
204
205
|
## PerryLink DSH Plugin Family
|
|
205
206
|
|
|
206
|
-
Este projeto é um dos [
|
|
207
|
+
Este projeto é um dos [40 plugins de DeepSeek Harness](https://github.com/PerryLink) mantidos por [PerryLink](https://github.com/PerryLink). Se este ajuda você, os outros provavelmente também:
|
|
207
208
|
|
|
208
209
|
| Plugin | One-liner |
|
|
209
210
|
|---|---|
|
|
@@ -231,7 +232,6 @@ Este projeto é um dos [37 plugins de DeepSeek Harness](https://github.com/Perry
|
|
|
231
232
|
| **[dsh-observe](https://github.com/PerryLink/dsh-observe)** | Exportador de observabilidade OpenTelemetry e Langfuse para DeepSeek Harness. | |
|
|
232
233
|
| **[dsh-output-styles](https://github.com/PerryLink/dsh-output-styles)** | Troca de estilo em tempo de execução equivalente ao outputStyles do Claude Code | |
|
|
233
234
|
| **[dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules)** | Regras de permissão declarativas allow/deny/ask estilo Claude Code com auditoria | |
|
|
234
|
-
| **[dsh-personal-directive](https://github.com/PerryLink/dsh-personal-directive)** | Injetor de diretivas pessoais com alternância na barra superior (edição framework) |
|
|
235
235
|
| **[dsh-reach](https://github.com/PerryLink/dsh-reach)** | Ponte multicanal de aprovação/perguntas: WeChat/Telegram/Feishu, console de sessão |
|
|
236
236
|
| **[dsh-research-report](https://github.com/PerryLink/dsh-research-report)** | Motor de relatórios de pesquisa verificáveis com evidência endereçada por conteúdo | |
|
|
237
237
|
| **[dsh-score](https://github.com/PerryLink/dsh-score)** | Pontuação de qualidade multidimensional para plugins de DeepSeek Harness. | |
|
|
@@ -242,7 +242,17 @@ Este projeto é um dos [37 plugins de DeepSeek Harness](https://github.com/Perry
|
|
|
242
242
|
| **[dsh-test-drive](https://github.com/PerryLink/dsh-test-drive)** | Test drives isolados de instalação e smoke para plugins de DeepSeek Harness. | |
|
|
243
243
|
| **[dsh-ticktick](https://github.com/PerryLink/dsh-ticktick)** | Ponte de tarefas TickTick/Dida365: painel no cabeçalho da sessão + 11 ferramentas |
|
|
244
244
|
| **[dsh-translate](https://github.com/PerryLink/dsh-translate)** | Tradução de parâmetros entre fornecedores e reparo determinístico de JSON para DeepSeek Harness. | |
|
|
245
|
-
| **[dsh-wechat](https://github.com/
|
|
245
|
+
| **[dsh-wechat](https://github.com/pan17/dsh-wechat)** | Ponte WeChat ↔ DSH (bot Tencent iLink): texto/imagem/arquivo/voz, aprovações no chat |
|
|
246
|
+
| **[dsh-autotier](https://github.com/PerryLink/dsh-autotier)** | Automatic strong/cheap model-tier routing with deterministic risk guards and a `/tier` command | |
|
|
247
|
+
| **[dsh-catalog](https://github.com/PerryLink/dsh-catalog)** | DSH Desktop Market standard catalog source for the PerryLink family | |
|
|
248
|
+
| **[dsh-cert-mcp](https://github.com/PerryLink/dsh-cert-mcp)** | Read-only MCP server exposing the certification registry: grades, snapshots and five-dimension evidence | |
|
|
249
|
+
| **[dsh-kit](https://github.com/PerryLink/dsh-kit)** | One-command starter pack that installs the core family | |
|
|
250
|
+
| **[dsh-plugin-certification](https://github.com/PerryLink/dsh-plugin-certification)** | Community certification registry with repro-checkable grades and badges | |
|
|
251
|
+
| **[dsh-plugin-kit](https://github.com/PerryLink/dsh-plugin-kit)** | Shared zero-runtime-dependency toolkit for the PerryLink DSH plugins | |
|
|
252
|
+
| **[dsh-plugin-portal](https://github.com/PerryLink/dsh-plugin-portal)** | Zero-dependency static portal rendering the whole plugin family as one page | |
|
|
253
|
+
| **[dsh-plugin-upgrade-015](https://github.com/PerryLink/dsh-plugin-upgrade-015)** | Merged `0.1.3-alpha.1` → `0.1.5-rc.1` upgrade corridor card plus a zero-dependency seam scanner | |
|
|
254
|
+
| **[dsh-team-rooms](https://github.com/PerryLink/dsh-team-rooms)** | Cross-session team rooms: shared message bus, task board and timeline | |
|
|
255
|
+
| **[dsh-plugin-doctor](https://github.com/PerryLink/dsh-plugin-doctor)** | Zero-dependency static + sandbox smoke detector for DSH plugins | |
|
|
246
256
|
|
|
247
257
|
## Disclaimer
|
|
248
258
|
|
package/README-zh.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
> **官方仓库。** 本仓库是 dsh-plugin-guide 的唯一官方仓库,由 PerryLink 维护。其他账号下的同名仓库与本项目无关。
|
|
11
11
|
|
|
12
12
|
[](LICENSE)
|
|
13
|
+
[](https://gitee.com/perrylink/dsh-plugin-guide)
|
|
13
14
|
[](https://github.com/topics/dsh-plugin)
|
|
14
15
|
[](https://github.com/PerryLink/dsh-plugin-doctor#verified-徽章)
|
|
15
16
|
[](#)
|
|
@@ -205,7 +206,7 @@ pwsh -File scripts/verify-kit.ps1 # 关键路径 + 链接扫描(加 -Checkou
|
|
|
205
206
|
|
|
206
207
|
## PerryLink DSH Plugin Family
|
|
207
208
|
|
|
208
|
-
这是 [PerryLink](https://github.com/PerryLink) 维护的 [
|
|
209
|
+
这是 [PerryLink](https://github.com/PerryLink) 维护的 [40 个 DeepSeek Harness 插件](https://github.com/PerryLink) 之一。如果它能帮到你,其他的也会:
|
|
209
210
|
|
|
210
211
|
| Plugin | One-liner |
|
|
211
212
|
|---|---|
|
|
@@ -233,7 +234,6 @@ pwsh -File scripts/verify-kit.ps1 # 关键路径 + 链接扫描(加 -Checkou
|
|
|
233
234
|
| **[dsh-observe](https://github.com/PerryLink/dsh-observe)** | DeepSeek Harness 的 OpenTelemetry 与 Langfuse 可观测导出器。 | |
|
|
234
235
|
| **[dsh-output-styles](https://github.com/PerryLink/dsh-output-styles)** | Claude Code outputStyles 等价的运行时风格切换 | |
|
|
235
236
|
| **[dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules)** | Claude Code 风格声明式 allow/deny/ask 权限规则,带审计 | |
|
|
236
|
-
| **[dsh-personal-directive](https://github.com/PerryLink/dsh-personal-directive)** | 个人指令注入器:顶栏开关(框架版) |
|
|
237
237
|
| **[dsh-reach](https://github.com/PerryLink/dsh-reach)** | 多渠道审批/提问桥接:微信/Telegram/飞书,会话控制台 |
|
|
238
238
|
| **[dsh-research-report](https://github.com/PerryLink/dsh-research-report)** | 可验证研究报告引擎:内容寻址证据账本与封存版本 | |
|
|
239
239
|
| **[dsh-score](https://github.com/PerryLink/dsh-score)** | DeepSeek Harness 插件的多维质量评分。 | |
|
|
@@ -244,7 +244,17 @@ pwsh -File scripts/verify-kit.ps1 # 关键路径 + 链接扫描(加 -Checkou
|
|
|
244
244
|
| **[dsh-test-drive](https://github.com/PerryLink/dsh-test-drive)** | DeepSeek Harness 插件的隔离试装冒烟。 | |
|
|
245
245
|
| **[dsh-ticktick](https://github.com/PerryLink/dsh-ticktick)** | TickTick/滴答清单任务桥接:会话头面板 + 11 个工具 |
|
|
246
246
|
| **[dsh-translate](https://github.com/PerryLink/dsh-translate)** | DeepSeek Harness 的厂商参数翻译与确定性 JSON 修复。 | |
|
|
247
|
-
| **[dsh-wechat](https://github.com/
|
|
247
|
+
| **[dsh-wechat](https://github.com/pan17/dsh-wechat)** | 微信 ↔ DSH 桥接(Tencent iLink 机器人):文本/图片/文件/语音,聊天内审批卡片 |
|
|
248
|
+
| **[dsh-autotier](https://github.com/PerryLink/dsh-autotier)** | Automatic strong/cheap model-tier routing with deterministic risk guards and a `/tier` command | |
|
|
249
|
+
| **[dsh-catalog](https://github.com/PerryLink/dsh-catalog)** | DSH Desktop Market standard catalog source for the PerryLink family | |
|
|
250
|
+
| **[dsh-cert-mcp](https://github.com/PerryLink/dsh-cert-mcp)** | Read-only MCP server exposing the certification registry: grades, snapshots and five-dimension evidence | |
|
|
251
|
+
| **[dsh-kit](https://github.com/PerryLink/dsh-kit)** | One-command starter pack that installs the core family | |
|
|
252
|
+
| **[dsh-plugin-certification](https://github.com/PerryLink/dsh-plugin-certification)** | Community certification registry with repro-checkable grades and badges | |
|
|
253
|
+
| **[dsh-plugin-kit](https://github.com/PerryLink/dsh-plugin-kit)** | Shared zero-runtime-dependency toolkit for the PerryLink DSH plugins | |
|
|
254
|
+
| **[dsh-plugin-portal](https://github.com/PerryLink/dsh-plugin-portal)** | Zero-dependency static portal rendering the whole plugin family as one page | |
|
|
255
|
+
| **[dsh-plugin-upgrade-015](https://github.com/PerryLink/dsh-plugin-upgrade-015)** | Merged `0.1.3-alpha.1` → `0.1.5-rc.1` upgrade corridor card plus a zero-dependency seam scanner | |
|
|
256
|
+
| **[dsh-team-rooms](https://github.com/PerryLink/dsh-team-rooms)** | Cross-session team rooms: shared message bus, task board and timeline | |
|
|
257
|
+
| **[dsh-plugin-doctor](https://github.com/PerryLink/dsh-plugin-doctor)** | Zero-dependency static + sandbox smoke detector for DSH plugins | |
|
|
248
258
|
|
|
249
259
|
## Disclaimer
|
|
250
260
|
|
package/README.md
CHANGED
|
@@ -206,7 +206,7 @@ pwsh -File scripts/verify-kit.ps1 # critical paths + link scan (+ docs drift w
|
|
|
206
206
|
|
|
207
207
|
## PerryLink DSH Plugin Family
|
|
208
208
|
|
|
209
|
-
This project is one of the [
|
|
209
|
+
This project is one of the [40 DeepSeek Harness plugins](https://github.com/PerryLink) maintained by [PerryLink](https://github.com/PerryLink). If this one helps you, the others likely will too:
|
|
210
210
|
|
|
211
211
|
| Plugin | One-liner |
|
|
212
212
|
|---|---|
|
|
@@ -234,7 +234,6 @@ This project is one of the [37 DeepSeek Harness plugins](https://github.com/Perr
|
|
|
234
234
|
| **[dsh-observe](https://github.com/PerryLink/dsh-observe)** | OpenTelemetry and Langfuse observability exporter for DeepSeek Harness. | |
|
|
235
235
|
| **[dsh-output-styles](https://github.com/PerryLink/dsh-output-styles)** | Claude Code outputStyles-equivalent runtime style switching | |
|
|
236
236
|
| **[dsh-permission-rules](https://github.com/PerryLink/dsh-permission-rules)** | Claude Code-style declarative allow/deny/ask permission rules with audit | |
|
|
237
|
-
| **[dsh-personal-directive](https://github.com/PerryLink/dsh-personal-directive)** | Personal directive injector with top-bar toggle (framework edition) |
|
|
238
237
|
| **[dsh-reach](https://github.com/PerryLink/dsh-reach)** | Multi-channel approval/question bridge: WeChat/Telegram/Feishu, session console |
|
|
239
238
|
| **[dsh-research-report](https://github.com/PerryLink/dsh-research-report)** | Verifiable research-report engine: content-addressed evidence ledger and sealed versions | |
|
|
240
239
|
| **[dsh-score](https://github.com/PerryLink/dsh-score)** | Multi-dimensional quality scoring for DeepSeek Harness plugins. | |
|
|
@@ -245,7 +244,17 @@ This project is one of the [37 DeepSeek Harness plugins](https://github.com/Perr
|
|
|
245
244
|
| **[dsh-test-drive](https://github.com/PerryLink/dsh-test-drive)** | Isolated install-and-smoke test drives for DeepSeek Harness plugins. | |
|
|
246
245
|
| **[dsh-ticktick](https://github.com/PerryLink/dsh-ticktick)** | TickTick/Dida365 task bridge: session-header panel + 11 tools |
|
|
247
246
|
| **[dsh-translate](https://github.com/PerryLink/dsh-translate)** | Vendor parameter translation and deterministic JSON repair for DeepSeek Harness. | |
|
|
248
|
-
| **[dsh-wechat](https://github.com/
|
|
247
|
+
| **[dsh-wechat](https://github.com/pan17/dsh-wechat)** | WeChat ↔ DSH bridge (Tencent iLink bot): text/image/file/voice, approvals in chat |
|
|
248
|
+
| **[dsh-autotier](https://github.com/PerryLink/dsh-autotier)** | Automatic strong/cheap model-tier routing with deterministic risk guards and a `/tier` command | |
|
|
249
|
+
| **[dsh-catalog](https://github.com/PerryLink/dsh-catalog)** | DSH Desktop Market standard catalog source for the PerryLink family | |
|
|
250
|
+
| **[dsh-cert-mcp](https://github.com/PerryLink/dsh-cert-mcp)** | Read-only MCP server exposing the certification registry: grades, snapshots and five-dimension evidence | |
|
|
251
|
+
| **[dsh-kit](https://github.com/PerryLink/dsh-kit)** | One-command starter pack that installs the core family | |
|
|
252
|
+
| **[dsh-plugin-certification](https://github.com/PerryLink/dsh-plugin-certification)** | Community certification registry with repro-checkable grades and badges | |
|
|
253
|
+
| **[dsh-plugin-kit](https://github.com/PerryLink/dsh-plugin-kit)** | Shared zero-runtime-dependency toolkit for the PerryLink DSH plugins | |
|
|
254
|
+
| **[dsh-plugin-portal](https://github.com/PerryLink/dsh-plugin-portal)** | Zero-dependency static portal rendering the whole plugin family as one page | |
|
|
255
|
+
| **[dsh-plugin-upgrade-015](https://github.com/PerryLink/dsh-plugin-upgrade-015)** | Merged `0.1.3-alpha.1` → `0.1.5-rc.1` upgrade corridor card plus a zero-dependency seam scanner | |
|
|
256
|
+
| **[dsh-team-rooms](https://github.com/PerryLink/dsh-team-rooms)** | Cross-session team rooms: shared message bus, task board and timeline | |
|
|
257
|
+
| **[dsh-plugin-doctor](https://github.com/PerryLink/dsh-plugin-doctor)** | Zero-dependency static + sandbox smoke detector for DSH plugins | |
|
|
249
258
|
|
|
250
259
|
## Disclaimer
|
|
251
260
|
|
package/SKILL.md
CHANGED
|
@@ -20,7 +20,7 @@ description: Use when developing, reviewing, packaging, debugging, or answering
|
|
|
20
20
|
## 开发前置(第一步必做)
|
|
21
21
|
|
|
22
22
|
1. 若未读过 Cordis 概念:读 `references/official-docs/docs/cordis-primer.md`(5 个概念,5 分钟);需要动手跟练时跑 `references/official-docs/docs/cordis-tutorial/` 01-07(无 API key 可跑)。
|
|
23
|
-
2. 打开 `guide/quick-reference.md`(契约速查)+ `guide/plugin-dev-guide.md`(完整路径)。官方/社区文档 URL 对照见 `guide/links.md
|
|
23
|
+
2. 打开 `guide/quick-reference.md`(契约速查)+ `guide/plugin-dev-guide.md`(完整路径)。官方/社区文档 URL 对照见 `guide/links.md`。排查官方运行时行为/未修复 bug 时查 `guide/unfixed-issues.md`(master 基线源码核实的问题清单 + 已修复提交号 + 设计行为对照)。
|
|
24
24
|
3. 确认目标扩展点:读 `references/official-docs/docs/architecture.md` 的「Where new behavior goes」表与 `references/official-docs/docs/cookbook/extension-cookbook.md` 的 feature→mechanism 表——**新行为必须挂到已文档化扩展点,不得改 agent-loop**。
|
|
25
25
|
|
|
26
26
|
## 必须遵守的插件契约(官方红线,逐条核对)
|
package/guide/links.md
CHANGED
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
## 5. 官方与社区渠道
|
|
81
81
|
|
|
82
82
|
- Discord:https://discord.gg/Ycq5dCaS4 · GitHub 讨论区:https://github.com/deepseek-ai/deepseek-harness/discussions(归档见 §3)
|
|
83
|
+
- **未修复问题清单(社区核实版,2026-09-13)**:官方讨论 [#6520](https://github.com/deepseek-ai/deepseek-harness/discussions/6520)(PerryLink 发布:20+4 项 master 未修复 bug,逐条 path:line + 规避 + 原帖链接);本地结构化对照见 [unfixed-issues.md](unfixed-issues.md)(含「已修复提交号」与「设计行为对照」两节)
|
|
83
84
|
- 插件话题页:https://github.com/topics/dsh-plugin(08-15 快照在 `downloads/topic-snapshots/dsh-plugin-topic-2026-08-15/`,位置记录见 [sources.md](../references/sources.md) §D.2)
|
|
84
85
|
- awesome 列表(插件发现):见 [community-ecosystem.md](../references/community-ecosystem.md) §5
|
|
85
86
|
- **中文社群与媒体**:微信公众号「DeepSeek Harness 团队」(黑鲸头像,08-12 注册)、企微小助手群(官方 README 链接);[V2EX](https://global.v2ex.co/t/1234341) 系列线程(1234203/1234320/1234341/1234424/1234521…);[Bilibili 教程视频](https://www.bilibili.com/video/BV1WmgF6qEMn/)(速通/安装/实战共 9 支,清单见归档 README);知乎提问 [2040450519303288568](https://www.zhihu.com/question/2040450519303288568)(403 反爬,需浏览器)
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
# DSH master 未修复问题与常见误解(源码核实版)
|
|
2
|
+
|
|
3
|
+
> 本文件是 `dsh-plugin-guide` 知识库对官方仓库社区讨论的**源码级结论收拢**:
|
|
4
|
+
> 每个条目都在基线提交上逐行核实过(read/grep),附 `path:line`、临时规避与原文讨论链接。
|
|
5
|
+
> 汇总帖见官方 Discussions [DSH master (0.1.6-alpha.2 / ddefc45fbc) 仍未修复的问题清单(社区核实版)](https://github.com/deepseek-ai/deepseek-harness/discussions/6520)。
|
|
6
|
+
>
|
|
7
|
+
> - 初版基线:`c291e7961a515f6d7af9304e7fd1d257929aef26`(2026-09-10 快照,0.1.5-rc.2 世代)
|
|
8
|
+
> - **复核基线:`0d1f50007f9bca3f52b06e1c3074fa14d5fb0720`(2026-09-15,0.1.6-alpha.1 世代;区间 666 提交 / 3123 改动文件)——2026-09-15 全表重核:1 项已修复(#6129)、1 项转部分修复(#2)、行号已按新基线刷新**
|
|
9
|
+
> - **复核基线 2:`ddefc45fbc7f8e46dd73185e68295696d1297887`(`dsh-v0.1.6-alpha.2`,2026-09-19;较上一基线 +882 提交)——2026-09-19 再核:#27 已修复(`6b05ed53e9`)、#1 转部分修复(`61c548e200`:同级模式已接受,仅更窄/不受支持仍抛错),下表行号已刷新**
|
|
10
|
+
> - 核实人:PerryLink([dsh-plugin-guide](https://github.com/perrylink/dsh-plugin-guide) 维护者)
|
|
11
|
+
> - 用法:开发插件/排障时按「症状 → 位置 → 规避」查;条目后附原讨论,官方有新回复时以原帖为准。
|
|
12
|
+
> - 诚实标注:无法在源码复核的环节(依赖未安装的半边)已注明。
|
|
13
|
+
|
|
14
|
+
## 1. 仍未修复(29 项 + 2 项部分修复(#1、#2)+ 1 项已修复(#27,保留为修复记录),按严重度排序)
|
|
15
|
+
|
|
16
|
+
| # | 问题 | 位置(@ddefc45,2026-09-19 复核) | 临时规避 | 讨论 |
|
|
17
|
+
|---|---|---|---|---|
|
|
18
|
+
| 1 | 同级/更窄的 `sandbox_permissions`:**同级自 `61c548e200` 起已接受**,更窄/不受支持的目标仍报错(模型整轮循环只余此半边) | `packages/sandbox/sandbox/src/escalation.ts:160`(同级在 `:155` 短路返回;schema 恒广告全枚举 `:41`;danger-full-access 变体 `packages/bundle/base/cordis.patch.yml:234` + `packages/fs/fs-sandbox/src/index.ts:65-67` + `packages/fs/tool-fs/src/sandbox.ts:39-45,59-70`;spec 钉死 `tests/escalation.spec.ts:88,90`) | persona 注明「已是该模式就别带 sandbox_permissions」 | #4021 #4481 #4672 #4742 #4763 #4976 #4990 #5570(同族 #5238 #5298 #6215) |
|
|
19
|
+
| 2 | 纯推理轮以空 content 落盘 → 之后每轮 400,整会话报废(**PARTIAL**:默认协议已切 Messages,待真机复测) | `packages/llm/llm-deepseek/src/protocols/chat-completions/serialize.ts:196-229`(chat-completions 仍空 content,注释 `:212-219`;旧 `src/serialize.ts` 已随 `6a137ea702` 删除);默认协议已切 Messages(`src/config.ts:81,207`,`b0641b83fc`),推理走 `thinking` 块(`messages/serialize.ts:29-32`) | 显式 `protocol: chat-completions` 时:备份后解压 session.v3.jsonl.zstd,改占位/删除该条后重压 | #5466(同族 #1850 #6218 #6431) |
|
|
20
|
+
| 3 | windows-acl 沙箱缓存临时目录消失后该会话永久损坏 | `packages/sandbox/sandbox-local/src/index.ts:415-417`(缓存命中无复核);runner 首检 `packages/sandbox/sandbox-windows-acl/src/runner.ts:110-113` | 重启 dsh host 重建快照 | #6483(同族 #5034) |
|
|
21
|
+
| 4 | read_image 所有预设一调即失败(cannot get property 'fs' without inject) | `packages/fs/tool-fs/src/index.ts:70-71`(inject 收窄 scope);执行体 `packages/fs/tool-fs/src/read-image.ts:209`(`:265` 同类) | 无产品内规避;走外部视觉路径 | #4612 |
|
|
22
|
+
| 5 | 升级后旧 `code` 预设会话全部无法 resume(无 legacy 别名) | `packages/preset/agent-presets/src/index.ts:372-381`(无 LEGACY_PRESET_IDS);错误被包成 `gateway/internal`(`packages/api/session-controller/src/agent.ts:216`) | 复制内置 ptc 预设到 `~/.dsh/.agent-presets/code/`,或改绑 standard/ptc | #5657 #5381 #5781 #4167 #5585 |
|
|
23
|
+
| 6 | exFAT 卷 write 必败(EISDIR)+ 盘根写入 EPERM | `packages/fs/fs-local/src/fsio.ts:633-638`(硬链接发布无回退,默认 `link` `:608`、`throwGuardedCreateFailure` `:536-571`)、`:597-598`(mkdir 不容忍盘根 EPERM) | 目标放 NTFS;勿直写盘根 | #5704 #4981(相关 #2402) |
|
|
24
|
+
| 7 | Node < 22.19/24.2 安装后静默深埋失败(无友好版本门) | `apps/cli/src/bin.ts`(无运行时版本检查);`apps/cli/package.json` 无 engines;仅根 `package.json:8-9`(npm 只警告) | 升级 Node ≥ 24.2(或 22.19+);全局安装替代 npx | #6115 #6124 #6126 |
|
|
25
|
+
| 8 | 单个损坏插件条目令所有对话请求 REQUEST_EXTENSION | `packages/llm/llm-deepseek/src/common/request-extensions.ts:20-24`(异常一律升级,原 `adapter.ts:627-637` 已随 `6a137ea702` 消失);`packages/llm/plugin-package-inventory-deepseek/src/index.ts:123`(抛错);默认挂载 `packages/bundle/base/cordis.patch.yml:70-71` | profile patch 禁用该插件,或修复损坏条目 | #6161(相关 #5683 #5968 #6108) |
|
|
26
|
+
| 9 | PTC 模式零参数工具绑定必失败 | `packages/ptc-runtime/ptc-runtime-node/src/bootstrap.ts:326-335`(旧包 `code-runtime-worker-thread` 已由 `7c9bb5914c` 改名);`json-wire.ts`(原 `worker-json.ts`) | 无产品内规避;帖内一行修复未合入 | #6065 |
|
|
27
|
+
| 10 | opencode-go 路由缺 `x-opencode-session` 头 + 缺 4.1-flash 目录项 | `packages/llm/llm-pi-ai/src/adapter.ts:384`;`packages/llm/llm-pi-ai/package.json:44`(pi-ai ^0.85.1 dist 无该头) | 路由级静态头(牺牲每会话亲和);profile `models` 手写条目 | #6224 |
|
|
28
|
+
| 11 | Python SDK 跨进程续接旧会话只跑不落盘 | `packages/sdk/server/src/server.ts:259-292`(只查进程内表;恒 create 无 resume) | 同一进程内复用实例循环多轮 | #4591 #5950 #4954(相关 #1414) |
|
|
29
|
+
| 12 | append() 不执行消息身份校验:插件注入缺 id/role 写坏会话 | `packages/core/session/src/index.ts:719-770`(append 只调 validateSessionEventData `:748`);`assertMessageEventShape` `:327-386` 只挂 adoptSessionEvent/seed | 注入消息必须自带 id、role:'user'、source:{kind} | #6284(相关 #6236 #918) |
|
|
30
|
+
| 13 | `dsh plugin` 子命令无法自愈 profile 依赖(CLI 侧亦缺 windowsHide) | `apps/cli/src/plugin.ts:120-163`(spawnSync 无 healing、`:134-138` 无 windowsHide) | profile 目录手动 pnpm install | #5537(#4024) |
|
|
31
|
+
| 14 | 插件经 `connection.rpc.handle()` 注册的通道静默失效(405) | `packages/client/connection/src/rpc-host.ts:79-84`(owner 取服务自身 ctx)、`:178-179`;0.1.5-rc.x 回归实证:`git show dsh-v0.1.2-rc.1` inject=`['webServer','credentials']` → `dsh-v0.1.5-rc.2`=`['credentials']`(`index.ts:69`);**截至 `dsh-v0.1.6-alpha.1` 仍未修** | 打社区补丁 cb9b6e2;等上游合并 | #6227(同族 #6270 #6289 #6337 #6513 #6681) |
|
|
32
|
+
| 15 | 文档预览插件钉版 pdfjs-dist 6.3.289 引用全局 `Iterator` → 旧 Safari/WebView 无法启动 | `packages/client/ui-sidebar-documentpreview/package.json:69`;`src/client/index.ts:37,116` | 换 Chrome/Edge 126+ / Firefox 131+ / Safari 18.2+;或注释 :37/:116 重建 | #6507(同类 #3912) |
|
|
33
|
+
| 16 | pwsh 沙箱对临时根未加保护的 realpath(RAM 盘报 EISDIR) | `packages/sandbox/sandbox-windows-acl/src/path-boundary.ts:11-12`(对照 `packages/sandbox/sandbox/src/roots.ts:30-41` 已有回退先例) | TEMP/TMP 指回物理盘或子目录 | #6018 |
|
|
34
|
+
| 17 | 编程式 `agents.create` 缺 model 时静默死轮 | `packages/core/agent-loop/src/index.ts:421`({{model}} 绑原始可选字段无回退);webhook 已有回退先例 `packages/webhook/webhook/src/session.ts:63-66` | 先 `agentDefaultModel.currentSelection()` 再显式传 provider/model | #4967 |
|
|
35
|
+
| 18 | grep/read 行预览从列 0 截断,2000 字节外的匹配被隐藏 | `packages/fs/tool-fs-search/src/grep.ts:35`、`search-core.ts:324-325`(kind:'head')、`packages/fs/tool-fs/src/read-render.ts:11` | 单行大文件改用 shell 提取区间 | #4982 |
|
|
36
|
+
| 19 | dsh-llm 发布类型引用 devDependencies(npm 消费者 TS2724) | `packages/llm/llm/package.json:21-24`(./invariant 是公开子路径)、`:76-77` | 钉 0.1.1-rc.2 或自行声明依赖 | #5913 |
|
|
37
|
+
| 20 | /compact 在 agent 未空闲时一律报「active compaction」,诊断串味 | `packages/core/agent-loop/src/agent.ts:157-158`、`packages/compaction/compaction-basic/src/index.ts:410-416` | 等 turn 完全结束再 /compact | #6223 |
|
|
38
|
+
| 21 | todo 任务栏在回合中断后永久消失 | `packages/todo/tool-todo/src/index.ts:134-145`——投影 apply 在 `turn/start` 无条件返回 null(`:140`)、`stateVersion: 2`(`:144`);修复需 bump 2→3(投影缓存 ver 不匹配即丢弃,`packages/session/session-projection-cache/README.md:80`) | 无产品内规避(模型自觉重写不可靠) | #6524(已并入汇总帖 #6520) |
|
|
39
|
+
| 22 | 压缩阈值按整窗口算,1M 窗口下高于 provider 实际输入上限(pressure 几乎永不触发) | `packages/compaction/compaction-basic/src/config.ts:20`(DEFAULT_THRESHOLD_RATIO = 0.8)、`:144`(thresholdTokens = floor(contextWindow × ratio),不减输出预算);`DEFAULT_MAX_TOKENS = 256_000` 现位于 `packages/llm/llm-deepseek/src/common/defaults.ts:8`(`DEFAULT_CONTEXT_WINDOW = 1_000_000` 在 `:6`,原 `adapter.ts:149` 已随协议拆分消失) | `modelPolicies` 按模型覆盖 thresholdRatio(对 1M/256K 设 ≤0.65);#5123 有 reservedOutputTokens 补丁建议 | #5123 #5263 #5800 #6671(实测证据来自 #6520 条目提交者) |
|
|
40
|
+
| 23 | overflow 分支 retainTokens = 0,一次清掉约 98%(手动 /compact 同源) | `packages/compaction/compaction-basic/src/index.ts:281-285`——overflow 直接 `selectCompactableRange(session, measurement, 0)`(`:285`);注释 `:248` 写明绕过正常保留尾策略 | 无产品内规避;先确认 preset 隔离域挂载了 compaction-basic(host 树默认禁用,`packages/bundle/web-app/cordis.patch.yml:432-439`) | #5416 #5650 #6672 |
|
|
41
|
+
| 24 | tool-result 剪枝跑在压缩选区之前,摘要器输入已失真 | `packages/compaction/compaction-basic/src/index.ts:281-285`(overflow:prune → select)、`:305-313`(pressure:prune → remeasure → select) | 无产品内规避 | #5766(相关实测 1:1 剪枝标记,来自 #6520 条目提交者) |
|
|
42
|
+
| 25 | 压缩后旧轮推理整段不回传(实测推理占摘要器输入 58.8%) | 压缩交易把选区整体替换为摘要(`packages/compaction/compaction-basic/src/region.ts:174` compactSurfaceRegion + `commitCompactionBody` `:472-500`),旧轮 reasoning 位于被替换区间内、不再回传 | 无产品内规避 | #6480 #6510 #3002(实测证据为准,见 #6520) |
|
|
43
|
+
| 26 | token-meter 的 CJK 增量低估(实测 +26% ~ +57%,纯中文样本 1.57×) | `packages/llm/token-meter/src/estimate.ts:13`(CHARS_PER_TOKEN = 4;estimate 只作用于每步增量,总量 provider-anchored) | 无产品内规避;注意按真实用量预算 | #6361 #5632 #6688(实测口径见 #6520) |
|
|
44
|
+
| 27 | ~~桌面端打包在 prepare:dsh 阶段必败(payload smoke 引用已移除的 fs-ext)~~ **已修复**:`6b05ed53e9` 删除了 smoke 的 `checkFsExt()` 及其调用(只进 `dsh-v0.1.6-alpha.2`,未进 alpha.1) | 原位置 `apps/desktop/scripts/prepare-dsh.ts:142`、`apps/desktop/tests/fixtures/runtime-payload-smoke.mjs:67-83` | 不再需要 | #6589 #6612 |
|
|
45
|
+
| 28 | 读路径 `SessionLogScanner` 默认 `recoverable`:seq gap/损坏行被静默截断,直到后续 turn/end 才重抛("valid aborted-turn 被当作 no more history") | `packages/session/session-persistence-jsonl/src/index.ts:915`(无 recovery 实参);`format.ts:403`(默认值)、`:482-484`/`:497-514`(issue 暂存)、`:369`(header 侧实为 strict,但被扫描器默认覆盖);strict 仅 verify 路径 `generation.ts:583/597` | 备份日志手动修 gap;修复方向=`:915` 传 `'strict'` 或暴露 `format.ts:394` issue | #6562 #3631 |
|
|
46
|
+
| 29 | v0→v3 迁移后三类 stock 投影未守卫 `message.content/source` 读取 → hydrate 崩溃(迁移器有直通分支不保证完整 envelope) | `session-turn-outline/src/projection.ts:110,113,119`;`session-stats/src/projection.ts:174`;`session-telemetry/src/coordinator.ts:270`;直通分支 `session-format-v0-to-v1/src/migration.ts:354-357,366-368,390-395` | 投影侧防御性守卫(最小风险补丁方向) | #6686 |
|
|
47
|
+
| 30 | http-proxy 把 `[::1]` 写进子进程 `no_proxy`/`NO_PROXY` → httpx 系 MCP server 崩溃(undici 专用括号项泄漏到子进程 env) | `packages/util/http-proxy/src/policy.ts:33`(LOOPBACK_NO_PROXY 含 `[::1]`,注释 `:25-32` 自认是为 undici)、`:206-210`;`install.ts:79-92,113-129`;harness 自身匹配器无需括号项(`:279-295` 去括号) | env 写入侧只写裸 `::1`,undici 消费处保留括号项(两处消费者分离) | #6655 |
|
|
48
|
+
| 31 | 粘贴图片惰性持有 File 快照:剪贴板同步(如微信输入法跨设备复制)后提交时 FileReader NotFoundError | `ui-conversation/src/client/service.ts:73-80`(browserDraftAttachment 只存 File+objectURL)、`:124-135`(base64ImageOf)、`:286-291`;对比文件类立即上传 `:316-324` | 粘贴后立即发送,或拖拽/文件选择 | #6673 |
|
|
49
|
+
| 32 | web-fetch NAT64 探测无守卫:无 DNS64 网络(ipv4only.arpa 不解析)下所有双栈主机 fetch 全灭 | `packages/web/web-fetch-http/src/network.ts:90-92`(无 try/catch)、`:113-134`(discoverNat64Prefixes)、`:38`;SSRF 检查独立(`:96-106`) | 无产品内规避;补丁方向=ENOTFOUND/ENODATA 视为无前缀 | #6664 |
|
|
50
|
+
|
|
51
|
+
## 2. 次级清单(已核实、优先级较低,6 项)
|
|
52
|
+
|
|
53
|
+
| # | 问题 | 位置 | 规避 | 讨论 |
|
|
54
|
+
|---|---|---|---|---|
|
|
55
|
+
| S1 | Python SDK bundled runtime 清单缺 `dsh-attachment-local` → 挂载即 ERR_MODULE_NOT_FOUND | `python/sdk-runtime/package.json` 依赖清单(`dsh-attachment` 在 `:23`,仍无 `dsh-attachment-local`;0.1.6 世代清单已改:`dsh-code-runtime*`→`dsh-ptc-runtime*`、新增 `dsh-compaction-image-offload`/`dsh-session-title-llm`) | SDK 组合不挂 attachment-local | #4377 |
|
|
56
|
+
| S2 | 会话列表 RPC 是一次性全量快照,无分页/懒加载 | `packages/api/session-controller/src/index.ts:223-225`;cursor 仅保留位 `types.ts:245` | 拆分工作区/清理旧会话/ssh -C | #6017 |
|
|
57
|
+
| S4 | 冷/种子会话列表行回退显示工作区文件夹名 | `packages/api/session-controller/src/client/sessions/service.ts:145-152` | 打开会话一次生成标题投影 | #6316 #6207(相关 #3375 #5368) |
|
|
58
|
+
| S5 | cordis preset 的 SKILL.md 仍在教已废弃工具名(6 处旧名 vs 实现注册 7 个新名) | `packages/preset/agent-presets/presets/cordis/skills/editing-cordis-compositions/SKILL.md:32,34,64,80,118,122`;新名 `packages/extensions/tool-cordis/src/index.ts:45,64,100,152,244,333,355`;另有生成文件/文档残留 `tool-cordis/src/api-catalog.ts:6`、`cordis-client-runner/.../slot-catalog.ts:7,74`、`docs/subsystems/slots.md:176`(+.zh)与三个快照(`ui.expected.md:36`、`session.v2.jsonl:17`、`session.v3.jsonl:18`) | 文档修复型 PR;快照测试需重生成 | #6679 |
|
|
59
|
+
| S6 | SIGTERM 无在途 turn 排空路径;5s 宽限硬编码;无 `dsh restart` | `apps/cli/src/process-shutdown.ts:4,69-75`;dispose=cancel+whenIdle `agent-loop/src/index.ts:594-595`;launcher 无 restart(`apps/cli/src/args.ts:145-201`) | 第二信号即强退是固定语义;drain 属 feature request | #6665 |
|
|
60
|
+
| S7 | LLM 出站超时修复未合入;undici 全局 dispatcher 由 http-proxy 独占(>5min prefill 在 ~302s 被 body timeout 终止) | 无 `egress.ts`/`httpBodyTimeoutMs`;`llm-pi-ai/src/config.ts:46`(300s 空闲看门狗)、`adapter.ts:355`;`util/http-proxy/src/install.ts:208-220` | 每请求新建 fetch 绕过共享 socket 记账 | #5673 |
|
|
61
|
+
|
|
62
|
+
## 3. 已在 master 修复(旧帖一律更新即可,无需改代码)
|
|
63
|
+
|
|
64
|
+
更新到 0.1.5-rc.2 世代后以下问题消失;遇旧帖时给「更新即可 + 提交号」式回答:
|
|
65
|
+
|
|
66
|
+
- **windowsHide 弹窗族**:`a05b5fbe79` + `cc8099dc5f`(子进程清理工具隐藏);CLI 半侧 `apps/cli/src/plugin.ts:134-138` 仍未修(见上 #13)。
|
|
67
|
+
- **Windows 目录选择器 CJK 截断族**(U+XX00 低字节为 0):`51c242749a` 重写 readUtf16 → `koffi.decode(..., 'str16')`(`packages/host/directory-picker-native/src/win32-dialog-bindings.ts:39-44`)。覆盖 #643 #1660 #2126 #2227 #3010 #3313。
|
|
68
|
+
- **`--expose-internals` HMR 启动失败**:`c685582d54` + `675efe73f2`;loader 回退 `node-addon-require-builtin`(`vendor/loader/src/internal.ts:108-118`,CLI 依赖 `apps/cli/package.json:101`)。
|
|
69
|
+
- **compat.supportsDeveloperRole 可配置**:`884f7b9c41` + `cf4a27c471`(schema `packages/llm/llm-pi-ai/src/config.ts:256`、`catalog.ts:367`)+ 文档 `30a838cda3`(`docs/user/guide/providers.zh.md:156,184`)。
|
|
70
|
+
- **子代理模型快照 → request-time 选择**:`f76a225a7d`(PR #2663;`packages/subagent/subagent/src/child-agent.ts:60-85`)。
|
|
71
|
+
- **pnpm 11 构建失败(npm_execpath)**:`89674edc93`(`scripts/build.ts:18-20` + `scripts/pnpm-invocation.ts`)。
|
|
72
|
+
- **fs-ext/node-gyp Windows 构建族**:`d927cbff99` 换成预编译 `@deepseek-ai/node-addon-system`(flock)。
|
|
73
|
+
- **koffi 32KB 崩溃**:`141d72d7cf`(不再固定 32KiB view 读指针)。
|
|
74
|
+
- **非 loopback HTTP crypto.randomUUID**:新增 `dsh-util-crypto` 提供实现(`packages/client/connection/src/rpc.ts:36` 侧)。
|
|
75
|
+
- **ACP server 已发布**:`dsh --profile acp`(`@deepseek-ai/dsh-acp`)。
|
|
76
|
+
- **MCP structuredContent 要求条件化**:`e1633fbc3f`(自 0.1.0-rc.7+;按 outputSchema 广告与否决定)。
|
|
77
|
+
- **旧 v0→v3 迁移校验**:多处收紧/修复已随 0.1.5-rc 发布(历史会话不可加载先试升级)。
|
|
78
|
+
- **轮次导航条(turn rail)load-and-jump**:`b3064cca77` + `6af1ee49b1`。
|
|
79
|
+
- **轨迹面板首 token 时间(#6129)**:`e779831f40` "fix(client): restore assistant timing from recorded streams"(2026-09-14 经 `a85778448a` 进入 master;不在初版基线 c291e7961a 中)。`packages/client/ui-trajectory/src/client/trajectory-assistant-definition.ts:195-203` 新增 `settleTiming()` 用 `assistantStreamFirstTokenTime(event.data.stream)` 从已记录流恢复首 token 时间,挂到 `assistant/message`(`:210-213`)与新增的 `assistant/attempt`(`:238-243,367`)。回放/已结流不再是空洞(原次级 S3,2026-09-15 复核移入本节)。
|
|
80
|
+
- **Node 版本门槛**:根 `package.json:8-9` engines `^22.19.0 || >=24.0.0`;实测实际下限 ≈ 24.2(24.0/24.1 有 undefined 报错)。
|
|
81
|
+
|
|
82
|
+
## 4. 设计行为 / 常见误解(不是 bug,快速对照)
|
|
83
|
+
|
|
84
|
+
| 现象 | 结论 | 关键位置 |
|
|
85
|
+
|---|---|---|
|
|
86
|
+
| 本地模型把工具调用输出成 `<DSML|function_calls>` 文本 | 适配器只解析 `delta.tool_calls`,不解析文本标签;这是服务端职责 | `packages/llm/llm-deepseek/src/translate.ts:167-195` |
|
|
87
|
+
| 自定义 provider 显示上下文 262k 而非 1M | 262144 是未声明容量时的内置默认假设,可 settings.yaml 覆盖 | `packages/llm/llm-pi-ai/src/config.ts:64,330`、`catalog.ts:901` |
|
|
88
|
+
| 没填 key 却在扣 DeepSeek 余额 | 默认凭据引用环境变量 `DEEPSEEK_API_KEY`,启动环境只读且优先级最高 | `packages/llm/llm-deepseek/src/index.ts:88`;`packages/credentials/credentials-local/README.md:75-80` |
|
|
89
|
+
| web_search 用 deepseek-v4-flash 而非会话模型 | 独立搜索 provider(web-search-deepseek),模型/凭据/端点与聊天分离 | `packages/web/web-search-deepseek/src/provider.ts:38,207-221` |
|
|
90
|
+
| `dsh --profile tui` 不存在 | tui 非内置;README 中为示例("assuming the tui profile is installed"),社区方案 `dsh plugin --profile tui add github:deepseek-harness/turtle-ui` | `apps/cli/README.md:28`、`apps/cli/reference/README.md:70-72` |
|
|
91
|
+
| `--host 0.0.0.0` 被拒绝 | 刻意不支持(远程代码执行风险);用 LAN IP + `--trusted-host` 或 SSH 隧道 | `packages/bundle/web-app/src/startup.ts:74-75` |
|
|
92
|
+
| 工具定义每轮都发 | 无「每 N 轮」开关;工具集不变时前缀缓存复用(逻辑 prompt 体积 ≠ 全价计费) | `packages/core/agent-loop/src/agent.ts:262-265,556,613` |
|
|
93
|
+
| 同级权限请求报错 | 见第 1 节 #1(**同级自 `61c548e200` 起已接受**,只剩更窄/不受支持的目标抛错);read-only 下升级走审批可正常终止 | `packages/sandbox/sandbox/src/escalation.ts:155,160` |
|
|
94
|
+
| bash/run_code 的 `description` 必填 | 刻意设计(活动列表/UI 展示用);空串另有执行期拒绝 | `packages/shell/tool-bash/src/index.ts:244-252`;`packages/core/tools/src/ptc.ts:304-311,327-330`(#3874) |
|
|
95
|
+
| 界面 token 远小于计费 | 界面=主会话 usage 之和;子代理独立会话/日志不计入;无费用熔断功能 | `ui-trajectory/src/client/layout.ts:758,952-955`;`subagent-in-process-driver/src/index.ts:113`(#6688) |
|
|
96
|
+
| skill 目录监视挡 Windows 插件更新 | `watch: false` 开关已存在(未文档化);Windows 可用 `watchUsePolling` | `packages/skill/skill-filesystem/src/index.ts:82-83`(#6674) |
|
|
97
|
+
| headless 每次运行新会话 | 默认新会话 `session-<uuid>`;**0.1.6+ 已支持 `--session-id <id>` 续跑已存在会话**(`startup.ts:44`、`index.ts:279` `agents.resume`;缺 `sessionPersistence`/`sessionQuery` 会 fail loud);无"继续最近会话"便捷形式;多轮另可走 Connection RPC/gateway | `packages/bundle/headless/src/index.ts:279,342`;`startup.ts:43-45`(#6677) |
|
|
98
|
+
| 想"回退到第 N 轮重跑" | 无原位 rewind;fork 生成新会话继承前缀,边界禁落在开启 turn 内;UI 仅开放已完成轮次末条消息 | `packages/core/session/src/index.ts:1203,1256-1260`;`ui-chat/src/client/locale.ts:71-72`(#6652) |
|
|
99
|
+
| 自定义 provider 想调思考强度 | 模型条目声明 `reasoningEfforts`(off/minimal/low/medium/high/xhigh/max)→ thinkingLevelMap;仅 llm-pi-ai | `packages/llm/llm-pi-ai/src/catalog.ts:607,690-743`;示例 `index.ts:28-53`(#1058) |
|
|
100
|
+
| 编译报错引用不存在的导出(如 PersistenceCoordinator) | 旧产物与源码混装,非配置问题;彻底重建 | 常量已改名搬家 `session-query/src/config.ts:12`(#5622) |
|
|
101
|
+
| 自动压缩"开始"阶段不可见 | 节点模型已按 lifecycle-first(start=compaction/start);仅渲染层被 checkpoint 门控 | `ui-chat/src/client/conversation-nodes/compaction.ts:39-45,52-53`(#6675) |
|
|
102
|
+
|
|
103
|
+
## 5. 相关资源
|
|
104
|
+
|
|
105
|
+
- 官方汇总帖(31 项未修 + 1 项部分修复 + 6 项次级,2026-09-15 已对照 0.1.6-alpha.1 复核):<https://github.com/deepseek-ai/deepseek-harness/discussions/6520>
|
|
106
|
+
- 官方仓库 checkout 路径约定见 [SKILL.md](../SKILL.md)(本知识库以 `D:\deepseek-harness` 为示例)。
|
|
107
|
+
- 每项条目引用的讨论号均可拼为 `https://github.com/deepseek-ai/deepseek-harness/discussions/<编号>` 直接查看原始分析。
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
*维护说明:官方有新提交/新回复时,本文件的「仍未修复」条目可能过时——以原帖与官方答复为准;更新时保留基线提交号与核实日期。*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-plugin-guide",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.15",
|
|
4
4
|
"description": "The dsh-plugin-guide knowledge base plus the dsh-plugin-dev CLI toolchain: official docs, Cordis primer, community deep-dives, and battle-tested pitfalls registered as an on-demand agent skill, with a scaffolder, static checker, and pack verifier for building DSH plugins.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|