Release Notes
Added
- extension registry with metadata catalog and onboarding integration (#238)
- (models) add GPT-5.3 Codex, full GPT-5.x family, Claude 4.x series, o4-mini (#197)
- wire memory hygiene into the heartbeat loop (#195)
Fixed
- persist WASM channel workspace writes across callbacks (#264)
- consolidate per-module ENV_MUTEX into crate-wide test lock (#246)
- remove auto-proceed fake user message injection from agent loop (#255)
- onboarding errors reset flow and remote server auth (#185, #186) (#248)
- parallelize tool call execution via JoinSet (#219) (#252)
- prevent pipe deadlock in shell command execution (#140)
- persist turns after approval and add agent-level tests (#250)
Other
Install ironclaw 0.8.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.8.0/ironclaw-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.8.0/ironclaw-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install ironclaw@0.8.0Download ironclaw 0.8.0
| 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 |