v0.5.6

zeroclaw-labs/zeroclawv0.5.6Mar 21, 2026by theonlyhennygod

AI Summary

This release focuses on fixing installation issues and improving build workflows, particularly around macOS and Docker builds.

Key Highlights

  • Fixed macOS Xcode/CLT license auto-acceptance in install script
  • Fixed intermittent subprocess broken pipe failure in flaky test
  • Fixed crates.io publish issue with aardvark-sys missing version spec
  • Added aardvark-sys workspace crate to Dockerfile

Full Release Notes

## What's New in v0.5.6

### Fixes
- **Install script**: Auto-accept Xcode/CLT license on macOS instead of bailing out — works seamlessly in `curl | bash` via `/dev/tty` sudo prompt (#4153, #4165, #4169)
- **Flaky test**: Fixed intermittent `execute_successful_subprocess` broken pipe failure by draining stdin in test script (#4161)
- **Crates.io publish**: Fixed `aardvark-sys` missing version spec that blocked `cargo publish`; all publish workflows now publish workspace deps first (#4172)
- **Docker builds**: Added `aardvark-sys` workspace crate to Dockerfile COPY stage

### Install
```sh
# One-liner (macOS / Linux)
curl -fsSL https://zeroclawlabs.ai/install.sh | bash

# Cargo
cargo install zeroclawlabs

# Docker
docker pull ghcr.io/zeroclaw-labs/zeroclaw:latest
```

**Full Changelog**: https://github.com/zeroclaw-labs/zeroclaw/compare/v0.5.5...v0.5.6