v0.10.0

kroko-ai/kroko-onnxv0.10.0May 20, 2026by github-actions[bot]

AI Summary

This release improves media handling by allowing read-only downloads with an explicit output path and fixes connectivity issues to ensure proper message delivery. It also updates the distribution of platform-specific archives.

Key Highlights

  • Allow media download --read-only with explicit output
  • Send available presence after authentication
  • Publish target-specific archives with combined checksums
  • Fix connect availability presence
  • Update OpenClaw Homebrew tap

New Features

  • Read-only media download capability
  • Improved presence availability reporting
  • Multi-platform archive distribution

Full Release Notes

## Changelog

### Added

- Media: allow `media download --read-only` when `--output` is explicit, so synced media can be fetched without opening the WhatsApp session store or recording download state. (#250 - thanks @mbelinky)

### Fixed

- Release: publish target-specific macOS/Linux/Windows archives with one combined checksum file and update the OpenClaw Homebrew tap.
- Connect: send an `available` presence after authenticated connect so the server records the linked-device pushname; without it, downstream recipients receive `notify=""` and Cloud API verified-business webhooks silently drop the message at the gateway. (#252 - thanks @ceifa)

## Artifacts

- macOS: `wacli_0.10.0_darwin_amd64.tar.gz`, `wacli_0.10.0_darwin_arm64.tar.gz`, `wacli_0.10.0_darwin_universal.tar.gz`
- Linux: `wacli_0.10.0_linux_amd64.tar.gz`, `wacli_0.10.0_linux_arm64.tar.gz`
- Windows: `wacli_0.10.0_windows_amd64.zip`
- Checksums: https://github.com/openclaw/wacli/releases/download/v0.10.0/checksums.txt

## Verification

- Release workflow: https://github.com/openclaw/wacli/actions/runs/26171174346
- Homebrew tap workflow: https://github.com/openclaw/homebrew-tap/actions/runs/26171417265
- Local pre-release gate: `pnpm format:check && pnpm lint && pnpm test && pnpm build && git diff --check`
- Download verification: `shasum -a 256 -c checksums.txt`; darwin arm64 archive reports `wacli version` as `0.10.0`.