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
RetryProvider composition 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.sql for flexible embedding vector dimensions.
Changed
- Changed default sandbox image to
ironclaw-worker:latest in 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_use IDs receive matching tool_result messages.
- 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 | sh
Install 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.0
Download ironclaw 0.7.0