@linxin666/dsh-client-ui-community-plugins 0.3.12 → 0.3.13

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/community.json +4 -4
  2. package/package.json +1 -1
package/community.json CHANGED
@@ -425,8 +425,8 @@
425
425
  "name": "会话复盘",
426
426
  "nameEn": "Session Insights",
427
427
  "author": "GreenLv",
428
- "description": "通过 /session-insights DSH 会话历史生成为本地、基于证据的工作流复盘:自包含 HTML Dashboard 与配套 JSON,支持确定性分析与可选的模型辅助分析。",
429
- "descriptionEn": "Generates local, evidence-backed workflow retrospectives from DSH session history through /session-insights: a self-contained HTML dashboard plus companion JSON, with deterministic and optional model-assisted analysis.",
428
+ "description": "回头看看你是怎么使用 AI 的:/session-insights 会整理一段时间内的 DSH 会话,找出哪些做法有效、哪些问题总在重复、最终真正留下了哪些成果,并生成一份保存在本机的复盘报告。",
429
+ "descriptionEn": "See how you have been using AI: /session-insights reviews your DSH sessions over time, shows what worked, which problems kept coming back, and what results were actually produced, then creates a retrospective report on your machine.",
430
430
  "repo": "https://github.com/GreenLv/dsh-session-insights",
431
431
  "npm": "dsh-session-insights",
432
432
  "category": "tools",
@@ -590,8 +590,8 @@
590
590
  "name": "完成守卫",
591
591
  "nameEn": "Completion Guard",
592
592
  "author": "GreenLv",
593
- "description": "任务合同与完成认证层:八个生命周期 hook 维护不可变需求账本,/compact 或会话恢复后重建有界合同,完成声明必须通过 checkpoint 绑定匹配证据,否则 fail-closed 阻止 Goal 与整任务完成。",
594
- "descriptionEn": "Task-contract and completion-certification layer for DeepSeek Harness: eight lifecycle hooks keep an immutable requirement ledger, restore the bounded contract after /compact or resume, and block unsupported completion claims with fail-closed evidence binding.",
593
+ "description": "避免 DSH Agent 在长任务中忘记你的要求。会话恢复后继续核对关键条件和完成依据,防止只做完一部分就报告整个任务已完成。",
594
+ "descriptionEn": "Keeps DSH agents from forgetting your requirements during long tasks. After a session resumes, it checks the key conditions and completion evidence again so partial work is not reported as the whole task done.",
595
595
  "repo": "https://github.com/GreenLv/dsh-completion-guard",
596
596
  "npm": "dsh-completion-guard",
597
597
  "category": "tools",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@linxin666/dsh-client-ui-community-plugins",
3
3
  "description": "Community plugin index data source for the dsh web ecosystem: community.json is the single source of the Workshop store plugin list and the dsh-market.com plugin manifest.",
4
- "version": "0.3.12",
4
+ "version": "0.3.13",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "exports": {