@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.
- package/community.json +4 -4
- 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": "
|
|
429
|
-
"descriptionEn": "
|
|
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": "
|
|
594
|
-
"descriptionEn": "
|
|
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.
|
|
4
|
+
"version": "0.3.13",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|