@michengai/dsh-skills-manager 1.0.0 → 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 CHANGED
@@ -2,6 +2,38 @@
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
+
17
+ ## 1.0.1 - 2026-09-21
18
+
19
+ This maintenance release improves source development, packaging verification and screenshot privacy while retaining the existing plugin runtime interfaces.
20
+
21
+ ### Development and packaging
22
+
23
+ - Migrate ten source modules to strict TypeScript, retaining the existing plugin architecture and JavaScript runtime entry points. Add domain, host and client contracts, plus positive and negative type tests; include type checking in the main test command.
24
+ - Stop tracking `lib` in Git. Run type checks and build automatically before packing, and verify that a clean directory without `lib` produces a package with all runtime files and a loadable server entry point.
25
+ - Cover the exact minimum Node.js version 22.19.0 alongside Node.js 24 in CI. Code changes continue to trigger the supported-host compatibility matrix.
26
+ - Document supported installation via the npm registry or locally built `.tgz` packages; direct Git/GitHub dependency installation is not supported. Align the English and Chinese development instructions.
27
+
28
+ ### Fixes
29
+
30
+ - Restore modal focus after an asynchronous form submission disables the focused button, so Escape after an error closes only the plugin dialog instead of the entire host settings page.
31
+
32
+ ### Documentation and privacy
33
+
34
+ - Crop all nine screenshots to their feature panels, redact local paths, and remove real filenames and project directories from the background. Reduce total screenshot size by 81% with lossless compression.
35
+ - Correct the English screenshot caption and align image display sizes with the cropped files.
36
+
5
37
  ## 1.0.0 - 2026-09-21
6
38
 
7
39
  ### 1.0 release scope
@@ -2,6 +2,38 @@
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
+
17
+ ## 1.0.1 - 2026-09-21
18
+
19
+ 本次维护版本完善源码开发、打包验证与截图隐私处理,保留现有插件运行接口。
20
+
21
+ ### 开发与打包
22
+
23
+ - 十个源码模块迁移到严格 TypeScript,保留现有插件架构和 JavaScript 运行入口;新增领域、宿主和客户端契约以及类型正反例测试,将类型检查纳入主测试命令。
24
+ - `lib` 不再纳入 Git;打包前自动检查类型并构建,验证没有 `lib` 的干净目录仍可生成包含全部运行产物、服务端入口可加载的安装包。
25
+ - CI 同时覆盖精确最低 Node.js 22.19.0 与 Node.js 24;代码改动继续自动触发受支持宿主兼容矩阵。
26
+ - 明确支持 npm registry 和本地构建 `.tgz` 安装,不支持 Git/GitHub 依赖直装;对齐中英文开发说明。
27
+
28
+ ### 修复
29
+
30
+ - 修复异步表单提交禁用按钮后焦点丢失的问题;错误后按 Escape 仅关闭插件弹窗,不再连带关闭宿主设置页。
31
+
32
+ ### 文档与隐私
33
+
34
+ - 将全部九张截图裁到功能面板,遮盖本机路径并移除背景中的真实文件名和项目目录;无损压缩后总体积减少 81%。
35
+ - 修正英文截图说明,并按裁切后的尺寸调整文档展示。
36
+
5
37
  ## 1.0.0 - 2026-09-21
6
38
 
7
39
  ### 1.0 正式版范围
