dsh-plugin-catalog 2026.823.2136 → 2026.823.2139
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/README.md +2 -2
- package/package.json +3 -3
- package/plugins.json +49 -1
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ otherwise help refuse non-github.com hostnames.
|
|
|
12
12
|
import catalog from 'dsh-plugin-catalog/plugins.json' with { type: 'json' }
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
- **Entries:**
|
|
16
|
-
- **Version:** `2026.823.
|
|
15
|
+
- **Entries:** 1941
|
|
16
|
+
- **Version:** `2026.823.2139` (`YYYY.MDD.BUILD`, published only when the catalog changes)
|
|
17
17
|
- **Source:** <https://github.com/awesome-dsh-plugin/awesome-dsh-plugin>
|
|
18
18
|
- **License:** CC0-1.0
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-plugin-catalog",
|
|
3
|
-
"version": "2026.823.
|
|
4
|
-
"description": "The DeepSeek Harness plugin catalog (
|
|
3
|
+
"version": "2026.823.2139",
|
|
4
|
+
"description": "The DeepSeek Harness plugin catalog (1941 entries) · DeepSeek Harness 插件目录",
|
|
5
5
|
"homepage": "https://awesome-dsh-plugin.com",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"catalog",
|
|
17
17
|
"registry"
|
|
18
18
|
],
|
|
19
|
-
"catalogSha": "
|
|
19
|
+
"catalogSha": "8f54de84307aa5a89e4f0ac83791c5161b27165a04d824280ea7a5032d6bff28",
|
|
20
20
|
"exports": {
|
|
21
21
|
"./plugins.json": "./plugins.json"
|
|
22
22
|
},
|
package/plugins.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://awesome-dsh-plugin.com",
|
|
4
4
|
"source": "https://github.com/awesome-dsh-plugin/awesome-dsh-plugin",
|
|
5
5
|
"updated": "2026-08-23",
|
|
6
|
-
"count":
|
|
6
|
+
"count": 1941,
|
|
7
7
|
"categories": {
|
|
8
8
|
"ui": {
|
|
9
9
|
"en": "UI Enhancements",
|
|
@@ -3298,6 +3298,22 @@
|
|
|
3298
3298
|
"install": "dsh plugin --profile web add github:qyw233/dsh-deeplink",
|
|
3299
3299
|
"added": "2026-08-13"
|
|
3300
3300
|
},
|
|
3301
|
+
{
|
|
3302
|
+
"name": "dsh-ui-translate",
|
|
3303
|
+
"owner": "RadicalGitter",
|
|
3304
|
+
"url": "https://github.com/RadicalGitter/dsh-ui-translate",
|
|
3305
|
+
"page": "https://awesome-dsh-plugin.com/p/RadicalGitter/dsh-ui-translate/",
|
|
3306
|
+
"category": "ui",
|
|
3307
|
+
"description": {
|
|
3308
|
+
"en": "Translates visible Chinese UI and content in DeepSeek Harness Web, using a browser-local OPUS-MT model for session titles, workspace names, messages, search results, and opted-in plugin prose while keeping remote translation limited to allowlisted UI labels.",
|
|
3309
|
+
"zh": "在 DeepSeek Harness Web 中翻译可见的中文界面与内容:会话标题、工作区名称、消息、搜索结果和插件主动标记的正文使用浏览器本地 OPUS-MT,远程翻译仅限白名单界面标签。"
|
|
3310
|
+
},
|
|
3311
|
+
"npm": null,
|
|
3312
|
+
"stars": null,
|
|
3313
|
+
"downloads": null,
|
|
3314
|
+
"install": "dsh plugin --profile web add github:RadicalGitter/dsh-ui-translate",
|
|
3315
|
+
"added": "2026-08-23"
|
|
3316
|
+
},
|
|
3301
3317
|
{
|
|
3302
3318
|
"name": "dsh-desktop-windowos",
|
|
3303
3319
|
"owner": "RAFOLIE",
|
|
@@ -8394,6 +8410,22 @@
|
|
|
8394
8410
|
"install": "dsh plugin --profile web add github:dingminhua/dsh-subagent-default-model#path:/plugin",
|
|
8395
8411
|
"added": "2026-08-18"
|
|
8396
8412
|
},
|
|
8413
|
+
{
|
|
8414
|
+
"name": "dsh-thinking-levels",
|
|
8415
|
+
"owner": "drscrewdriver",
|
|
8416
|
+
"url": "https://github.com/drscrewdriver/dsh-thinking-levels",
|
|
8417
|
+
"page": "https://awesome-dsh-plugin.com/p/drscrewdriver/dsh-thinking-levels/",
|
|
8418
|
+
"category": "model",
|
|
8419
|
+
"description": {
|
|
8420
|
+
"en": "DSH thinking-level (reasoning effort) control: auto-adjust reasoning strength per tool round with optional manual lock and per-tool timing telemetry.",
|
|
8421
|
+
"zh": "DSH 思考级别(reasoning effort)控制:按工具调用轮次自动调整推理强度,支持手动锁定与单工具耗时遥测。"
|
|
8422
|
+
},
|
|
8423
|
+
"npm": null,
|
|
8424
|
+
"stars": null,
|
|
8425
|
+
"downloads": null,
|
|
8426
|
+
"install": "dsh plugin --profile web add github:drscrewdriver/dsh-thinking-levels",
|
|
8427
|
+
"added": "2026-08-23"
|
|
8428
|
+
},
|
|
8397
8429
|
{
|
|
8398
8430
|
"name": "llm-adaptive",
|
|
8399
8431
|
"owner": "dylan121322",
|
|
@@ -9765,6 +9797,22 @@
|
|
|
9765
9797
|
"install": "dsh plugin --profile web add github:dream12347/dsh-session-manager",
|
|
9766
9798
|
"added": "2026-08-16"
|
|
9767
9799
|
},
|
|
9800
|
+
{
|
|
9801
|
+
"name": "dsh-session-search-toggle",
|
|
9802
|
+
"owner": "drscrewdriver",
|
|
9803
|
+
"url": "https://github.com/drscrewdriver/dsh-session-search-toggle",
|
|
9804
|
+
"page": "https://awesome-dsh-plugin.com/p/drscrewdriver/dsh-session-search-toggle/",
|
|
9805
|
+
"category": "session",
|
|
9806
|
+
"description": {
|
|
9807
|
+
"en": "Sidebar session-search toggle between title and content: title filters by session title, content searches historical messages through DSH's built-in full-text index, grouped per session with the strongest snippet and message-type tags.",
|
|
9808
|
+
"zh": "侧边栏会话搜索开关,标题 / 内容一键切换:标题按会话标题过滤,内容经 DSH 自带全文索引搜索历史消息关键词,结果按会话聚合,附最强命中片段与消息类型标签。"
|
|
9809
|
+
},
|
|
9810
|
+
"npm": null,
|
|
9811
|
+
"stars": null,
|
|
9812
|
+
"downloads": null,
|
|
9813
|
+
"install": "dsh plugin --profile web add github:drscrewdriver/dsh-session-search-toggle",
|
|
9814
|
+
"added": "2026-08-23"
|
|
9815
|
+
},
|
|
9768
9816
|
{
|
|
9769
9817
|
"name": "dsh-session-unarchive",
|
|
9770
9818
|
"owner": "dylan121322",
|