From 98d8f5bfca9b80675a06f23b477d1ca4b9e0b852 Mon Sep 17 00:00:00 2001 From: MiyakoMeow <110924386+MiyakoMeow@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:01:52 +0800 Subject: [PATCH] zeroclaw: Add version 0.1.7 (#7687) --- bucket/zeroclaw.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/zeroclaw.json diff --git a/bucket/zeroclaw.json b/bucket/zeroclaw.json new file mode 100644 index 0000000000..3fb80846c7 --- /dev/null +++ b/bucket/zeroclaw.json @@ -0,0 +1,26 @@ +{ + "version": "0.1.7", + "description": "Fast, small, and fully autonomous AI assistant infrastructure.", + "homepage": "https://zeroclawlabs.ai", + "license": "MIT|Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/zeroclaw-labs/zeroclaw/releases/download/v0.1.7/zeroclaw-x86_64-pc-windows-msvc.zip", + "hash": "74879cc238b7df58a0d1e74d7208462b00ff4ff10bd3f1083f5652e15f89338d" + } + }, + "bin": "zeroclaw.exe", + "checkver": { + "github": "https://github.com/zeroclaw-labs/zeroclaw" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/zeroclaw-labs/zeroclaw/releases/download/v$version/zeroclaw-x86_64-pc-windows-msvc.zip" + } + }, + "hash": { + "url": "$baseurl/SHA256SUMS" + } + } +}