Release Notes
Fixed
- The runtime container image now installs
curl, so in-container HTTP
healthchecks can execute. Orchestrators probe the worker with
curl -fsS http://localhost:3000/; the image shipped no HTTP client, so the
probe could never run, the container was never marked healthy, and the deploy
timed out intoerrorwhile the listener served 200s throughout.
Changed
- Reborn PR test planning and the root-partition runner now share one test
inventory covering everytests/*.rstarget, and container image inputs
select the root test that asserts them. Previously the two sides disagreed on
partition assignment, so a scheduled root test could be reported green
without having run.
Install ironclaw 1.2.0-rc.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/ironclaw-v1.2.0-rc.3/ironclaw-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/ironclaw-v1.2.0-rc.3/ironclaw-installer.ps1 | iex"Download ironclaw 1.2.0-rc.3
| File | Platform | Checksum |
|---|---|---|
| ironclaw-aarch64-apple-darwin.tar.gz | Apple Silicon macOS | checksum |
| ironclaw-x86_64-apple-darwin.tar.gz | Intel macOS | checksum |
| ironclaw-x86_64-pc-windows-msvc.tar.gz | x64 Windows | checksum |
| ironclaw-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| ironclaw-aarch64-unknown-linux-gnu.tar.gz | ARM64 Linux | checksum |
| ironclaw-x86_64-unknown-linux-gnu.tar.gz | x64 Linux | checksum |
| ironclaw-aarch64-unknown-linux-musl.tar.gz | ARM64 MUSL Linux | checksum |
| ironclaw-x86_64-unknown-linux-musl.tar.gz | x64 MUSL Linux | checksum |