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
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "mindos-cli"
version = "0.2.0"
version = "0.2.1"
description = "MindOS NEXT 本地执行体 — Cloud Hermes 的受管理执行节点"
readme = "README.md"
requires-python = ">=3.10"