Skip to content

0.23.0 - 2026-03-27

Choose a tag to compare

@github-actions github-actions released this 27 Mar 05:59
52551f0

Release Notes

Added

  • complete multi-tenant isolation — phases 2–4 (#1614)

Fixed

  • (routines) recover delete name after failed update fallback (#1108)
  • (mcp) handle 202 Accepted and wire session manager for Streamable HTTP (#1437)
  • (extensions) channel-relay auth dead-end, observability, and URL override (#1681)
  • (agent) discard truncated tool calls when finish_reason == Length (#1631) (#1632)
  • (llm) filter XML tool-call recovery by context (#1641)

Other

  • Support direct hosted OAuth callbacks with proxy auth token (#1684)

Install ironclaw 0.23.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.23.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.23.0/ironclaw-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install ironclaw@0.23.0

Download ironclaw 0.23.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
ironclaw-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
ironclaw-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum