@noob-stupid/dsh-plugin-console 0.5.11 → 0.5.12
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 +3 -4
- package/README.zh.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
<sub><b>Web</b> & <b>Desktop</b> — both supported.</sub>
|
|
2
|
+
|
|
1
3
|
> **English**: [README.md](README.md) | **中文**: [README.zh.md](README.zh.md)
|
|
2
4
|
|
|
3
5
|
---
|
|
4
|
-
desktop:
|
|
5
|
-

|
|
6
6
|
|
|
7
|
+
<img width="1170" height="609" alt="image" src="https://github.com/user-attachments/assets/b802d606-14ba-4151-9956-ff642ed12b0a" />
|
|
7
8
|
|
|
8
9
|
# DSH Plugin Gating Hub (dsh-plugin-gating-hub)
|
|
9
10
|
|
|
@@ -21,8 +22,6 @@ desktop:
|
|
|
21
22
|
[](https://github.com/Noob-stupid/dsh-plugin-gating-hub/releases)[](https://www.dsh.so/artifact/dsh-plugin-hub)
|
|
22
23
|
[](https://www.dsh.so/artifact/dsh-plugin-hub)
|
|
23
24
|
|
|
24
|
-
web:
|
|
25
|
-
<img width="1170" height="609" alt="image" src="https://github.com/user-attachments/assets/b802d606-14ba-4151-9956-ff642ed12b0a" />
|
|
26
25
|
> **Framework upgrade safety & plugin version gating for DeepSeek Harness (DSH)**: one-click
|
|
27
26
|
> framework upgrade with **auto-rollback on failure** → **one-click rollback to the previous
|
|
28
27
|
> version** after an upgrade → plugins the new framework cannot load are **auto-disabled** →
|
package/README.zh.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noob-stupid/dsh-plugin-console",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.12",
|
|
4
4
|
"description": "DSH 框架升级安全与插件升级门控:一键升级、失败自动回滚、升级后回滚上版、旧插件不适配自动禁用;内置多源插件市场为发现层,插件源全部可自定义,可指向公司内网私有源 / 私有索引 / 本地 Git 仓库,纯内网离线可用 | Framework upgrade safety & plugin version gating for DSH, with a customizable multi-source plugin market: point every source at internal mirrors or a local file:// repo for intranet-only, offline installs.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|