package/README.md CHANGED
@@ -14,12 +14,12 @@
14
14
  [![npm package](https://img.shields.io/npm/v/%40michengai%2Fdsh-skills-manager.svg?label=npm%20package)](https://www.npmjs.com/package/@michengai/dsh-skills-manager)
15
15
  [![npm downloads](https://img.shields.io/npm/dt/%40michengai%2Fdsh-skills-manager.svg?label=npm%20downloads)](https://www.npmjs.com/package/@michengai/dsh-skills-manager)
16
16
  [![DSH Web Plugin](https://img.shields.io/badge/DSH%20Web-Plugin-0f766e.svg)](https://github.com/MichengAI/dsh-skills-manager)
17
- [![DSH supported through 0.1.6-alpha.2](https://img.shields.io/badge/DSH-up%20to%200.1.6--alpha.2-2563eb.svg)](#installation)
17
+ [![DSH supported through 0.1.7-alpha.1](https://img.shields.io/badge/DSH-up%20to%200.1.7--alpha.1-2563eb.svg)](#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.0**. See the [changelog](CHANGELOG.md) and [bilingual 1.0.0 release notes](https://github.com/MichengAI/dsh-skills-manager/blob/master/docs/02-%E4%BA%A7%E5%93%81%E4%B8%8E%E4%B8%9A%E5%8A%A1/04-1.0.0%E5%8F%91%E8%A1%8C%E8%AF%B4%E6%98%8E.md).
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. [Repository guide](https://github.com/MichengAI/dsh-skills-manager/blob/master/docs/02-%E4%BA%A7%E5%93%81%E4%B8%8E%E4%B8%9A%E5%8A%A1/03-repository-guide.en.md).
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.
@@ -45,12 +45,14 @@ Skill repositories:
45
45
 
46
46
  ![Browse and install repository skills](assets/screenshots/skill-repositories.webp)
47
47
 
48
- *Screenshots show the pre-release 0.1.54 local build used to prepare 1.0.0. The final version adds refresh animation and progress feedback. Screenshots use lossless WebP at original resolution.*
48
+ *Screenshots show the pre-release 0.1.54 local build used to prepare 1.0.0. The final version adds refresh animation and progress feedback. Screenshots show only the feature panels, with real filenames and project directories cropped out of the background, and use lossless WebP.*
49
49
 
50
50
  ## Installation
51
51
 
52
52
  Requires a working DeepSeek Harness installation. The commands below use the `web` profile; replace it with yours if needed.
53
53
 
54
+ Supported plugin installation sources are the npm registry and a locally built `.tgz` package. Direct Git/GitHub dependency installation (such as `github:MichengAI/dsh-skills-manager`) is not supported. For source development, install development dependencies and build the project before loading it into DSH.
55
+
54
56
  ### Ask an agent to install it
55
57
 
56
58
  Send this to an agent that can use your local terminal:
@@ -69,7 +71,7 @@ dsh plugin --profile web add @michengai/dsh-skills-manager@latest --registry=htt
69
71
 
70
72
  Restart DSH, refresh the page, and open **Settings → Skills**. To update, select **Check for updates** or run the installation command again.
71
73
 
72
- - Plugin `1.0.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`.
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`.
73
75
 
74
76
  ## Usage
75
77
 
@@ -142,7 +144,9 @@ For a desktop workbench, download [DSH Codex Desktop](https://github.com/Micheng
142
144
 
143
145
  [Open an issue](https://github.com/MichengAI/dsh-skills-manager/issues) for bugs or suggestions. Include your DSH and plugin versions, reproduction steps, and a full screenshot for UI issues.
144
146
 
145
- Source code lives in `src`. Contributions are welcome.
147
+ Source code lives in `src` and uses strict TypeScript while retaining the existing plugin architecture. Run `npm run typecheck` for type checks, `npm run build` to generate runtime files, and `npm run verify` for the full regression and package checks. `lib` is not tracked in Git; packing automatically checks types and builds the JavaScript files required by the npm package. CI runs full verification on Node.js 22.19.0 and 24, and code changes also trigger the supported-host compatibility matrix. Contributions are welcome.
148
+
149
+ To test a source checkout, install dependencies using the pinned pnpm version, run `npm run verify`, then run `npm pack`. Install the resulting `.tgz` with `dsh plugin --profile web add <package.tgz>`, restart DSH and refresh the page. Do not use `--ignore-scripts` when packing: it skips the build hook.
146
150
 
147
151
  ## License
148
152
 
package/README.zh-CN.md CHANGED
@@ -14,12 +14,12 @@
14
14
  [![npm package](https://img.shields.io/npm/v/%40michengai%2Fdsh-skills-manager.svg?label=npm%20package)](https://www.npmjs.com/package/@michengai/dsh-skills-manager)
15
15
  [![npm 下载量](https://img.shields.io/npm/dt/%40michengai%2Fdsh-skills-manager.svg?label=npm%20%E4%B8%8B%E8%BD%BD%E9%87%8F)](https://www.npmjs.com/package/@michengai/dsh-skills-manager)
16
16
  [![DSH Web Plugin](https://img.shields.io/badge/DSH%20Web-Plugin-0f766e.svg)](https://github.com/MichengAI/dsh-skills-manager)
17
- [![DSH 支持至 0.1.6-alpha.2](https://img.shields.io/badge/DSH-%E6%94%AF%E6%8C%81%E8%87%B3%200.1.6--alpha.2-2563eb.svg)](#安装)
17
+ [![DSH 支持至 0.1.7-alpha.1](https://img.shields.io/badge/DSH-%E6%94%AF%E6%8C%81%E8%87%B3%200.1.7--alpha.1-2563eb.svg)](#安装)
18
18
  </div>
19
19
 
20
20
  > DSH Skills Manager 是社区维护的 DeepSeek Harness(DSH)插件,并非 DeepSeek AI 官方产品。
21
21
 
22
- 本文对应 **1.0.0**。完整变更见[更新日志](CHANGELOG.zh-CN.md),中英文发行说明见 [1.0.0 发行说明](https://github.com/MichengAI/dsh-skills-manager/blob/master/docs/02-%E4%BA%A7%E5%93%81%E4%B8%8E%E4%B8%9A%E5%8A%A1/04-1.0.0%E5%8F%91%E8%A1%8C%E8%AF%B4%E6%98%8E.md)。
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 仓库,按来源折叠浏览、搜索、查看详情并逐项安装;同名不覆盖,刷新不自动更新本地。详见[仓库使用说明](https://github.com/MichengAI/dsh-skills-manager/blob/master/docs/02-%E4%BA%A7%E5%93%81%E4%B8%8E%E4%B8%9A%E5%8A%A1/02-%E6%8A%80%E8%83%BD%E4%BB%93%E5%BA%93%E7%AE%A1%E7%90%86.md)。
33
+ - **技能仓库**:添加公开 GitHub 仓库,按来源折叠浏览、搜索、查看详情并逐项安装;同名不覆盖,刷新不自动更新本地。
34
34
 
35
35
 
36
36
  - **来源追踪与更新**:区分本机和仓库安装,预览文件差异,保护本地修改,确认后备份更新并可恢复上一版。
@@ -45,12 +45,14 @@
45
45
 
46
46
  ![技能仓库浏览与安装](assets/screenshots/skill-repositories.webp)
47
47
 
48
- *截图来自 1.0.0 发布前的 0.1.54 本地测试版,展示全局技能和技能仓库;最终版补充了刷新动画及进度提示。截图采用原尺寸无损 WebP。*
48
+ *截图来自 1.0.0 发布前的 0.1.54 本地测试版,展示全局技能和技能仓库;最终版补充了刷新动画及进度提示。截图仅保留功能面板,已裁去背景中的真实文件名与项目目录,采用无损 WebP。*
49
49
 
50
50
  ## 安装
51
51
 
52
52
  需要已安装并能正常运行 DeepSeek Harness。以下命令使用 `web` profile,请按实际环境替换。
53
53
 
54
+ 插件安装支持 npm registry 和本地构建的 `.tgz` 包,不支持直接以 Git/GitHub 依赖安装(例如 `github:MichengAI/dsh-skills-manager`)。从源码开发时,请先安装开发依赖并构建,再加载到 DSH。
55
+
54
56
  ### 让 Agent 帮你安装
55
57
 
56
58
  把这段话发给能够操作本机终端的 Agent:
@@ -69,7 +71,7 @@ dsh plugin --profile web add @michengai/dsh-skills-manager@latest --registry=htt
69
71
 
70
72
  安装后重启 DSH 并刷新页面,打开「设置 → 技能」即可使用。更新时可点击「检查更新」,或重新执行安装命令。
71
73
 
72
- - `1.0.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`。
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`。
73
75
 
74
76
  ## 使用说明
75
77
 
@@ -142,7 +144,9 @@ dsh plugin --profile web add @michengai/dsh-skills-manager@latest --registry=htt
142
144
 
143
145
  遇到问题或有建议,欢迎[提交 Issue](https://github.com/MichengAI/dsh-skills-manager/issues)。请附上 DSH 与插件版本、复现步骤;界面问题可附完整截图。
144
146
 
145
- 源码位于 `src`,欢迎提交改进。
147
+ 源码位于 `src`,使用严格 TypeScript,保留现有插件架构。开发时执行 `npm run typecheck` 检查类型,`npm run build` 生成运行产物,`npm run verify` 执行完整回归与打包验证。`lib` 不纳入 Git 提交;打包前会自动检查类型并构建,npm 安装包仍包含所需 JavaScript 产物。CI 在 Node.js 22.19.0 和 24 上执行完整验证,代码改动也会自动触发受支持宿主兼容矩阵。欢迎提交改进。
148
+
149
+ 从源码制作测试包时,使用项目固定版本的 pnpm 安装依赖,执行 `npm run verify`,再执行 `npm pack`。用 `dsh plugin --profile web add <package.tgz>` 安装生成的 `.tgz`,重启 DSH 并刷新页面。打包时不要使用 `--ignore-scripts`,否则会跳过构建钩子。
146
150
 
147
151
  ## 许可证
148
152
 
Binary file