dsh-plugin-catalog 2026.823.2139 → 2026.823.2140

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 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:** 1941
16
- - **Version:** `2026.823.2139` (`YYYY.MDD.BUILD`, published only when the catalog changes)
15
+ - **Entries:** 1942
16
+ - **Version:** `2026.823.2140` (`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.2139",
4
- "description": "The DeepSeek Harness plugin catalog (1941 entries) · DeepSeek Harness 插件目录",
3
+ "version": "2026.823.2140",
4
+ "description": "The DeepSeek Harness plugin catalog (1942 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": "8f54de84307aa5a89e4f0ac83791c5161b27165a04d824280ea7a5032d6bff28",
19
+ "catalogSha": "2002b8b3fd5622cc53bf6aed0ebafd6ddb574cac10ee53697fe91b693928237e",
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": 1941,
6
+ "count": 1942,
7
7
  "categories": {
8
8
  "ui": {
9
9
  "en": "UI Enhancements",
@@ -24571,6 +24571,22 @@
24571
24571
  "install": "dsh plugin --profile web add @luzhengyangtx/dsh-telegram-duty",
24572
24572
  "added": "2026-08-15"
24573
24573
  },
24574
+ {
24575
+ "name": "agents-plugins#task-complete-notify-for-dsh",
24576
+ "owner": "lxp731",
24577
+ "url": "https://github.com/lxp731/agents-plugins/tree/main/task-complete-notify-for-dsh",
24578
+ "page": "https://awesome-dsh-plugin.com/p/lxp731/agents-plugins--task-complete-notify-for-dsh/",
24579
+ "category": "notify",
24580
+ "description": {
24581
+ "en": "Sends a desktop notification and chime when a DeepSeek Harness run completes, errors, or waits for approval, with a configurable duration threshold.",
24582
+ "zh": "DSH 桌面通知插件:运行完成、出错或等待审批时发送桌面通知并播放提示音,支持可配置的时长阈值。"
24583
+ },
24584
+ "npm": null,
24585
+ "stars": null,
24586
+ "downloads": null,
24587
+ "install": "dsh plugin --profile web add github:lxp731/agents-plugins#path:/task-complete-notify-for-dsh",
24588
+ "added": "2026-08-23"
24589
+ },
24574
24590
  {
24575
24591
  "name": "dsh-messager",
24576
24592
  "owner": "ly6170",