@linxin666/dsh-client-ui-community-plugins 0.3.5 → 0.3.6
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 +26 -2
- package/package.json +1 -1
package/community.json
CHANGED
|
@@ -330,8 +330,8 @@
|
|
|
330
330
|
"name": "逻辑探针",
|
|
331
331
|
"nameEn": "Logic Probe",
|
|
332
332
|
"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
|
|
333
|
+
"description": "AI 智能体声明核查技能:枚举设计文档与重构计划中的每个可验证声明,对照代码库事实逐条核验;行为类声明升级为状态机/数据模型逻辑原语验证,支持前后回归、领域约束与并发风险挖掘,输出 file:line 证据。",
|
|
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 state-machine/data-model logic-primitive verification with before/after regression, domain constraints, and concurrency risk mining.",
|
|
335
335
|
"repo": "https://github.com/AmethystLuna/logicprobe",
|
|
336
336
|
"category": "tools",
|
|
337
337
|
"subcategory": "dev"
|
|
@@ -453,5 +453,29 @@
|
|
|
453
453
|
"npm": "@wingsky-1/dsh-provider-usage",
|
|
454
454
|
"category": "tools",
|
|
455
455
|
"subcategory": "model"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"id": "dsh-milestone",
|
|
459
|
+
"name": "会话里程碑导航条",
|
|
460
|
+
"nameEn": "dsh-milestone",
|
|
461
|
+
"author": "SnowCrescenter-tech",
|
|
462
|
+
"description": "DSH Web UI 右侧的圆点时间轴:每条提问一个圆点,悬停查看内容与元信息(时间、轮次、耗时、TTFT、token),点击即跳转;附带全会话消息列表、站内与跨会话搜索、书签深链接(#msg=)和键盘导航。",
|
|
463
|
+
"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.",
|
|
464
|
+
"repo": "https://github.com/SnowCrescenter-tech/dsh-milestone",
|
|
465
|
+
"npm": "dsh-milestone",
|
|
466
|
+
"category": "ui",
|
|
467
|
+
"subcategory": "chat"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"id": "dsh-delete-message",
|
|
471
|
+
"name": "消息删除",
|
|
472
|
+
"nameEn": "Delete Message",
|
|
473
|
+
"author": "viplocco",
|
|
474
|
+
"description": "每条消息操作区的垃圾桶按钮:确认后经官方 surface-replace 契约将消息从模型上下文移除并从转录隐藏,原始日志不动、随时可恢复;覆盖用户/助手/注入行/工具调用/Think 卡,失败回合整窗清理与步骤级删除,删除前预检置灰、过渡动画,中英双语界面。",
|
|
475
|
+
"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.",
|
|
476
|
+
"repo": "https://github.com/viplocco/dsh-delete-message",
|
|
477
|
+
"npm": "dsh-delete-message",
|
|
478
|
+
"category": "ui",
|
|
479
|
+
"subcategory": "chat"
|
|
456
480
|
}
|
|
457
481
|
]
|
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.6",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"exports": {
|