v0.5.1
Install / Upgrade
One-command install (Linux, systemd service):
curl -fsSL https://raw.githubusercontent.com/taliove/hubscope/main/scripts/install.sh | sudo bashDocker:
git clone https://github.com/taliove/hubscope.git && cd hubscope
docker compose up -d --buildBinaries: download the tarball for your platform below (linux/darwin × amd64/arm64). Verify with v0.5.1_checksums.txt:
sha256sum -c hubscope_v0.5.1_checksums.txt --ignore-missingAlready running an older release? Re-run the same command you installed with — it upgrades in place and preserves data.
Highlights
本次发布重构评估体系:触发评估先做跑前预检(不通的模型直接跳过),每份作答由三位不同厂商的裁判独立打分并取中位数,答题、裁判、出分拆成异步管线,中断的批次可断点续跑、已有分数全部保留。评估中心新增运行流水线、裁判团与成本账本三视角,题库精简为每套件 20 题——跑得快,也看得清钱花在哪。
What's Changed
Features
Full Changelog: v0.5.0...v0.5.1