@max-null/dsh-plugin-center 0.1.0

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Max-Null
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,41 @@
1
+ # dsh-plugin-center
2
+
3
+ Plugin center for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) (`dsh`) — browse, install, and update community plugins from inside the Web UI.
4
+
5
+ 插件管理中心:在 DSH Web 界面里管理已安装插件、浏览社区市场、一键安装与更新。
6
+
7
+ ## Features / 功能
8
+
9
+ - **Installed plugins / 已安装插件** — metadata with provenance (official / user-installed / local / builtin), categories, and DSH compatibility range.
10
+ - **Community market / 社区市场** — browse [awesome-dsh-plugin](https://github.com/awesome-dsh-plugin/awesome-dsh-plugin) and [Oh-My-DSH](https://github.com/like-study1/Oh-My-DSH) by category, with stars and npm versions.
11
+ - **One-click install & update / 一键安装与更新** — install from the market, detect updates, update one or all.
12
+ - **What's New / 更新提示** — startup dialog listing plugins with new versions since you last looked.
13
+ - **DSH compatibility / 兼容性检查** — flags plugins whose peer range does not match the running DSH.
14
+ - **Skin-compatible / 皮肤兼容** — every color uses `var(--dsw-*)` tokens, so skin plugins restyle this UI too.
15
+
16
+ ## Screenshots / 截图
17
+
18
+ | Installed / 已安装 | Market / 市场 | Updates / 更新 |
19
+ | :---: | :---: | :---: |
20
+ | ![已安装插件](assets/screenshot-installed.png) | ![社区市场](assets/screenshot-market.png) | ![更新检测](assets/screenshot-updates.png) |
21
+
22
+ ## Install / 安装
23
+
24
+ ```sh
25
+ dsh plugin --profile web add github:Max-Null/dsh-plugin-center
26
+ # or, once published to npm / 或通过 npm(发布后)
27
+ dsh plugin --profile web add @max-null/dsh-plugin-center
28
+ ```
29
+
30
+ Restart `dsh web`, then open the plugin center from the header button (top-right) or the Settings → 插件中心 section.
31
+
32
+ ## Development / 开发
33
+
34
+ ```sh
35
+ pnpm install
36
+ pnpm build # tsc (host) + esbuild (browser bundle)
37
+ ```
38
+
39
+ ## License / 许可
40
+
41
+ [MIT](./LICENSE)
Binary file
Binary file
Binary file