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:
parent
2075fe64b9
commit
64e2480da6
@ -11,7 +11,7 @@ POC 验证结论:sys.path.insert(0, _vendor_dir) 一行即可,
|
||||
import os
|
||||
import sys
|
||||
|
||||
__version__ = "0.2.0"
|
||||
__version__ = "0.2.1"
|
||||
|
||||
# ── Vendor 路径注入 ──────────────────────────────────────────
|
||||
# 将 _vendor/ 目录加入 sys.path 头部,
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user