mingdao-harness 0.1.54 → 0.1.55

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.
Files changed (2) hide show
  1. package/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -86,11 +86,12 @@ cd MingDao-Harness && bash install.sh
86
86
 
87
87
  ```bash
88
88
  npm run desktop # 源码直跑(自动启动内置 WebUI 并打开窗口)
89
- npm run desktop:dist # 打包为未压缩可运行目录(desktop/dist/linux-unpacked/)
90
89
  ```
91
90
 
92
- 三平台安装包(Windows NSIS / macOS dmg / Linux AppImage+deb)由 GitHub Actions `desktop.yml`
93
- 在打 tag 时自动构建;本地用 `cd desktop && npm run dist:win|dist:mac|dist:linux` 手动构建。
91
+ - 内置服务零端口暴露(127.0.0.1 随机端口 + 一次性令牌)、系统托盘常驻、窗口状态记忆、
92
+ 权限一律拒绝、外链走系统浏览器、打包版自动更新;
93
+ - 安装包:Linux `AppImage`/`deb`(本地 `npm run desktop:dist` 已实测构建)、Windows NSIS、
94
+ macOS dmg;打 tag 后 CI 自动构建三平台安装包(详见 `desktop/README.md`)。
94
95
 
95
96
  ### 从源码运行(开发)
96
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mingdao-harness",
3
- "version": "0.1.54",
3
+ "version": "0.1.55",
4
4
  "description": "明道 MingDao —— 开源智能体框架(Agent Harness)。零依赖、开箱即用,针对 DeepSeek-V4 系列优化,开放主流模型接入。",
5
5
  "type": "module",
6
6
  "bin": {