For AI agents: the complete documentation index is available at https://a3s-lab.github.io/Test/v0.15.0/llms.txt, the full documentation bundle is available at https://a3s-lab.github.io/Test/v0.15.0/llms-full.txt, and this page is available as Markdown at https://a3s-lab.github.io/Test/v0.15.0/guide/installation.md.

v0.15.0 安装

历史快照

所有命令都固定到 v0.15.0。不要把本页的版本号用于当前文档。

curl -fsSL https://github.com/A3S-Lab/Test/releases/latest/download/install.sh |
  sh -s -- --version v0.15.0
& ([scriptblock]::Create((irm 'https://github.com/A3S-Lab/Test/releases/latest/download/install.ps1'))) -Version v0.15.0

安装器仍支持 --agent--skill-only--cli-only--install-dir--skill-dir。PowerShell 使用对应的 PascalCase 参数。

从 Git 标签构建:

cargo install --git https://github.com/A3S-Lab/Test \
  --tag v0.15.0 --locked a3s-test-cli

固定 Test Kit 资产:

npm install https://github.com/A3S-Lab/Test/releases/download/v0.15.0/a3s-testkit.tgz

发布归档与 runner 镜像必须使用该版本提供的 SHA-256 或不可变 digest 校验。