Skip to content

v0.1.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Aug 11:16

token-usage v0.1.0-rc.2

Note: This is a pre-release (v0.1.0-rc.2) for testing; behavior may change before the stable release.

Changed

  • One-line installer script (scripts/install.sh) with automatic platform detection and SHA256 verification
  • Installation guide reorganized: the official Release binary is now the recommended option, including a copy-paste instruction for AI agents

Assets

  • token-usage-darwin-arm64 — macOS (Apple Silicon)
  • token-usage-darwin-amd64 — macOS (Intel)
  • token-usage-windows-amd64.exe — Windows

Verify & install

  1. Download the asset for your platform and SHA256SUMS.
  2. Verify: shasum -a 256 token-usage-darwin-arm64 (Windows: certutil -hashfile token-usage-windows-amd64.exe SHA256).
  3. Make it executable (macOS/Linux) and run ./token-usage version.

token-usage v0.1.0-rc.2(中文说明)

提示: 本版本为预发布(v0.1.0-rc.2),仅供测试;稳定版发布前行为可能调整。

变更

  • 新增一行安装脚本(scripts/install.sh),自动检测平台并做 SHA256 校验
  • 安装指南重排:官方 Release 二进制成为推荐方式,含可直接复制给 AI Agent 的安装指令

资产

  • token-usage-darwin-arm64 — macOS(Apple 芯片)
  • token-usage-darwin-amd64 — macOS(Intel)
  • token-usage-windows-amd64.exe — Windows

校验与安装

  1. 下载与你平台匹配的资产以及 SHA256SUMS
  2. 校验:shasum -a 256 token-usage-darwin-arm64(Windows:certutil -hashfile token-usage-windows-amd64.exe SHA256)。
  3. 赋予执行权限(macOS/Linux)并运行 ./token-usage version