dsh-m 0.2.6 → 0.2.7
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.en.md +5 -0
- package/README.md +5 -0
- package/package.json +1 -1
- package/registry.json +11 -0
package/README.en.md
CHANGED
|
@@ -10,6 +10,11 @@ English · [中文](./README.md)
|
|
|
10
10
|
|
|
11
11
|
A DeepSeek Harness (DSH) plugin marketplace with a customizable registry: **browse, install, uninstall, upgrade** — all local. Ships as a DSH web plugin: the "Plugin Marketplace" sidebar entry opens a three-view panel, backed by seven `dshm_*` agent tools and the `dshm` CLI.
|
|
12
12
|
|
|
13
|
+
<div align="center">
|
|
14
|
+
<img src="https://raw.githubusercontent.com/iasiv5/dsh-m/main/docs/images/marketplace.webp" alt="Plugin Marketplace panel — Market view: curated card flow with search and category filters" width="100%">
|
|
15
|
+
<p><sub>The "Plugin Marketplace" panel · Market view: curated cards · search · category filters · one-click install</sub></p>
|
|
16
|
+
</div>
|
|
17
|
+
|
|
13
18
|
## Quick start
|
|
14
19
|
|
|
15
20
|
**Paste this whole block to your agent to install:**
|
package/README.md
CHANGED
|
@@ -10,6 +10,11 @@
|
|
|
10
10
|
|
|
11
11
|
可自定义收录清单(Registry)的 DeepSeek Harness (DSH) 插件市场:**收录 · 安装 · 卸载 · 升级**,全部本机完成。以 DSH web 插件形态运行——侧栏「插件市场」打开三视图面板,同时提供 `dshm_*` agent 工具与 `dshm` CLI。
|
|
12
12
|
|
|
13
|
+
<div align="center">
|
|
14
|
+
<img src="https://raw.githubusercontent.com/iasiv5/dsh-m/main/docs/images/marketplace.webp" alt="侧栏「插件市场」面板——市场视图:收录卡片流、关键词搜索与分类筛选" width="100%">
|
|
15
|
+
<p><sub>侧栏「插件市场」· 市场视图:收录卡片流 · 搜索 · 分类筛选 · 展开即装</sub></p>
|
|
16
|
+
</div>
|
|
17
|
+
|
|
13
18
|
## 30 秒上手
|
|
14
19
|
|
|
15
20
|
**把下面整段贴给 agent 即可完成安装**:
|
package/package.json
CHANGED
package/registry.json
CHANGED
|
@@ -45,6 +45,17 @@
|
|
|
45
45
|
"github": "iasiv5/dsh-skip-browser-auth",
|
|
46
46
|
"homepage": "https://github.com/iasiv5/dsh-skip-browser-auth"
|
|
47
47
|
},
|
|
48
|
+
{
|
|
49
|
+
"id": "dsh-better-sidebar",
|
|
50
|
+
"name": "DSH Better Sidebar",
|
|
51
|
+
"description": "开放的侧边栏底座,支持三方拓展注册新侧边栏页面。内置文件渲染编辑/终端/侧边对话/Git/子代理页面。",
|
|
52
|
+
"category": "ui",
|
|
53
|
+
"tags": ["侧边栏", "文件编辑", "终端", "Git"],
|
|
54
|
+
"source": "npm",
|
|
55
|
+
"npm": "dsh-better-sidebar",
|
|
56
|
+
"github": "omdsh-dev/DSH-better-sidebar",
|
|
57
|
+
"homepage": "https://github.com/omdsh-dev/DSH-better-sidebar"
|
|
58
|
+
},
|
|
48
59
|
{
|
|
49
60
|
"id": "modsearch",
|
|
50
61
|
"name": "ModSearch",
|