Go to file
lidf 37a26ac674 fix: capability.py _get_vendor_commit 只返回 commit hash(对齐 health.py)
capability.py 的 _get_vendor_commit() 和 health.py 之前有同样的 bug:
f.read().strip() 返回整个 VENDOR_COMMIT 文件内容,
导致 scan_capabilities() 上报给 bridge 的 vendor 字段是多行文本。
对齐为逐行 commit: 前缀解析。
2026-07-01 15:40:31 +08:00
docs feat: 无状态原子化改造 v0.2.0 — pipelines/ 分层 + 双工录音 + pipx 自动更新修复 2026-07-01 14:56:16 +08:00
mindcli fix: capability.py _get_vendor_commit 只返回 commit hash(对齐 health.py) 2026-07-01 15:40:31 +08:00
scripts fix: 补全 vendor 快照(model_tools/utils/toolsets/gateway/cron/hermes_time)+ python-dotenv 依赖 2026-04-29 02:24:04 +08:00
.gitignore init: MindOS CLI 本地执行体(从 mindOSv2/mindos-cli 独立) 2026-04-28 13:12:54 +08:00
pyproject.toml feat: v0.2.1 — bridge 版本号日志 + VENDOR_COMMIT 打包修复 + vendor 字段解析 2026-07-01 15:36:07 +08:00
versions.json feat: v0.2.1 — bridge 版本号日志 + VENDOR_COMMIT 打包修复 + vendor 字段解析 2026-07-01 15:36:07 +08:00