Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 05 Aug 07:05
· 94 commits to main since this release

Install / Upgrade

One-command install (Linux, systemd service):

curl -fsSL https://raw.githubusercontent.com/taliove/hubscope/main/scripts/install.sh | sudo bash

Docker:

git clone https://github.com/taliove/hubscope.git && cd hubscope
docker compose up -d --build

Binaries: 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-missing

Already 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

  • feat(eval): 评估体系重构——预检门控、三裁判中位数、三段异步管线与评估中心三视角 by @taliove in #181

Full Changelog: v0.5.0...v0.5.1