@linxin666/dsh-client-ui-community-plugins 0.3.12 → 0.3.14
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 +5 -5
- package/package.json +13 -13
package/community.json
CHANGED
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"description": "选中助手文字即可批注,回车随消息发送;自己的气泡只显示问题与「批注 ×N」标签,模型按 Annotation N 逐条对照回复(悬浮芯片);UI 与批注块跟随 DSH 语言切换 zh/en,Cmd/Ctrl+Enter 可直发纯批注,斜杠命令原样放行。",
|
|
136
136
|
"descriptionEn": "Select text in an assistant reply to annotate it; annotations ride along with your next message, hidden in your own bubble behind an Annotations xN chip, and the model replies per Annotation N with hoverable chips. UI and annotation block follow the DSH locale (zh/en); Cmd/Ctrl+Enter sends annotations alone; slash commands pass through.",
|
|
137
137
|
"repo": "https://github.com/omdsh-dev/dsh-annotation",
|
|
138
|
-
"npm": "@
|
|
138
|
+
"npm": "@changfenhuang/dsh-annotation",
|
|
139
139
|
"category": "ui",
|
|
140
140
|
"subcategory": "chat"
|
|
141
141
|
},
|
|
@@ -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.14",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dsh": {
|
|
13
13
|
"engines": {
|
|
14
|
-
"dsh": ">=0.1.2-
|
|
14
|
+
"dsh": ">=0.1.2-rc.1"
|
|
15
15
|
},
|
|
16
16
|
"bundle": {
|
|
17
17
|
"patch": "./cordis.patch.yml"
|
|
@@ -26,17 +26,17 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
29
|
-
"@deepseek-ai/dsh-api-remotes": "^0.1.2-
|
|
30
|
-
"@deepseek-ai/dsh-api-session-controller": "^0.1.2-
|
|
31
|
-
"@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-
|
|
32
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.2-
|
|
33
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.2-
|
|
34
|
-
"@deepseek-ai/dsh-client-store": "^0.1.2-
|
|
35
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-
|
|
36
|
-
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-
|
|
37
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-
|
|
38
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-
|
|
39
|
-
"@deepseek-ai/dsh-settings": "^0.1.2-
|
|
29
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.2-rc.1",
|
|
30
|
+
"@deepseek-ai/dsh-api-session-controller": "^0.1.2-rc.1",
|
|
31
|
+
"@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-rc.1",
|
|
32
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.2-rc.1",
|
|
33
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.2-rc.1",
|
|
34
|
+
"@deepseek-ai/dsh-client-store": "^0.1.2-rc.1",
|
|
35
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-rc.1",
|
|
36
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-rc.1",
|
|
37
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-rc.1",
|
|
38
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-rc.1",
|
|
39
|
+
"@deepseek-ai/dsh-settings": "^0.1.2-rc.1",
|
|
40
40
|
"@testing-library/react": "^16.1.0",
|
|
41
41
|
"@types/node": "^22.20.0",
|
|
42
42
|
"@types/react": "~18.3.1",
|