@linxin666/dsh-client-ui-community-plugins 0.3.10 → 0.3.11
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 +38 -2
- package/package.json +13 -13
package/community.json
CHANGED
|
@@ -168,8 +168,8 @@
|
|
|
168
168
|
"name": "自动记忆",
|
|
169
169
|
"nameEn": "Auto Memory",
|
|
170
170
|
"author": "Aik358",
|
|
171
|
-
"description": "
|
|
172
|
-
"descriptionEn": "
|
|
171
|
+
"description": "主动联想记忆插件:记忆不靠模型调用,自己被唤回——Host 观察情境,NLP 关键词+向量化双轨检索,固定边界注入不破坏前缀缓存。三层记忆自动沉淀、欢迎向导(每项功能当场开关)、唤起回顾、无人值守、AI 问候与每日反思、日历、跨工具记忆继承。语义后端可自选:内置 JS 档(e5-small,默认)或可选 Python BGE-M3 int8,词法 BM25 永远兜底。",
|
|
172
|
+
"descriptionEn": "Proactive associative memory: memories recall themselves without the model ever calling a tool. Host watches the conversation, dual-track retrieval (NLP keywords + vector similarity), fixed-boundary injection, prefix-cache friendly. Three-layer auto-consolidation, welcome tour with per-feature switches, recall review, unattended mode, AI greetings & reflections, calendar, cross-tool memory inheritance. Semantic backends selectable: built-in JS tier (e5-small, default) or optional Python BGE-M3 int8 — lexical BM25 always-on as 0GB floor.",
|
|
173
173
|
"repo": "https://github.com/Aik358/dsh-auto-memory",
|
|
174
174
|
"npm": "@a9i5k4/dsh-auto-memory",
|
|
175
175
|
"category": "knowledge",
|
|
@@ -572,5 +572,41 @@
|
|
|
572
572
|
"npm": "dsh-archived-chats",
|
|
573
573
|
"category": "ui",
|
|
574
574
|
"subcategory": "panel"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
"id": "dsh-prompt-enhance",
|
|
578
|
+
"name": "提示词增强",
|
|
579
|
+
"nameEn": "Prompt Enhance",
|
|
580
|
+
"author": "rongxingda",
|
|
581
|
+
"description": "输入框一键提示词增强:把草稿改写为结构化提示词(角色与目标、可执行步骤、输出格式、验收标准、边界条件),支持前后对比、回填与一键撤销;不改变原意、不凭空编造需求。",
|
|
582
|
+
"descriptionEn": "One-click prompt enhancement in the composer: rewrites the draft into a structured prompt (role and goal, executable steps, output format, acceptance criteria, edge cases) with before/after preview, fill-back, and undo. Never changes intent, never fabricates requirements.",
|
|
583
|
+
"repo": "https://github.com/rongxingda/dsh-prompt-enhance",
|
|
584
|
+
"npm": "dsh-prompt-enhance",
|
|
585
|
+
"category": "ui",
|
|
586
|
+
"subcategory": "chat"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"id": "dsh-completion-guard",
|
|
590
|
+
"name": "完成守卫",
|
|
591
|
+
"nameEn": "Completion Guard",
|
|
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.",
|
|
595
|
+
"repo": "https://github.com/GreenLv/dsh-completion-guard",
|
|
596
|
+
"npm": "dsh-completion-guard",
|
|
597
|
+
"category": "tools",
|
|
598
|
+
"subcategory": "dev"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"id": "dsh-session-enhance",
|
|
602
|
+
"name": "会话增强(dsh-session-enhance)",
|
|
603
|
+
"nameEn": "Session Enhance",
|
|
604
|
+
"author": "Tinger-X",
|
|
605
|
+
"description": "会话管理增强插件:支持真实物理删除、跨工作区分组拖拽搬移会话、一键物理文件与 storages JSON 对账及墓碑防复活机制。",
|
|
606
|
+
"descriptionEn": "Enhanced session management plugin: physical transcript deletion, cross-workspace drag-and-drop migration, physical file reconciliation, and tombstone anti-resurrection.",
|
|
607
|
+
"repo": "https://github.com/Tinger-X/dsh-session-enhance",
|
|
608
|
+
"npm": "dsh-session-enhance",
|
|
609
|
+
"category": "utility",
|
|
610
|
+
"subcategory": "cleanup"
|
|
575
611
|
}
|
|
576
612
|
]
|
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.11",
|
|
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-alpha.
|
|
14
|
+
"dsh": ">=0.1.2-alpha.3"
|
|
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-alpha.
|
|
30
|
-
"@deepseek-ai/dsh-api-session-controller": "^0.1.2-alpha.
|
|
31
|
-
"@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-alpha.
|
|
32
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.
|
|
33
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.
|
|
34
|
-
"@deepseek-ai/dsh-client-store": "^0.1.2-alpha.
|
|
35
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.
|
|
36
|
-
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.
|
|
37
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.
|
|
38
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.
|
|
39
|
-
"@deepseek-ai/dsh-settings": "^0.1.2-alpha.
|
|
29
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.2-alpha.3",
|
|
30
|
+
"@deepseek-ai/dsh-api-session-controller": "^0.1.2-alpha.3",
|
|
31
|
+
"@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-alpha.3",
|
|
32
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.3",
|
|
33
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.3",
|
|
34
|
+
"@deepseek-ai/dsh-client-store": "^0.1.2-alpha.3",
|
|
35
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.3",
|
|
36
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.3",
|
|
37
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.3",
|
|
38
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.3",
|
|
39
|
+
"@deepseek-ai/dsh-settings": "^0.1.2-alpha.3",
|
|
40
40
|
"@testing-library/react": "^16.1.0",
|
|
41
41
|
"@types/node": "^22.20.0",
|
|
42
42
|
"@types/react": "~18.3.1",
|