Skip to content

0.20.0 - 2026-03-19

Choose a tag to compare

@github-actions github-actions released this 19 Mar 19:16
7dc3c6d

Release Notes

Added

  • (self-repair) wire stuck_threshold, store, and builder (#712)
  • (testing) add FaultInjector framework for StubLlm (#1233)
  • (gateway) unified settings page with subtabs (#1191)
  • upgrade MiniMax default model to M2.7 (#1357)

Fixed

  • navigate telegram E2E tests to channels subtab (#1408)
  • add missing builder field and update E2E extensions tab navigation (#1400)
  • remove debug_assert guards that panic on valid error paths (#1385)
  • address valid review comments from PR #1359 (#1380)
  • full_job routine runs stay running until linked job completion (#1374)
  • full_job routine concurrency tracks linked job lifetime (#1372)
  • remove -x from coverage pytest to prevent suite-blocking failures (#1360)
  • add debug_assert invariant guards to critical code paths (#1312)
  • (mcp) retry after missing session id errors (#1355)
  • (telegram) preserve polling after secret-blocked updates (#1353)
  • (llm) cap retry-after delays (#1351)
  • (setup) remove nonexistent webhook secret command hint (#1349)
  • Rate limiter returns retry after None instead of a duration (#1269)

Other

  • bump telegram channel version to 0.2.5 (#1410)
  • (ci) enforce test requirement for state machine and resilience changes (#1230) (#1304)
  • Fix duplicate LLM responses for matched event routines (#1275)
  • add Japanese README (#1306)
  • (ci) add coverage gates via codecov.yml (#1228) (#1291)
  • Redesign routine create requests for LLMs (#1147)

Install ironclaw 0.20.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/v0.20.0/ironclaw-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/v0.20.0/ironclaw-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install ironclaw@0.20.0

Download ironclaw 0.20.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