@linxin666/dsh-client-ui-community-plugins 0.3.9 → 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.
Files changed (2) hide show
  1. package/community.json +50 -2
  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": "三层自动记忆插件:用户级/项目笔记/每日日志自动注入与检索、每轮自动沉淀、AI 时段问候、智能检索、日历与工作区思维导图,支持继承 WorkBuddy/CodeBuddy/Claude Code/Codex 等其他 AI 工具的记忆。",
172
- "descriptionEn": "Three-layer auto memory for DSH: user-level/project-notes/daily-logs with automatic injection and retrieval, per-turn auto-consolidation, AI greetings, smart search, calendar, workspace mind map, and inheritance from WorkBuddy/CodeBuddy/Claude Code/Codex.",
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",
@@ -560,5 +560,53 @@
560
560
  "repo": "https://github.com/Nath-Vikky/dsh-codekin",
561
561
  "category": "ui",
562
562
  "subcategory": "panel"
563
+ },
564
+ {
565
+ "id": "dsh-archived-chats",
566
+ "name": "会话档案",
567
+ "nameEn": "Session Archive",
568
+ "author": "Ultronen",
569
+ "description": "本地优先的归档聊天管理插件:按工作区浏览和全文搜索,原生只读预览对话、工具活动与图片,支持标签备注、ZIP 备份恢复、历史版本恢复为副本、可撤销回收站、空间分账、保留策略和来源分支视图。",
570
+ "descriptionEn": "Local-first archived chat management with workspace browsing and full-text search, native read-only previews of conversations, tool activity and images, tags and notes, ZIP backup restore, History restore-as-copy, an undoable Recycle Bin, storage accounting, retention policies, and lineage views.",
571
+ "repo": "https://github.com/Ultronen/dsh-archived-chats",
572
+ "npm": "dsh-archived-chats",
573
+ "category": "ui",
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"
563
611
  }
564
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.9",
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.1"
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.2",
30
- "@deepseek-ai/dsh-api-session-controller": "^0.1.2-alpha.2",
31
- "@deepseek-ai/dsh-api-workspace-controller": "^0.1.2-alpha.2",
32
- "@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.2",
33
- "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.2",
34
- "@deepseek-ai/dsh-client-store": "^0.1.2-alpha.2",
35
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.2",
36
- "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.2",
37
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.2",
38
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.2",
39
- "@deepseek-ai/dsh-settings": "^0.1.2-alpha.2",
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",