feat: v0.2.1 — bridge 版本号日志 + VENDOR_COMMIT 打包修复 + vendor 字段解析

- mindcli_bridge.py 能力报告日志增加 cli_version/vendor/platform 字段
  服务器端可观测连接的 CLI 版本号
- pyproject.toml 增加 package-data 声明,VENDOR_COMMIT 打包进 pipx
- health.py _get_vendor_commit 只返回 commit hash 而非整个文件
- 版本号 0.2.0 → 0.2.1
This commit is contained in:
2026-07-01 15:36:07 +08:00
parent 2075fe64b9
commit 64e2480da6
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -12,11 +12,11 @@
"releaseNotes": "V3.1.2:版本检查 + 更新提示 + alarms 定时检测"
},
"cli": {
"version": "0.2.0",
"version": "0.2.1",
"installCmd": "pipx install \"mindos-cli[audio] @ git+https://git.brainwork.club/lidf/MindOS_CLI.git\"",
"upgradeCmd": "pipx reinstall mindos-cli",
"releaseDate": "2026-07-01",
"releaseNotes": "v0.2.0 无状态原子化改造:pipelines/ 分层 + 双工录音 + Tunnel 回调解耦 + chat/ask 走 Cloud Gateway + pipx 自动更新修复"
"releaseNotes": "v0.2.1 修复 VENDOR_COMMIT 打包 + health vendor 字段解析 + bridge 版本号日志"
},
"hap": {
"version": "0.0.1",