Release Notes
Added
- mark Ollama + OpenAI-compatible as implemented (#102)
- multi-provider inference + libSQL onboarding selection (#92)
- add multi-provider LLM failover with retry backoff (#28)
- add libSQL/Turso embedded database backend (#47)
- Move debug log truncation from agent loop to REPL channel (#65)
Fixed
- shell destructive-command check bypassed by Value::Object arguments (#72)
- propagate real tool_call_id instead of hardcoded placeholder (#73)
- Fix wasm tool schemas and runtime (#42)
- flatten tool messages for NEAR AI cloud-api compatibility (#41)
- security hardening across all layers (#35)
Other
- Explicitly enable cargo-dist caching for binary artifacts building
- Skip building binary artifacts on every PR
- add module specification rules to CLAUDE.md
- add setup/onboarding specification (src/setup/README.md)
- deduplicate tool code and remove dead stubs (#98)
- Reformat architecture diagram in README (#64)
- Add review discipline guidelines to CLAUDE.md (#68)
- Bump MSRV to 1.92, add GCP deployment files (#40)
- Add OpenAI-compatible HTTP API (/v1/chat/completions, /v1/models) (#31)
Install ironclaw 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/v0.2.0/ironclaw-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/v0.2.0/ironclaw-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install ironclaw@0.2.0Download ironclaw 0.2.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 |