Release Notes
Added
- extend lifecycle hooks with declarative bundles (#176)
- support per-request model override in /v1/chat/completions (#103)
Fixed
- harden openai-compatible provider, approval replay, and embeddings defaults (#237)
- Network Security Findings (#201)
Added
- Refactored OpenAI-compatible chat completion routing to use the rig adapter and
RetryProvidercomposition for custom base URL usage. - Added Ollama embeddings provider support (
EMBEDDING_PROVIDER=ollama,OLLAMA_BASE_URL) in workspace embeddings. - Added migration
V9__flexible_embedding_dimension.sqlfor flexible embedding vector dimensions.
Changed
- Changed default sandbox image to
ironclaw-worker:latestin config/settings/sandbox defaults. - Improved tool-message sanitization and provider compatibility handling across NEAR AI, rig adapter, and shared LLM provider code.
Fixed
- Fixed approval-input aliases (
a,/approve,/always,/deny, etc.) in submission parsing. - Fixed multi-tool approval resume flow by preserving and replaying deferred tool calls so all prior
tool_useIDs receive matchingtool_resultmessages. - Fixed REPL quit/exit handling to route shutdown through the agent loop for graceful termination.
Install ironclaw 0.7.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.7.0/ironclaw-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.7.0/ironclaw-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install ironclaw@0.7.0Download ironclaw 0.7.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 |