@michengai/dsh-skills-manager 1.0.1 → 1.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/CHANGELOG.md +12 -0
- package/CHANGELOG.zh-CN.md +12 -0
- package/README.md +4 -4
- package/README.zh-CN.md +4 -4
- package/lib/client.js +272 -1965
- package/lib/core.js +1 -0
- package/package.json +25 -21
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
[简体中文](CHANGELOG.zh-CN.md)
|
|
4
4
|
|
|
5
|
+
## Unreleased
|
|
6
|
+
|
|
7
|
+
## 1.1.0 - 2026-09-23
|
|
8
|
+
|
|
9
|
+
- Add support for DeepSeek Harness `0.1.7-alpha.1` while retaining the seven previously supported versions.
|
|
10
|
+
- Replace settings controls with Ant Design. Buttons, inputs, selects, tabs, switches, tags, and dialogs follow its default blue theme and the host light or dark scheme. The settings client is minified, and it uses the host’s single copy of React and React DOM. The unused host primitives peer is dropped.
|
|
11
|
+
- Use Ant Design’s default-size round buttons for page actions. The GitHub, feedback, and update actions stay small and rectangular, and keep their icons. The update dialog is an Ant Design modal at its default position: the status sits on the latest-version row, and the manual command wraps instead of scrolling sideways. Escape closes only that dialog.
|
|
12
|
+
- Keep the source and status menus at the width of their labels, and place search on the same row at the right. Escape closes an open filter or action menu and does not close the host settings page.
|
|
13
|
+
- Render each skill source as an Ant Design Collapse and the skills inside it as a List. The skill description appears when hovering the name. The skill detail dialog matches the repository detail: the name, a description paragraph, the source path, and one read-only body.
|
|
14
|
+
- Place each skill switch at the right edge of its row so it lines up with the source switch. The enabled and disabled labels are omitted beside that switch. Shadowed and invalid skills still show their status.
|
|
15
|
+
- Remove unused skill-table, row-grid, and action-menu styles. Dialogs stay at Ant Design’s default position.
|
|
16
|
+
|
|
5
17
|
## 1.0.1 - 2026-09-21
|
|
6
18
|
|
|
7
19
|
This maintenance release improves source development, packaging verification and screenshot privacy while retaining the existing plugin runtime interfaces.
|
package/CHANGELOG.zh-CN.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
[English](CHANGELOG.md)
|
|
4
4
|
|
|
5
|
+
## 未发布
|
|
6
|
+
|
|
7
|
+
## 1.1.0 - 2026-09-23
|
|
8
|
+
|
|
9
|
+
- 新增 DeepSeek Harness `0.1.7-alpha.1` 兼容支持,保留此前七个版本。
|
|
10
|
+
- 设置页控件改为 Ant Design。按钮、输入框、下拉、页签、开关、标签和弹窗使用它的默认蓝,并跟随宿主的深浅色。设置页客户端会压缩,并使用宿主那一份 React 和 React DOM。不再声明已经不用的宿主 primitives。
|
|
11
|
+
- 页面操作按钮改为 Ant Design 默认尺寸的圆角按钮。GitHub、问题反馈和检查更新保持小号普通按钮,图标保留。在线更新使用 Ant Design 默认位置的模态窗口,状态跟在最新版本后面,手工更新命令可以换行。按 Escape 只关闭这个窗口。
|
|
12
|
+
- 来源和状态收成普通下拉,搜索与它们同一行并靠右。筛选或操作菜单打开时按 Escape 只关闭菜单,不关闭宿主设置页。
|
|
13
|
+
- 技能来源分组改用 Ant Design Collapse,组内技能改用 List。简介放在技能名称的悬停提示里。技能详情改成和仓库详情一样:名称、简介段落、源文件路径,再加一块只读正文。
|
|
14
|
+
- 技能开关放到每行最右边,和来源开关对齐。开关旁边不再重复「已启用」和「已停用」。被覆盖和诊断异常仍显示状态。
|
|
15
|
+
- 删掉已经不用的技能表格、行网格和操作菜单样式。弹窗都用 Ant Design 的默认位置。
|
|
16
|
+
|
|
5
17
|
## 1.0.1 - 2026-09-21
|
|
6
18
|
|
|
7
19
|
本次维护版本完善源码开发、打包验证与截图隐私处理,保留现有插件运行接口。
|
package/README.md
CHANGED
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
[](https://www.npmjs.com/package/@michengai/dsh-skills-manager)
|
|
15
15
|
[](https://www.npmjs.com/package/@michengai/dsh-skills-manager)
|
|
16
16
|
[](https://github.com/MichengAI/dsh-skills-manager)
|
|
17
|
-
[](#installation)
|
|
18
18
|
</div>
|
|
19
19
|
|
|
20
20
|
> DSH Skills Manager is a community-maintained DeepSeek Harness (DSH) plugin, not an official DeepSeek AI product.
|
|
21
21
|
|
|
22
|
-
This README describes **1.0
|
|
22
|
+
This README describes **1.1.0**. See the [changelog](CHANGELOG.md) and [release notes](https://github.com/MichengAI/dsh-skills-manager/releases/latest).
|
|
23
23
|
|
|
24
24
|
## Features
|
|
25
25
|
|
|
@@ -30,7 +30,7 @@ Bring skills from your computer and projects into DSH without switching between
|
|
|
30
30
|
- **Global and project skills**: the project tab follows the current session, with project copies taking priority over global copies.
|
|
31
31
|
- **Reuse existing skills**: supports Codex, Claude Code, Copilot, and other agents without modifying their source files when toggled.
|
|
32
32
|
- **Create and import**: create a skill or import ZIP archives, folders, and `SKILL.md` files into global DSH.
|
|
33
|
-
- **Skill repositories**: discover public GitHub skills, install without overwriting local files, review updates and restore backups.
|
|
33
|
+
- **Skill repositories**: discover public GitHub skills, install without overwriting local files, review updates and restore backups.
|
|
34
34
|
- **Recover deleted skills**: DSH skills go to Trash first, so accidental deletions can be restored.
|
|
35
35
|
|
|
36
36
|
- **Source tracking and updates**: distinguish local and repository skills, preview file changes, protect local edits, and confirm backup, update or rollback.
|
|
@@ -71,7 +71,7 @@ dsh plugin --profile web add @michengai/dsh-skills-manager@latest --registry=htt
|
|
|
71
71
|
|
|
72
72
|
Restart DSH, refresh the page, and open **Settings → Skills**. To update, select **Check for updates** or run the installation command again.
|
|
73
73
|
|
|
74
|
-
- Plugin `1.0
|
|
74
|
+
- Plugin `1.1.0` is tested with DeepSeek Harness `0.1.0-rc.8`, `0.1.1-rc.2`, `0.1.2-rc.1`, `0.1.5-rc.1`, `0.1.5-rc.2`, `0.1.6-alpha.1`, `0.1.6-alpha.2`, `0.1.7-alpha.1`.
|
|
75
75
|
|
|
76
76
|
## Usage
|
|
77
77
|
|
package/README.zh-CN.md
CHANGED
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
[](https://www.npmjs.com/package/@michengai/dsh-skills-manager)
|
|
15
15
|
[](https://www.npmjs.com/package/@michengai/dsh-skills-manager)
|
|
16
16
|
[](https://github.com/MichengAI/dsh-skills-manager)
|
|
17
|
-
[](#安装)
|
|
18
18
|
</div>
|
|
19
19
|
|
|
20
20
|
> DSH Skills Manager 是社区维护的 DeepSeek Harness(DSH)插件,并非 DeepSeek AI 官方产品。
|
|
21
21
|
|
|
22
|
-
本文对应 **1.0
|
|
22
|
+
本文对应 **1.1.0**。完整变更见[更新日志](CHANGELOG.zh-CN.md)与[最新发行说明](https://github.com/MichengAI/dsh-skills-manager/releases/latest)。
|
|
23
23
|
|
|
24
24
|
## 功能概览
|
|
25
25
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
- **复用已有技能**:支持 Codex、Claude Code、Copilot 等常见 Agent,启停不会修改它们的源文件。
|
|
31
31
|
- **创建与导入**:新建技能,或导入 ZIP、技能文件夹和 `SKILL.md`,统一保存到全局 DSH。
|
|
32
32
|
- **回收与恢复**:删除 DSH 技能后先进入回收站,误删可找回。
|
|
33
|
-
- **技能仓库**:添加公开 GitHub
|
|
33
|
+
- **技能仓库**:添加公开 GitHub 仓库,按来源折叠浏览、搜索、查看详情并逐项安装;同名不覆盖,刷新不自动更新本地。
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
- **来源追踪与更新**:区分本机和仓库安装,预览文件差异,保护本地修改,确认后备份更新并可恢复上一版。
|
|
@@ -71,7 +71,7 @@ dsh plugin --profile web add @michengai/dsh-skills-manager@latest --registry=htt
|
|
|
71
71
|
|
|
72
72
|
安装后重启 DSH 并刷新页面,打开「设置 → 技能」即可使用。更新时可点击「检查更新」,或重新执行安装命令。
|
|
73
73
|
|
|
74
|
-
- `1.0
|
|
74
|
+
- `1.1.0` 已验证兼容 DeepSeek Harness `0.1.0-rc.8`、`0.1.1-rc.2`、`0.1.2-rc.1`、`0.1.5-rc.1`、`0.1.5-rc.2`、`0.1.6-alpha.1`、`0.1.6-alpha.2`、`0.1.7-alpha.1`。
|
|
75
75
|
|
|
76
76
|
## 使用说明
|
|
77
77
|
|