ScoopInstaller_Main/bucket/kimi-cli.json
2026-02-05 08:32:28 +00:00

27 lines
839 B
JSON

{
"version": "1.8.0",
"description": "Kimi CLI is your next CLI agent.",
"homepage": "https://github.com/MoonshotAI/kimi-cli/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/MoonshotAI/kimi-cli/releases/download/1.8.0/kimi-1.8.0-x86_64-pc-windows-msvc.zip",
"hash": "4e97e49511c87f6a73415b019ed97f86cbdb0ec21dafda5fe3f3b67c7f65d958"
}
},
"bin": "kimi.exe",
"checkver": {
"github": "https://github.com/MoonshotAI/kimi-cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MoonshotAI/kimi-cli/releases/download/$version/kimi-$version-x86_64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}