Release Notes
Added
- (engine-v2) add per-project sandbox with mission lifecycle and cost tracking (#2211) (#2660)
- (llm) hot-reload provider chain from settings (#2673)
- (bridge) add workspace-backed project registration and mission result retrieval (#2533) (#2549)
- (engine) require a tool attempt for explicit user commands and add code execution failure categorization (#2539) (#2483)
- (gate) persist "always approve" decisions in the v2 engine path (#2428)
- (memory) add configurable insights interval, session summaries, and reasoning-augmented recall (#2336)
- (gateway) add attachment flows, document uploads, rich history tool cards, debug inspector, and admin tooling UI (#2385) (#2332) (#2477) (#1873) (#1963)
- (tui) support multiline drafting and input handling improvements (#2449) (#2462)
- (skills) add new-project/template resolution, setup-marker lifecycle, working-directory source discovery, and activation feedback pipeline (#2353) (#2268) (#2396) (#2530)
- (portfolio) complete the portfolio tool, widget, and share-gains flow (#2368)
- (cli) add
logs --grep,profile list, user-facing temperature setting, and local-profile onboarding prompts (#1533) (#2288) (#2275) (#2389) - (runtime) default
CLI_MODEto TUI and show the commit hash in non-tagged gateway builds (#2329) (#2486)
Fixed
- (gateway) repair web login, onboarding, pairing, and v2 extension auth resume flows; the web API now uses unified onboarding state events instead of the older auth/pairing event split (#2592) (#2594) (#2515) (#2622)
- (gateway) fix disappearing messages, stale in-progress state, assistant-thread routing, approval scoping, reconnect history reloads, browser crashers, and chat refresh issues (#2498) (#2517) (#2444) (#2267) (#2415) (#2441) (#2330)
- (gateway) fix slash autocomplete, attachment rendering, missions navigation, settings search/auth state, active-work pills, tool output timing, and historical/live tool call correlation (#2763) (#2745) (#2518) (#2709) (#2671) (#2555) (#2182)
- (engine) harden the v2 orchestrator, improve action failure handling, preserve paused auth leases, avoid orphaned approval gates, and prevent runaway or no-op mission execution paths (#1958) (#2326) (#2338) (#2458) (#2531) (#2570) (#2631) (#2347) (#2328) (#2460)
- (llm) fix image generation and image-detail handling, normalize NEAR AI tool schemas, surface 413s as context-length errors, and remove duplicate
reasoning_contentfields (#1819) (#2380) (#1940) (#2463) (#2339) (#2493) - (security) add inbound secret scanning, redact HTTP credentials in recordings, fail closed on WASM scope fallback, harden approval thread safety, and scan pre-injection channel headers for leaks (#2494) (#2529) (#2465) (#2366) (#1377)
- (channels) fix active WASM channel restore/status tracking plus Slack, Telegram, and Feishu auth/routing edge cases (#2563) (#2562) (#2420) (#2471) (#2512) (#1540) (#2513) (#1943) (#2652) (#2349) (#2443) (#2454)
- (cli/setup) improve auth UX, avoid UTF-8 panics, suppress non-CLI listeners under
--cli-only, validate strict MCP server names, install the NEAR AI MCP server from env config, and run migrations during onboarding whenDATABASE_URLis preset (#2315) (#2008) (#1869) (#2400) (#2181) (#2309) - (sandbox/docker) improve Docker and deployment behavior by preferring the Docker socket when available and restoring the staging runtime target for Railway builds (#2467) (#2244)
Other
- (gateway) continue the web gateway slice extraction and boundary cleanup across platform, chat, oauth, settings, jobs, and routines modules (#2628) (#2643) (#2644) (#2645) (#2665) (#2680) (#2683) (#2687) (#2704) (#2706) (#2712) (#2647)
- (types) adopt typed mission, external-thread, event-status, onboarding, and ownership models across the runtime (#2681) (#2685) (#2678) (#2607) (#2677) (#2611) (#2617)
- (ci) add replay snapshot gating, speed up feedback loops, improve cache reuse, validate release versions in Docker workflows, and stabilize staging promotion checks (#2621) (#2566) (#2609) (#2610) (#2742) (#2576) (#2661) (#2773)
- (docker/ops) add hourly image builds, release-process image builds, and historical image rebuild workflows (#2519) (#2507) (#2509) (#2321)
- (docs) expand MCP, hosting, Responses API, setup, contributor-review, and architecture documentation (#1138) (#2262) (#2440) (#2427) (#2714) (#2365)
Install ironclaw 0.26.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.26.0/ironclaw-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/nearai/ironclaw/releases/download/ironclaw-v0.26.0/ironclaw-installer.ps1 | iex"Install prebuilt binaries into your npm project
npm install ironclaw@0.26.0Download ironclaw 0.26.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 |