@linxin666/dsh-client-ui-community-plugins 0.3.5 → 0.3.9
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 +109 -2
- package/package.json +14 -10
package/community.json
CHANGED
|
@@ -123,6 +123,7 @@
|
|
|
123
123
|
"description": "给模型输出配交互式 UI:助手回复内联渲染 dsh-ui 围栏(布局、图表、表格、表单、Mermaid、3D、原生音视频),双通道渲染兼容原版 DSH 与新构建,支持流式渲染、面板停靠与组件交互回传模型。",
|
|
124
124
|
"descriptionEn": "Interactive UI inside assistant replies via the dsh-ui fence: layouts, charts, tables, forms, quizzes, Mermaid, 3D and native audio/video. Dual-channel rendering covers stock DSH and newer builds, with streaming render, panel docking and component actions that loop back to the model.",
|
|
125
125
|
"repo": "https://github.com/omdsh-dev/dsh-genui",
|
|
126
|
+
"npm": "@omdsh-dev/dsh-genui",
|
|
126
127
|
"category": "ui",
|
|
127
128
|
"subcategory": "render"
|
|
128
129
|
},
|
|
@@ -134,6 +135,7 @@
|
|
|
134
135
|
"description": "选中助手文字即可批注,回车随消息发送;自己的气泡只显示问题与「批注 ×N」标签,模型按 Annotation N 逐条对照回复(悬浮芯片);UI 与批注块跟随 DSH 语言切换 zh/en,Cmd/Ctrl+Enter 可直发纯批注,斜杠命令原样放行。",
|
|
135
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.",
|
|
136
137
|
"repo": "https://github.com/omdsh-dev/dsh-annotation",
|
|
138
|
+
"npm": "@omdsh-dev/dsh-annotation",
|
|
137
139
|
"category": "ui",
|
|
138
140
|
"subcategory": "chat"
|
|
139
141
|
},
|
|
@@ -330,8 +332,8 @@
|
|
|
330
332
|
"name": "逻辑探针",
|
|
331
333
|
"nameEn": "Logic Probe",
|
|
332
334
|
"author": "AmethystLuna",
|
|
333
|
-
"description": "AI
|
|
334
|
-
"descriptionEn": "Claim verification for AI coding agents: enumerate every verifiable claim in design docs and refactoring plans, verify against codebase facts, then escalate behavioral claims to logic-primitive verification
|
|
335
|
+
"description": "AI 智能体声明核查技能:枚举设计文档与重构计划中的每个可验证声明,对照代码库事实逐条核验;行为类声明升级为状态机/数据模型逻辑原语验证,支持前后回归、领域约束与并发风险挖掘,输出 file:line 证据。",
|
|
336
|
+
"descriptionEn": "Claim verification for AI coding agents: enumerate every verifiable claim in design docs and refactoring plans, verify against codebase facts, then escalate behavioral claims to state-machine/data-model logic-primitive verification with before/after regression, domain constraints, and concurrency risk mining.",
|
|
335
337
|
"repo": "https://github.com/AmethystLuna/logicprobe",
|
|
336
338
|
"category": "tools",
|
|
337
339
|
"subcategory": "dev"
|
|
@@ -453,5 +455,110 @@
|
|
|
453
455
|
"npm": "@wingsky-1/dsh-provider-usage",
|
|
454
456
|
"category": "tools",
|
|
455
457
|
"subcategory": "model"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"id": "dsh-milestone",
|
|
461
|
+
"name": "会话里程碑导航条",
|
|
462
|
+
"nameEn": "dsh-milestone",
|
|
463
|
+
"author": "SnowCrescenter-tech",
|
|
464
|
+
"description": "DSH Web UI 右侧的圆点时间轴:每条提问一个圆点,悬停查看内容与元信息(时间、轮次、耗时、TTFT、token),点击即跳转;附带全会话消息列表、站内与跨会话搜索、书签深链接(#msg=)和键盘导航。",
|
|
465
|
+
"descriptionEn": "Git-style dot timeline on the right edge of the DSH web UI: one dot per user message, hover for content and metadata (time, turn, duration, TTFT, tokens), click to jump; full-session list, in-session and cross-session search, #msg= deep-link bookmarks, keyboard navigation.",
|
|
466
|
+
"repo": "https://github.com/SnowCrescenter-tech/dsh-milestone",
|
|
467
|
+
"npm": "dsh-milestone",
|
|
468
|
+
"category": "ui",
|
|
469
|
+
"subcategory": "chat"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"id": "dsh-delete-message",
|
|
473
|
+
"name": "消息删除",
|
|
474
|
+
"nameEn": "Delete Message",
|
|
475
|
+
"author": "viplocco",
|
|
476
|
+
"description": "每条消息操作区的垃圾桶按钮:确认后经官方 surface-replace 契约将消息从模型上下文移除并从转录隐藏,原始日志不动、随时可恢复;覆盖用户/助手/注入行/工具调用/Think 卡,失败回合整窗清理与步骤级删除,删除前预检置灰、过渡动画,中英双语界面。",
|
|
477
|
+
"descriptionEn": "A trash icon in every message action bar: confirmed deletes remove the message from model context via the official surface-replace contract and hide it from the transcript, while raw logs stay intact and recoverable. Covers user/assistant/injected rows, tool calls and Think cards; whole-window cleanup of failed turns, step-level deletion, preflight graying, transition animations, bilingual zh/en UI.",
|
|
478
|
+
"repo": "https://github.com/viplocco/dsh-delete-message",
|
|
479
|
+
"npm": "dsh-delete-message",
|
|
480
|
+
"category": "ui",
|
|
481
|
+
"subcategory": "chat"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"id": "dsh-notion-skill",
|
|
485
|
+
"name": "Notion 集成",
|
|
486
|
+
"nameEn": "Notion Skill",
|
|
487
|
+
"author": "Zhiyi-Zhao",
|
|
488
|
+
"description": "DSH Notion 技能:通过官方 REST API 读写 Notion 工作区——搜索/读取页面(转 markdown)、创建/更新页面、查询/新增/更新数据库条目;纯 Python 标准库、零依赖、Windows / macOS / Linux 通用。",
|
|
489
|
+
"descriptionEn": "A DSH Notion skill: read and write your Notion workspace via the official REST API - search/read pages as markdown, create/update pages, query/add/update database entries; pure Python stdlib, zero dependencies, cross-platform.",
|
|
490
|
+
"repo": "https://github.com/Zhiyi-Zhao/dsh-notion-skill",
|
|
491
|
+
"category": "integration",
|
|
492
|
+
"subcategory": "sync"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"id": "dsh-passwords",
|
|
496
|
+
"name": "远程访问网关",
|
|
497
|
+
"nameEn": "Access Gateway",
|
|
498
|
+
"author": "slywalker2006",
|
|
499
|
+
"description": "为 DSH Web 公网部署增加登录与多租户控制的网关插件:自动 HTTPS、多账号权限/配额/沙箱、会话级访问控制、登录限流与审计日志、SQLite 静态加密(内置于 dsh web 前端,中英双语 UI)。",
|
|
500
|
+
"descriptionEn": "Server-grade gateway that turns DeepSeek Harness into a multi-tenant platform: remote access + automatic HTTPS, per-subuser permissions and quotas, sandbox enforcement, first-run setup, SQLite auth with at-rest encryption, rate-limit and audit log (bilingual UI).",
|
|
501
|
+
"repo": "https://github.com/slywalker2006/dsh-passwords",
|
|
502
|
+
"npm": "dsh-passwords",
|
|
503
|
+
"category": "security",
|
|
504
|
+
"subcategory": "access"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"id": "dsh-free-search",
|
|
508
|
+
"name": "免费搜索",
|
|
509
|
+
"nameEn": "Free Search",
|
|
510
|
+
"author": "DDDMUC",
|
|
511
|
+
"description": "无需 API key 的多引擎网络搜索:10 个引擎自动回退(Bing/DDG/AnySearch/SearXNG/Exa/Tavily/Keenable/Perplexity/DeepSeek 等——其中付费引擎需各自配置 API key)+ 时间过滤 + 8 个平台搜索 + Web 设置面板。安装时会接管宿主默认 web 搜索 provider(searchProvider=ddg 指向本插件),卸载时由 bundle patch 的 rollbackPatch 恢复原默认值。",
|
|
512
|
+
"descriptionEn": "Multi-engine web search without API keys: 10 engines with auto-fallback (Bing/DDG/AnySearch/SearXNG/Exa/Tavily/Keenable/Perplexity/DeepSeek — paid engines need their own API key) + time filtering + 8 platform searches + a web settings panel. Installing takes over the host default web search provider (searchProvider=ddg points at this plugin); uninstalling restores the previous default via the bundle patch rollbackPatch.",
|
|
513
|
+
"repo": "https://github.com/DDDMUC/dsh-free-search",
|
|
514
|
+
"npm": "dsh-free-search",
|
|
515
|
+
"category": "tools",
|
|
516
|
+
"subcategory": "dev"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"id": "dsh-agent-plugins-market",
|
|
520
|
+
"name": "Agent Plugins市场(兼容Claude Code Plugin)",
|
|
521
|
+
"nameEn": "Agent Plugins Market",
|
|
522
|
+
"author": "Sivan757",
|
|
523
|
+
"description": "把 Claude Code 插件市场生态接入 DSH:任意 Claude Code / Codex / Cursor / Kimi 市场 git 仓库加为源,即可一键安装 suite,skills、MCP 服务器、hooks 与斜杠命令在运行时注入会话;Web GUI 内置市场页面,零转换零拷贝,Claude Code 技能原样可用。",
|
|
524
|
+
"descriptionEn": "Brings the Claude Code plugin-marketplace ecosystem into DSH: add any Claude Code / Codex / Cursor / Kimi marketplace git repo as a source and install suites with one click - skills, MCP servers, hooks and slash commands are injected into sessions at runtime, with a market page right inside the Web GUI; zero conversion, zero copying, Claude Code skills work verbatim.",
|
|
525
|
+
"repo": "https://github.com/Sivan757/dsh-agent-plugins-market",
|
|
526
|
+
"npm": "dsh-agent-plugins-market",
|
|
527
|
+
"category": "tools",
|
|
528
|
+
"subcategory": "dev"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"id": "dsh-fulltext-search",
|
|
532
|
+
"name": "全文搜索",
|
|
533
|
+
"nameEn": "Fulltext Search",
|
|
534
|
+
"author": "termanli",
|
|
535
|
+
"description": "侧边栏按文件内容全文搜索当前会话工作目录(ripgrep 优先、纯 JS 引擎回退),支持正则、大小写与整词匹配,点击结果行在编辑器中打开文件。需先安装 dsh-better-sidebar(npm 包);商店一键安装不会自动带上该依赖。",
|
|
536
|
+
"descriptionEn": "Full-text content search over the session working directory in the sidebar (ripgrep-first with a pure-JS engine fallback), with regex, case and whole-word matching; click a result row to open the file in the editor. Requires dsh-better-sidebar (npm package); the store's one-click install does not pull it in.",
|
|
537
|
+
"repo": "https://github.com/termanli/dsh-fulltext-search",
|
|
538
|
+
"category": "tools",
|
|
539
|
+
"subcategory": "dev"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
"id": "dsh-reasoning-effort",
|
|
543
|
+
"name": "思考强度配置器",
|
|
544
|
+
"nameEn": "Reasoning Effort",
|
|
545
|
+
"author": "Jamsharden",
|
|
546
|
+
"description": "为第三方 API 的模型提供可视化思考强度配置:支持自定义 reasoning effort 档位、Provider 默认强度、思考协议与参数开关,让 DSH 用户使用第三方 API 时也能调节思考强度。兼容 DSH >=0.1.1-rc.2;DSH核验支持版本为 0.1.1-rc.2 与 0.1.2-alpha.1,插件在这两个版本下均可正常运行;卸载插件不会自动删除已写入 llm-pi-ai 的思考配置。",
|
|
547
|
+
"descriptionEn": "Adds a visual reasoning-effort editor for models served by third-party APIs, with custom levels, provider defaults, thinking-format and parameter controls, so DSH users can tune thinking strength when using external endpoints. Compatible with DSH >=0.1.1-rc.2; DSH verified support versions are 0.1.1-rc.2 and 0.1.2-alpha.1, and the plugin runs normally on both versions; uninstalling does not automatically remove reasoning settings written to llm-pi-ai.",
|
|
548
|
+
"repo": "https://github.com/Jamsharden/dsh-reasoning-effort",
|
|
549
|
+
"npm": "@megen-lebar/dsh-reasoning-effort",
|
|
550
|
+
"category": "tools",
|
|
551
|
+
"subcategory": "model"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"id": "dsh-codekin",
|
|
555
|
+
"name": "码灵",
|
|
556
|
+
"nameEn": "Codekin",
|
|
557
|
+
"author": "Nath-Vikky",
|
|
558
|
+
"description": "把 DSH 使用事件转化为码灵遭遇、收集与战斗的 Web 游戏插件:包含 25 只码灵、五类计算属性、8×8 指令三消、三只编队共享运行值、阶段伤害与防护、Boss 机制、捕捉养成、挂机补给和无尽塔;状态保存在 DSH 主目录的 codekinsave/state.json,首次启动会无损迁移旧的 tracewild/state.json,卸载后默认保留,不修改提示词、工具或模型请求。",
|
|
559
|
+
"descriptionEn": "A Web creature-collection RPG driven by DSH activity events, with 25 Codekin, five computing attributes, an 8×8 command-match battle system, shared squad runtime, phase damage and defense, Boss mechanics, capture, growth, idle supplies and an endless tower. State is stored in codekinsave/state.json under the DSH home directory; the former tracewild/state.json is migrated losslessly on first launch, and progress remains after uninstall by default. Prompts, tools and model requests are unchanged.",
|
|
560
|
+
"repo": "https://github.com/Nath-Vikky/dsh-codekin",
|
|
561
|
+
"category": "ui",
|
|
562
|
+
"subcategory": "panel"
|
|
456
563
|
}
|
|
457
564
|
]
|
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.9",
|
|
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.
|
|
14
|
+
"dsh": ">=0.1.2-alpha.1"
|
|
15
15
|
},
|
|
16
16
|
"bundle": {
|
|
17
17
|
"patch": "./cordis.patch.yml"
|
|
@@ -25,14 +25,18 @@
|
|
|
25
25
|
"schemastery": "^3.18.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@deepseek-ai/cordis": "^4.0.
|
|
29
|
-
"@deepseek-ai/dsh-
|
|
30
|
-
"@deepseek-ai/dsh-
|
|
31
|
-
"@deepseek-ai/dsh-
|
|
32
|
-
"@deepseek-ai/dsh-client-
|
|
33
|
-
"@deepseek-ai/dsh-client-
|
|
34
|
-
"@deepseek-ai/dsh-client-
|
|
35
|
-
"@deepseek-ai/dsh-
|
|
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",
|
|
36
40
|
"@testing-library/react": "^16.1.0",
|
|
37
41
|
"@types/node": "^22.20.0",
|
|
38
42
|
"@types/react": "~18.3.1",
|