@noob-stupid/dsh-plugin-console 0.3.63 → 0.3.64
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 +6 -4
- package/README.zh.md +4 -1
- package/package.json +15 -4
package/README.md
CHANGED
|
@@ -106,7 +106,7 @@ Requires: DSH ≥ 0.1.0-rc.6 (web profile, with `dsh-client-modules` / `dsh-host
|
|
|
106
106
|
- [Compatibility](#compatibility)
|
|
107
107
|
- [Project layout](#project-layout)
|
|
108
108
|
- [HTTP endpoints](#http-endpoints)
|
|
109
|
-
- [
|
|
109
|
+
- [安全](#security)
|
|
110
110
|
- [Known limitations](#known-limitations)
|
|
111
111
|
- [Help & Ecosystem](#help--ecosystem)
|
|
112
112
|
- [Contributing](#contributing)
|
|
@@ -121,7 +121,7 @@ Requires: DSH ≥ 0.1.0-rc.6 (web profile, with `dsh-client-modules` / `dsh-host
|
|
|
121
121
|
1. Restart DSH → open the Web GUI → **Settings → Plugins → Plugin Console**.
|
|
122
122
|
2. **Installed list**: toggle plugins on/off (HMR applies within ~1s), search by name/id,
|
|
123
123
|
expand details (version, repository, README summary).
|
|
124
|
-
3.
|
|
124
|
+
3. **市场**: empty query on the GitHub source opens the static index (instant);
|
|
125
125
|
type a query to search live. Switch sources via the login pill (GitHub / Gitee / custom);
|
|
126
126
|
`⊞` merges all sources; `★` filters to `dsh plugin add`-installable packages.
|
|
127
127
|
4. **Skills tab**: switch 插件/技能 next to the search box to browse and install skills
|
|
@@ -220,6 +220,8 @@ The floating "Sources" button (right of the title row, semi-transparent) opens t
|
|
|
220
220
|
|
|
221
221
|
---
|
|
222
222
|
|
|
223
|
+
<img width="393" height="525" alt="56ccd0b3-f174-4365-848b-64013b27d604" src="https://github.com/user-attachments/assets/5a2816ce-12d9-4001-b895-1e422c11d423" />
|
|
224
|
+
|
|
223
225
|
## Documentation
|
|
224
226
|
|
|
225
227
|
- [AI Empower 与服务器组件控制](docs/ai-empower.md)
|
|
@@ -244,7 +246,7 @@ The floating "Sources" button (right of the title row, semi-transparent) opens t
|
|
|
244
246
|
|
|
245
247
|
---
|
|
246
248
|
|
|
247
|
-
|
|
249
|
+
##帮助
|
|
248
250
|
|
|
249
251
|
- **Panel missing**: restart dsh → refresh → Settings → Plugins → Plugin Console.
|
|
250
252
|
- **Toggle does nothing**: infrastructure rows are "Protected" (by design); normal toggles
|
|
@@ -311,4 +313,4 @@ The layered-refactor preview lives in its **own repository**: [**`Noob-stupid/ds
|
|
|
311
313
|
- **What it is**: the monolithic `lib/index.js` (8547 lines) split into layers — `lib/index.js` **141 lines** + `lib/server/**` **38 modules**; **feature-equivalent to `0.3.57`**, maintainability only;
|
|
312
314
|
- **Verified**: 19 test suites green · 8 architecture-guard assertions · **route inventory identical** (`status` + response fields) against the stable build;
|
|
313
315
|
- **Not yet exercised**: real framework upgrade / rollback, restart guardian, component start/stop, real AI run, Gitee OAuth (~10–25% long-tail risk, subjective);
|
|
314
|
-
- **For everyday use** stick to npm `@noob-stupid/dsh-plugin-console@0.3.
|
|
316
|
+
- **For everyday use** stick to npm `@noob-stupid/dsh-plugin-console@0.3.64`, or `main` of this repo.
|
package/README.zh.md
CHANGED
|
@@ -187,6 +187,9 @@ git clone https://github.com/Noob-stupid/dsh-plugin-hub /tmp/dsh-plugin-console
|
|
|
187
187
|
(gitee.com → 数据管理 → 第三方应用,权限勾选 user_info、projects)后填入
|
|
188
188
|
client_id / client_secret → 保存 → 授权登录。
|
|
189
189
|
|
|
190
|
+
<img width="393" height="525" alt="image" src="https://github.com/user-attachments/assets/caacbe78-034b-4151-b1d1-2b67b73a5de6" />
|
|
191
|
+
|
|
192
|
+
|
|
190
193
|
---
|
|
191
194
|
|
|
192
195
|
## 文档
|
|
@@ -279,5 +282,5 @@ MIT
|
|
|
279
282
|
- **已验证**:19 套测试全绿 · 8 条架构守卫断言 · 与稳定版逐条对打**路由清单一致**(`status` + 响应字段);
|
|
280
283
|
- **已实测**(2026-09-20 真装真卸演练):普通插件 / bundle 插件 / 无 npm 仓库 / 套装 / 技能 / 聚合仓库子包 / 仓库落地 / 服务器组件启停;
|
|
281
284
|
- **尚未实测**:真框架升级 / 真回滚、重启守护链路、AI 真跑、Gitee OAuth 回调(长尾风险主观估计 **10%~25%**);
|
|
282
|
-
- **日常使用请继续用**:npm `@noob-stupid/dsh-plugin-console@0.3.
|
|
285
|
+
- **日常使用请继续用**:npm `@noob-stupid/dsh-plugin-console@0.3.64`,或本仓库 `main`。
|
|
283
286
|
- 请多反馈问题
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noob-stupid/dsh-plugin-console",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.3.64",
|
|
4
|
+
"description": "DeepSeek Harness (DSH) 插件管理面板:一键启用/停用插件 + 多源插件市场/自定义索引 + 插件详情与一键安装 + 一键框架升级失败自动回滚 + 插件升级门控 | DSH plugin manager & marketplace: one-click framework upgrade with auto-rollback, version gating, suites & skills.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/Noob-stupid/dsh-plugin-hub"
|
|
7
|
+
"url": "https://github.com/Noob-stupid/dsh-plugin-gating-hub"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
10
|
"main": "./lib/index.js",
|
|
@@ -16,7 +16,18 @@
|
|
|
16
16
|
"keywords": [
|
|
17
17
|
"dsh-plugin",
|
|
18
18
|
"deepseek-harness",
|
|
19
|
-
"plugin-manager"
|
|
19
|
+
"plugin-manager",
|
|
20
|
+
"dsh",
|
|
21
|
+
"dsh-plugins",
|
|
22
|
+
"plugin-market",
|
|
23
|
+
"plugin-console",
|
|
24
|
+
"marketplace",
|
|
25
|
+
"framework-upgrade",
|
|
26
|
+
"rollback",
|
|
27
|
+
"auto-rollback",
|
|
28
|
+
"插件市场",
|
|
29
|
+
"框架升级",
|
|
30
|
+
"自动回滚"
|
|
20
31
|
],
|
|
21
32
|
"dsh": {
|
|
22
33
|
"bundle": {
|