Release Notes
Added
- add issue triage skill (#200)
- add PR triage dashboard skill (#196)
- add OpenRouter usage examples (#189)
- add Tinfoil private inference provider (#62)
- shell env scrubbing and command injection detection (#164)
- Add PR review tools, job monitor, and channel injection for E2E sandbox workflows (#57)
- Secure prompt-based skills system (Phases 1-4) (#51)
- Add benchmarking harness with spot suite (#10)
- 10 infrastructure improvements from zeroclaw (#126)
Fixed
- (rig) prevent OpenAI Responses API panic on tool call IDs (#182)
- (docs) correct settings storage path in README (#194)
- OpenAI tool calling — schema normalization, missing types, and Responses API panic (#132)
- (security) prevent path traversal bypass in WASM HTTP allowlist (#137)
- persist OpenAI-compatible provider and respect embeddings disable (#177)
- remove .expect() calls in FailoverProvider::try_providers (#156)
- sentinel value collision in FailoverProvider cooldown (#125) (#154)
- skills module audit cleanup (#173)
Other
- Fix division by zero panic in ValueEstimator::is_profitable (#139)
- audit feature parity matrix against codebase and recent commits (#202)
- architecture improvements for contributor velocity (#198)
- fix rustfmt formatting from PR #137
- add .env.example examples for Ollama and OpenAI-compatible (#110)
Install ironclaw 0.6.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.6.0/ironclaw-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.6.0/ironclaw-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install ironclaw@0.6.0Download ironclaw 0.6.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 |