MindOS_CLI/versions.json
lidf 64e2480da6 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
2026-07-01 15:36:07 +08:00

28 lines
952 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"apk": {
"version": "3.2.0",
"downloadUrl": "https://dl.brainwork.club/mindos-next/MindOS-NEXT-latest.apk",
"releaseDate": "2026-06-19",
"releaseNotes": "v3.2.0 录音架构重构APK 本地录制+上传+说话人分离"
},
"crx": {
"version": "3.1.2",
"downloadUrl": "https://dl.brainwork.club/mindos-next/MindOS-NEXT-Clipper-latest.zip",
"releaseDate": "2026-04-29",
"releaseNotes": "V3.1.2:版本检查 + 更新提示 + alarms 定时检测"
},
"cli": {
"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.1 修复 VENDOR_COMMIT 打包 + health vendor 字段解析 + bridge 版本号日志"
},
"hap": {
"version": "0.0.1",
"downloadUrl": "",
"releaseDate": "",
"releaseNotes": "开发中"
}
}