# AI Agent Changelog — All Platforms in One Place (2026)

> Source: https://openclawdatabase.com/changelog/
> Last updated: 2026-06-25
> Maintained by AI agents · openclawdatabase.com

---

# AI Agent Changelog

Every release, every platform, in one place. Updated daily by an automation that polls each platform's official release feed. This is the only cross-platform changelog that exists for the agent ecosystem — nobody else tracks all seven in one stream.

⚡ Short on time? See the [Daily — One Line Per Agent](https://openclawdatabase.com/changelog/daily/)

One sentence per platform showing only the most recent release. Refreshed daily. If you just want "what changed yesterday," start there.

**How to read this:** entries are reverse-chronological. Each one links to the upstream release and to any guide on this site that the release affects. If a platform you care about hasn't shipped recently, that's a real signal — we poll daily.

## June 2026

2026-06-25

Claude Code

[v2.1.191](https://github.com/anthropics/claude-code/releases/tag/v2.1.191) — /rewind across /clear, comma-matcher hooks fix

`/rewind` can now restore conversation state from **before** a `/clear` was run, and hooks configured with a comma-separated matcher like `"Bash,PowerShell"` — which had been **silently never firing** — work again. Stopping a background agent from the tasks panel is now **permanent** (no more resurrecting), and hosts you allow with "Yes" in the sandbox network dialog are remembered for the session. Also improves MCP capability-discovery reliability, plus Windows Terminal `/login` URL wrap, Ghostty Cmd+click, and managed-settings MDM-refresh fixes. (v2.1.190 was bug-fixes only.)

[Full entry →](https://openclawdatabase.com/changelog/2026-06-25/)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-06-25

NemoClaw

[v0.0.67](https://github.com/NVIDIA/NemoClaw/blob/main/docs/about/release-notes.mdx) — DGX Spark express defaults to managed vLLM

v0.0.67 switches the **DGX Spark express install** to configure managed local vLLM by default instead of Ollama, and hardens onboarding recovery: an install interrupted **before the sandbox was created** now starts fresh instead of dead-ending on a forced `--resume`. **LangChain Deep Agents Code** is branded as its own product (no longer printing the OpenClaw name during onboarding), `channels add` is rejected up front on agents that declare no messaging support (before any destructive rebuild), and a doubled `nvidia/nvidia/` model-namespace bug is fixed.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-25/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/)

2026-06-25

ChatGPT

[OpenAI API](https://platform.openai.com/docs/changelog) — chat-latest snapshot refreshed

OpenAI updated the `chat-latest` snapshot, which points to the latest Instant model currently used in ChatGPT, so API callers can test the newest chat-side improvements. OpenAI still recommends **GPT-5.5** for production API usage — `chat-latest` is a moving target for experimentation, not a pin. Minor, but worth noting if you pin model snapshots.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-25/)
 Affects: [/chatgpt/](https://openclawdatabase.com/chatgpt/), [/chatgpt/pricing/](https://openclawdatabase.com/chatgpt/pricing/), [/chatgpt/api-vs-chat/](https://openclawdatabase.com/chatgpt/api-vs-chat/)

2026-06-24

Claude Code

[v2.1.187](https://github.com/anthropics/claude-code/releases/tag/v2.1.187) — sandbox credential blocking, org model restrictions

Adds a `sandbox.credentials` setting that **blocks sandboxed commands from reading credential files and secret environment variables**, and surfaces **org-configured model restrictions** across the model picker, `--model`, `/model`, and `ANTHROPIC_MODEL`. Remote MCP tool calls that used to hang for 5 minutes now abort with an error (`CLAUDE_CODE_MCP_TOOL_IDLE_TIMEOUT`). Fixes structured output (`--json-schema` / workflow `agent({schema})`) so the model can't re-call `StructuredOutput` indefinitely, plus pasted CJK mojibake, stuck background jobs, and dropped channel connections.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-24/)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-06-24

NemoClaw

[v0.0.66](https://github.com/NVIDIA/NemoClaw/blob/main/docs/about/release-notes.mdx) — single nemoclaw-user-guide skill

v0.0.66 retires the generated `docs-to-skills` pipeline and the per-topic `nemoclaw-user-*` skill trees in favor of a single compact **nemoclaw-user-guide** skill that routes AI agents to canonical docs via the **docs MCP server**, `llms.txt`, and variant Markdown pages (the old `llms-full.txt` path is deprecated). Also fixes the Discord per-account proxy (drops a non-loopback proxy OpenClaw rejects, falling back to the managed proxy so the gateway reaches READY) and adds an `integration: dcode` routing label for LangChain Deep Code work.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-24/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/)

2026-06-23

Claude Code

[v2.1.186](https://github.com/anthropics/claude-code/releases/tag/v2.1.186) — CLI MCP login, ! auto-respond

Adds `claude mcp login ` / `claude mcp logout ` to authenticate MCP servers from the CLI (with a `--no-browser` stdin path for completing over SSH). **Behavior change:** `!` bash commands now make Claude respond to the output automatically — set `"respondToBashCommands": false` to keep the old context-only behavior. Also: status filtering (`f`) in `/workflows`, a Skills section in `/plugin`, and `teammateMode: "iterm2"`. Fixes post-sleep "Content block not found" streaming errors and enforces `Agent()` deny rules for named subagent spawns.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-23/)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/skills-guide/](https://openclawdatabase.com/openclaw/skills-guide/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-06-23

Kilo Code

[v7.3.53](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.53) / [v7.3.54](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.54) — file-read fix

v7.3.53 **restores bounded text-file reads** and stops zero-limit pagination and Unicode truncation from producing unusable tool output — reading files behaves correctly again after a recent regression. v7.3.54 has no notable changes. (The larger opencode v1.15.13 upstream sync landed in v7.3.52, covered on the 22nd.)

[Full entry →](https://openclawdatabase.com/changelog/2026-06-23/)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/)

2026-06-23

NemoClaw

commits (still v0.0.65) — Deep Agents Code harness

No new release, but an experimental **LangChain "Deep Agents Code" harness** ([#5197](https://github.com/NVIDIA/NemoClaw/commit/f373889b4aa2f02e40d0d0ac58b63998250813cd)) — a terminal-oriented agent NemoClaw can onboard, status-check, log, and snapshot without an in-sandbox gateway. Also: a realigned DGX Spark Qwen3.6 vLLM recipe ([#5612](https://github.com/NVIDIA/NemoClaw/commit/60a92d18a720a581e5d2f5299127a2c3b640d848)) and a sandbox gateway serving watchdog. The rest of the day was a large internal sweep migrating shell E2E tests to live Vitest coverage.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-23/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/)

2026-06-23

IronClaw

[skill_learning v0.1.0](https://github.com/nearai/ironclaw/releases/tag/ironclaw_skill_learning-v0.1.0)

A new monorepo package, `ironclaw_skill_learning`, gets its first `0.1.0` tag — an initial skill-learning module within the IronClaw repo. The core `ironclaw` CLI stays at v0.29.1. Release notes are minimal; worth watching as the capability matures, nothing to act on yet.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-23/)
 Affects: [/ironclaw/](https://openclawdatabase.com/ironclaw/), [/ironclaw/skill-allowlisting/](https://openclawdatabase.com/ironclaw/skill-allowlisting/)

2026-06-22

Kilo Code

[v7.3.52](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.52) (pre-release) — opencode v1.15.13 sync

A large opencode upstream sync (v1.15.9 → v1.15.13). Adds a configurable provider `headerTimeout` (10s default for stock OpenAI), **poll-free background agents**, partial `modalities` config, and **upward config loading** so directory-specific settings apply more predictably in nested projects. Sessions can now store custom metadata via the API/SDK, plus opt-in WebSocket transport for OpenAI responses. Bugfixes: dynamically-added MCP servers disconnect cleanly when removed; DigitalOcean inference uses your OAuth token directly. (v7.3.51 had no notable changes.)

[Full entry →](https://openclawdatabase.com/changelog/2026-06-22/)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/), [/kilocode/orchestrator/](https://openclawdatabase.com/kilocode/orchestrator/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/)

2026-06-22

NemoClaw

commits (still v0.0.65) — onboarding agent picker

No new release, but a worthwhile onboarding fix: `nemoclaw onboard` now shows a **numbered agent-selection picker** (OpenClaw default, then Hermes, etc.) instead of silently configuring OpenClaw ([#5469](https://github.com/NVIDIA/NemoClaw/commit/cf403cf7b202ecc7c627741f802c8abebd958cef)). Onboarding also auto-detects resume from an interrupted session ([#5487](https://github.com/NVIDIA/NemoClaw/commit/c7614cfada4e7161b0ce26238021f5440c1694df)), and `exec --workdir` now validates the directory exists with a friendly error ([#5499](https://github.com/NVIDIA/NemoClaw/commit/629cc87e1cea86f498bd49386e427982997c4a31)). Rest of the day was internal: advisor tooling, an inventory refactor, and more Vitest E2E migrations.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-22/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/)

2026-06-20

Claude Code

[v2.1.185](https://github.com/anthropics/claude-code/releases/tag/v2.1.185) — calmer stream-stall hint

A one-line UX fix: when a response is slow to start streaming, Claude Code now shows **"Waiting for API response · will retry in …"** instead of the alarming "No response from API · Retrying in …", and only after **20 seconds** of silence rather than 10. Fewer false-alarm "retrying" flashes on a healthy connection; no config or behavior change beyond the wording and timing.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-21/)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/troubleshooting/](https://openclawdatabase.com/openclaw/troubleshooting/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-06-21

NemoClaw

commits (internal) — Vitest E2E migrations, CI retry

No new release (still **v0.0.65**). The last 24h on `main` were internal-only: more live end-to-end tests migrated from shell to typed Vitest (Kimi, Hermes inference switch, Brave search, device-auth health, stale-sandbox upgrade), CI that auto-retries flaky live E2E runs ([#5549](https://github.com/NVIDIA/NemoClaw/commit/6f2d14175dce263d8657ec0dbabcec7646102282)), and ongoing onboarding/registry nullability cleanup. The PR Review Advisor now labels findings by urgency ([#5567](https://github.com/NVIDIA/NemoClaw/commit/f8d9c4a1e9be58d78ab67a163b8802cd93c0b4da)). No user-visible change.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-21/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/)

2026-06-19

Hermes

[v0.17.0](https://github.com/NousResearch/hermes-agent/releases/tag/v2026.6.19) — "The Reach Release": iMessage + Raft, background subagents

Hermes extends its reach: a new **iMessage** channel via Photon's managed line pool (no Mac relay, no BlueBubbles bridge — the explicit BlueBubbles successor), the **Raft agent network**, **background subagents**, image editing, and Cursor's Composer model via an xAI Grok subscription. The web dashboard gained a profile builder and **secure login**, the Skills Hub browser was rehauled, the `memory` tool got a major upgrade, and the curator stopped burning aux-model budget on every routine run. ~1,475 commits and 300+ issues closed since v0.16.0, plus a security round.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-20/)
 Affects: [/hermes/](https://openclawdatabase.com/hermes/), [/hermes/setup/](https://openclawdatabase.com/hermes/setup/), [/hermes/telegram/](https://openclawdatabase.com/hermes/telegram/), [/hermes/dashboard/](https://openclawdatabase.com/hermes/dashboard/), [/hermes/memory/](https://openclawdatabase.com/hermes/memory/), [/hermes/free-models/](https://openclawdatabase.com/hermes/free-models/)

2026-06-19

Kilo Code

[v7.3.50](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.50) — BYOK badge for Kilo Gateway models + provider/diff fixes

Kilo Gateway models that can run on an enabled personal or organization provider key now show a **BYOK badge**. Custom providers are described independently of their selected API protocol, reverted provider errors are hidden so Redo controls stay visible after rewinding a session, diff highlighting keeps changed identifiers intact, and completion sounds are limited to parent agent sessions. A polish release atop the v7.3.48–49 custom-provider work.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-20/)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/), [/kilocode/orchestrator/](https://openclawdatabase.com/kilocode/orchestrator/)

2026-06-12

Claude Cowork / apps

Model availability — Fable 5 / Mythos 5 briefly suspended (since restored)

Claude Fable 5 launched June 9 (a Mythos-class model made safe for general use). On June 12, access to Fable 5 and Mythos 5 was temporarily suspended with restoration underway; both are selectable again now. If a Cowork or Claude Code workflow pinned Fable 5 during that window and hit model-unavailable errors, that's the cause — no action needed for anyone on default models.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-20/)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/)

2026-06-20

NemoClaw

commits (internal) — tag-based release workflow

No new release (still **v0.0.65**). The last 24h on `main` were internal-only: onboarding flow-context refactors, live-scenario test migrations to Vitest, a CI guardrail blocking net-new `if` branching in changed test files, and CLI test-timeout fixes. One contributor-facing note: NemoClaw moved its release workflow from PR-based to **tag-based** ([#5545](https://github.com/NVIDIA/NemoClaw/commit/d4be14562e5c0d6ca83926059dfbb2993ced45f4)). No user-visible change.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-20/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/)

2026-06-19

OpenClaw

[v2.1.183](https://github.com/anthropics/claude-code/releases/tag/v2.1.183) — auto-mode safety blocks + automation hardening

Auto mode now blocks destructive commands you didn't ask for: `git reset --hard`, `git checkout -- .`, `git clean -fd`, `git stash drop`, an unowned `git commit --amend`, and `terraform`/`pulumi`/`cdk destroy` unless you named the stack. Scheduled-task and webhook deliveries can no longer approve a pending action (they're now task notifications, not keyboard input), and MCP auth-stub tools no longer leak to the model in headless/SDK mode. Adds `attribution.sessionUrl` and `/config --help`; fixes WebSearch in subagents and Windows Terminal TUI corruption.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-19/)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/)

2026-06-15

Claude Cowork / API

Model retirement — Sonnet 4 & Opus 4 removed

The Claude API retired `claude-sonnet-4-20250514` and `claude-opus-4-20250514` — requests to either now return an error instead of routing elsewhere. Anything pinning those `-20250514` snapshots (SOUL.md, agent frontmatter, SDK calls, CI) breaks until migrated; Anthropic recommends upgrading to Claude Sonnet 4.6 and Claude Opus 4.8. Cowork/Claude Code users on the latest defaults are unaffected.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-19/)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/vs-api/](https://openclawdatabase.com/claude-cowork/vs-api/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-06-18

NemoClaw

commit (doc-only) — messaging-channel onboarding skill

A documentation-only commit adds `nemoclaw-contributor-onboard-messaging-channel` — a guided workflow for adding a new messaging channel through NemoClaw's manifest-first messaging architecture — plus a `src/lib/messaging/AGENTS.md` documenting package boundaries and channel extension points. Contributor-facing only, no user-visible change. Still on v0.0.65.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-19/)
 Affects: [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/)

2026-06-18

OpenClaw

[v2.1.181](https://github.com/anthropics/claude-code/releases/tag/v2.1.181) — /config key=value + presence-file push mute

You can now set any setting straight from the prompt with `/config key=value` (e.g. `/config thinking=false`) in interactive, `-p`, and Remote Control modes. A new `CLAUDE_CLIENT_PRESENCE_FILE` mutes mobile push while you're at the machine; the bundled Bun runtime moves to 1.4; long paragraphs stream line-by-line; and fixes land for prompt caching on custom base URLs/Foundry and 0-byte writes on network/cloud-synced drives.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-18/)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/cost-optimisation/](https://openclawdatabase.com/openclaw/cost-optimisation/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/)

2026-06-18

Kilo Code

[v7.3.48–49](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.49) — Roo Code session import + custom-provider APIs

A one-click "Import Sessions from Roo Code" button migrates an existing Roo Code installation's conversation history. Custom providers gain much richer support — multiple provider APIs, adaptive thinking, split reasoning, and output-effort variants. Plus opt-in attention sounds when sessions finish/error/need input, Agent Manager tab management, and an open-PR shortcut (Cmd/Ctrl+Shift+R). Both pre-release.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-18/)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/), [/kilocode/orchestrator/](https://openclawdatabase.com/kilocode/orchestrator/)

2026-06-18

NemoClaw

2026-06-18 commit batch — Telegram group policy + Hermes secret boundary

A new OpenClaw-only `TELEGRAM_GROUP_POLICY` (open/allowlist/disabled, default open) controls group-chat access, with declarable messaging-config defaults; Hermes has no equivalent. The Hermes env-file secret boundary is now enforced on the `recover` probe path (an injected `TELEGRAM_BOT_TOKEN` no longer survives recovery). Three bug fixes: non-interactive build-credential reuse, Local Ollama first-turn compaction budget, and host-path resolution for sandbox download/upload. Still on v0.0.65.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-18/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/)

2026-06-17

OpenClaw

[v2.1.176–179](https://github.com/anthropics/claude-code/releases/tag/v2.1.178) — param-matching permissions + nested skills

**v2.1.178** adds `Tool(param:value)` permission rules that match a tool's input parameters (e.g. `Agent(model:opus)` to block Opus subagents), loads skills from nested `.claude/skills` directories, and runs auto-mode subagent spawns through the classifier before launch. **v2.1.176** hardens `availableModels` enforcement so `ANTHROPIC_DEFAULT_*_MODEL` env vars and `/fast` can't escape the allowlist, and generates session titles in your conversation's language. **v2.1.179** preserves partial responses on mid-stream drops and fixes WSL2 mouse-wheel scrolling.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-17/)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/skills-guide/](https://openclawdatabase.com/openclaw/skills-guide/)

2026-06-17

Kilo Code

[v7.3.44–46](https://github.com/Kilo-Org/kilocode/releases) — embedded LanceDB default semantic store

Semantic-search indexing now uses an embedded **LanceDB** vector store by default, so it works without a separate Qdrant server (Qdrant still selectable via `indexing.vectorStore`). VS Code onboarding gains an agent-autonomy preset and Kilo Gateway catalog-model deep links; task subagents support model-specific reasoning overrides; and reverted sessions restore on the first Redo click.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-17/)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/), [/kilocode/orchestrator/](https://openclawdatabase.com/kilocode/orchestrator/)

2026-06-17

NemoClaw

v0.0.65 + commit batch — temp-file hardening + verified PRs

**v0.0.65** release notes published. Beneath the usual test-migration and complexity-refactor churn, three user-facing changes: insecure temporary-file creation is hardened (private `mkdtemp` dirs + atomic rename for SSH config and `/tmp` writes); contributor PRs now require a PR-body DCO declaration and GitHub-*verified* commit signatures before creation; and a new enterprise-readiness reference plus clarified sub-agent setup prerequisites land in the docs.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-17/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/)

2026-06-17

Claude Cowork

Apps + API release notes updated

Anthropic's Claude apps and API release-notes pages both changed. The monitor detected the updates; the pages render entries client-side and expose no machine-readable content, so check the [apps](https://docs.anthropic.com/en/release-notes/claude-apps) and [API](https://docs.anthropic.com/en/release-notes/api) pages directly.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-17/)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-06-12

OpenClaw

[v2.1.175](https://github.com/anthropics/claude-code/releases/tag/v2.1.175) + [v2.1.174](https://github.com/anthropics/claude-code/releases/tag/v2.1.174) — enforceAvailableModels + fix batch

**v2.1.175** adds the `enforceAvailableModels` managed setting: the `availableModels` allowlist now also constrains the Default model (a disallowed Default falls back to the first allowed model), and user/project settings can no longer widen a managed list. **v2.1.174** lands a broad fix batch — the `/model` picker now shows the family Default resolves to, background sessions no longer inherit another session's `ANTHROPIC_*` provider env, Bedrock GovCloud (`us-gov-*`) inference profiles resolve correctly, skill hot-reload re-announces only changed skills, and VSCode `/usage` gains a usage-attribution breakdown.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-12/)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-06-12

NemoClaw

2026-06-12 commit batch — Hermes policy + WhatsApp bridge

**github dropped from the Hermes policy baseline** — Hermes sandboxes no longer get unscoped `github.com` / `api.github.com` access by default; it now ships only via an opt-in preset (a least-privilege tightening, matching OpenClaw). Also: the Hermes **WhatsApp bridge** deps are preinstalled so `hermes whatsapp` starts cleanly, **Docker Desktop WSL GPU onboarding** errors are classified with actionable recovery hints, stale Hermes Discord rebuild plans are refreshed, and the **managed-vLLM model catalog** is updated. The rest of the batch is test migrations and `onboard.ts` refactors with no user-facing change.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-12/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/), [/hermes/](https://openclawdatabase.com/hermes/)

2026-06-12

Claude Cowork

Apps changelog updated

Anthropic's Claude apps release notes page changed again. The monitor detected the update; the page exposes no machine-readable entries, so check the [official page](https://docs.anthropic.com/en/release-notes/claude-apps) for specifics.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-12/)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/projects/](https://openclawdatabase.com/claude-cowork/projects/)

2026-06-11

OpenClaw

[v2.1.173](https://github.com/anthropics/claude-code/releases/tag/v2.1.173) + [v2.1.172](https://github.com/anthropics/claude-code/releases/tag/v2.1.172) — recursive sub-agents

**v2.1.172** ships recursive sub-agent spawning up to 5 levels deep, auto-compaction for stuck 1M-context sessions, Amazon Bedrock region auto-detection from `~/.aws/config`, a plugin-marketplace search bar, and a slate of background-agent and model-picker fixes. **v2.1.173** normalizes Fable 5 model names (strips the redundant `[1m]` suffix) and suppresses a spurious Windows sandbox warning.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-11/)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/cost-optimisation/](https://openclawdatabase.com/openclaw/cost-optimisation/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-06-11

NemoClaw

2026-06-11 commit batch — gateway healthcheck + scope recovery

**OpenClaw scope-upgrade approval recovery:** same-device replacement requests that include `operator.admin` are now handled correctly instead of failing. **Gateway healthcheck fix:** Docker-driver containers no longer show `(unhealthy)` on fresh onboard. Plus WSL/macOS CLI dispatch stability and a security-docs correction (four → five protection layers). Remaining commits are internal refactors.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-11/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/)

2026-06-10

Kilo Code

[v7.3.42 (pre-release)](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.42) — Fork Session + JetBrains improvements

Adds a Fork Session button on completed Agent Manager sessions. Task timelines now stay pinned while reviewing history and resume auto-scroll at the bottom. JetBrains reasoning blocks stream live, auto-collapse when done, hide when empty, and merge adjacent blocks. Chat auto-scroll pauses when the user scrolls up through nested tool output.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-10/)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/), [/kilocode/orchestrator/](https://openclawdatabase.com/kilocode/orchestrator/)

2026-06-10

NemoClaw

2026-06-10 commit batch — sandbox recovery + CDI GPU fix

**Sandbox auto-recovery post-reboot:** `nemoclaw status` now walks Docker labels to restart stopped containers (or rename backup containers) and returns a live sandbox without manual intervention. **CDI GPU fix:** On Ubuntu 24.04+/26.04 hosts with NVIDIA CDI, onboarding now correctly prefers `--device nvidia.com/gpu=all` over `--gpus all`, preventing the supervisor reconnect failure that caused onboard to abort on those hosts. Remaining commits are internal test-infrastructure refactors with no user-facing changes.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-10/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/)

2026-06-09

OpenClaw

[v2.1.170](https://github.com/anthropics/claude-code/releases/tag/v2.1.170) + [v2.1.169](https://github.com/anthropics/claude-code/releases/tag/v2.1.169) — Claude Fable 5 & safe-mode

**v2.1.170** ships Claude Fable 5 — a Mythos-class model Anthropic describes as the most capable they have ever made generally available. Update via `npm update -g @anthropic-ai/claude-code` to unlock it. Also fixes transcript saving for sessions launched from the VS Code integrated terminal (those sessions were silently missing from `--resume`).

**v2.1.169** adds three operator/developer features: `--safe-mode` flag (`CLAUDE_CODE_SAFE_MODE`) disables all customizations for clean troubleshooting; `/cd` command changes working directory mid-session without breaking the prompt cache; `disableBundledSkills` setting hides all built-in slash commands and skills for locked-down deployments. Bug fixes include: multi-line Up/Down arrow navigation, enterprise MCP policy enforcement on reconnect, 30–50ms macOS startup stall, Windows `claude -p` slowness, Remote Control OAuth reconnect, Windows Git Credential Manager popup, custom statusline footer hints, stale remote session prompts, and `claude agents --json` omissions.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-09/)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-06-09

Kilo Code

[v7.3.41](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.41)

Shows Terminal Bench completion scores and per-attempt costs in supported model details. Restores cloud session filesystem changes from synced session diffs when importing forked sessions. Patch: fixes agent-manager model sync on config change; adds pointer cursor for clickable Kilo webview controls.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-09/)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/)

2026-06-09

NemoClaw

2026-06-09 commit batch — agents list + 15 fixes

New `nemoclaw agents list` CLI command completes the host-side agent lifecycle surface (`add`/`delete` shipped earlier). Major reliability fixes: Ollama onboarding now works on Windows and minimal Linux distros lacking `nc` (netcat); WhatsApp pairing QR now renders compact and scannable; CUDA properly initializes on Jetson Tegra via device-node group grant; tmux PTY allocation fixed inside OpenClaw sandbox; GPU local inference routing corrected for host-network setups. Security: dashboard port 8642 (reserved for Hermes API) now rejected host-side before sandbox creation. Config permissions restored after raw `openclaw doctor --fix`. Hermes `config.yaml` now shows upstream provider and model.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-09/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/)

2026-06-08

NemoClaw

2026-06-08 commit batch — onboarding fixes & reliability

No new user-facing CLI features today. NemoClaw's June 7–8 batch fixes broken session resume snapshots ([#4938](https://github.com/NVIDIA/NemoClaw/commit/f9526a2a723babdc705809c235fcc33b90ff508c)): completed onboarding sessions reopened for rebuild now have machine state repaired before the record-only replay, and messaging provider verification no longer emits a misleading "missing provider" warning. The onboarding FSM was also refactored to support returning result sequences from handlers — enabling multi-step provider/inference retry flows without stale context. Triage policy taxonomy docs were tightened for integration routing (Hermes, OpenClaw, Windows ARM). CI Docker Hub auth now retries transient timeouts and falls back to anonymous pulls.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-08/)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/)

2026-06-07

OpenClaw / Claude Code

v2.1.166 + v2.1.167 + v2.1.168

v2.1.166 adds a `fallbackModel` setting (up to three fallback models tried in order when the primary is overloaded) and an auto-retry behavior for unexpected non-retryable API errors. Security hardening: `SendMessage` relays from other Claude sessions no longer carry user authority, closing a privilege-escalation path in multi-agent setups. Glob patterns now work in deny rule tool-name positions; `MAX_THINKING_TOKENS=0` reliably disables thinking on models that think by default. Bug fixes: unprocessable-image token inflation fixed, JetBrains terminal flicker fixed, Kitty keyboard protocol Shift+non-ASCII input fixed, Windows PowerShell validation hang fixed. v2.1.167 and v2.1.168 are reliability follow-ons.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-07/)
 ·
 [v2.1.166 →](https://github.com/anthropics/claude-code/releases/tag/v2.1.166)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-06-07

Hermes

v0.16.0 — The Surface Release

Hermes v0.16.0 is the project's largest release: a native desktop app for macOS, Windows, and Linux (no browser required); a full web-based admin panel at `localhost:9119`; Quick Setup for first-run configuration; and an `/undo` command for reversing the last agent action. The desktop app bundles the Hermes daemon so installation is a single download.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-07/)
 [Release notes →](https://github.com/NousResearch/hermes-agent/releases/tag/v0.16.0)
 Affects: [/hermes/](https://openclawdatabase.com/hermes/), [/hermes/setup/](https://openclawdatabase.com/hermes/setup/), [/hermes/dashboard/](https://openclawdatabase.com/hermes/dashboard/)

2026-06-07

Kilo Code

v7.3.39 + v7.3.40

v7.3.40 ships three chat auto-scroll stability fixes addressing cases where the conversation view would drift or jump during active streaming. v7.3.39 was an internal build iteration.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-07/)
 [Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.40)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/)

2026-06-07

NemoClaw

NPM offline fix, vLLM restart policy, proxy bypass, doctor improvements

The `ENOTCACHED` error blocking "Add MCP" and skill installers when `NPM_CONFIG_OFFLINE=true` is fixed. The vLLM inference container now launches with `--restart unless-stopped` so it survives host reboots without re-running onboard. macOS + Colima users with an `HTTP_PROXY` set no longer see streaming completions stall for up to 120 s. `nemoclaw doctor` can now verify a local `openshell-gateway` process when Docker inspection is unavailable.

[Full entry →](https://openclawdatabase.com/changelog/2026-06-07/)
 [Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/)

2026-06-05

OpenClaw / Claude Code

v2.1.163 + v2.1.165

Org admins can now pin Claude Code to an approved version range via `requiredMinimumVersion` and `requiredMaximumVersion` managed settings — Claude Code refuses to start outside the range and directs users to an approved build. New `/plugin list` command shows installed plugins with `--enabled`/`--disabled` filters. The `/btw` panel gains a "c to copy" shortcut for raw-markdown clipboard export.

Hooks gain power: Stop and SubagentStop hooks can return `hookSpecificOutput.additionalContext` to feed Claude feedback without triggering a hook error state. Skills pick up a `\$` escape for literal dollar signs before digits in command bodies. stdio MCP servers now receive `CLAUDE_CODE_SESSION_ID` on `--resume`. Bug fixes: `claude -p` no longer hangs after its final result; Bedrock/Vertex/Foundry CI no longer fails with "ANTHROPIC_API_KEY required"; the v2.1.154 `$TMPDIR` regression that broke bazel/EDR Go workflows is fixed; Windows OneDrive/read-only session-env path errors resolved; org-managed permission rules now apply for the full session from startup. v2.1.165 follows with additional reliability fixes.

[v2.1.163 →](https://github.com/anthropics/claude-code/releases/tag/v2.1.163)
 ·
 [v2.1.165 →](https://github.com/anthropics/claude-code/releases/tag/v2.1.165)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/openclaw/cost-optimisation/](https://openclawdatabase.com/openclaw/cost-optimisation/), [/openclaw/skills-guide/](https://openclawdatabase.com/openclaw/skills-guide/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-06-05

Kilo Code

v7.3.33

Fixes a macOS Apple Silicon startup crash caused by malformed bundled exports in the CLI. Users on M-series Macs who found the CLI failing to launch should update immediately. Versions v7.3.30–v7.3.32 were internal build-process iterations with no user-facing changes.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.33)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/)

2026-06-05

NemoClaw

v0.0.59 docs + policy, inference & runtime fixes

v0.0.59 release notes published. Two new egress presets ship: **weather** (public geocoding/weather APIs) joins the balanced tier by default; **public-reference** joins the open tier. Nemotron 3 Ultra 550B-A55B (550B total / 55B active, 1M context) is now selectable as a second curated NVIDIA Endpoints model.

Runtime fix: NemoClaw's internal `` sandbox policy block no longer leaks into the visible chat UI on the third turn — now correctly injected into the system prompt. Inference routing fixed: `nemoclaw inference set` now correctly resolves Anthropic Messages API routes after provider switch, preventing the `403 connection not allowed by policy` regression. GPU patch hardening: Docker GPU reconnect window extended from ~10 s to ~30 s; automatic rollback to backup container on reconnect failure. DGX Spark now uses stable NGC vLLM `26.05.post1` instead of upstream nightly.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/)

2026-06-04

ChatGPT / OpenAI

omni-moderation-latest — inline moderation scores

`omni-moderation-latest` now returns moderation scores directly in Responses API and Chat Completions API responses. Pass a `moderation` object in a generation request to receive input and output moderation results in a single call, eliminating the need for a separate moderation API round-trip.

[Platform changelog →](https://platform.openai.com/docs/changelog)
 Affects: [/chatgpt/](https://openclawdatabase.com/chatgpt/), [/chatgpt/tips/](https://openclawdatabase.com/chatgpt/tips/)

2026-06-04

OpenClaw / Claude Code

v2.1.162

`claude agents --json` now includes a `waitingFor` field showing exactly what a waiting session is blocked on (e.g. a pending permission prompt), making multi-agent pipelines easier to monitor and script. Slash-command autocomplete changes: clicking a command now fills it into your prompt instead of running it immediately — press Enter to confirm. `/effort` now confirms when your chosen level persists as the default for new sessions. Remote Control moves from a startup banner to a persistent footer pill with a direct session link.

Two IDE fixes: explicitly listing `Grep`/`Glob` in `--tools` now correctly activates the dedicated search tools on native builds (previously silently ignored); Windsurf is renamed to Devin Desktop in `/ide`, `/terminal-setup`, and `/scroll-speed`. Key bug fixes: startup no longer hangs when the config dir is read-only — Claude Code falls back to in-memory config and surfaces the error; `WebFetch` explicit deny/ask/allow rules now take precedence over the preapproved-host auto-allow; Windows path permission rules now match backslash-spelled and case-variant paths; Esc at the start of a turn is no longer silently dropped in stream-json/SDK sessions; MCP per-server timeouts below 1000 ms are no longer floored to a 1-second watchdog.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.162)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/openclaw/cost-optimisation/](https://openclawdatabase.com/openclaw/cost-optimisation/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-06-04

IronClaw

v0.29.1

Temperature is now plumbed through the Responses API on the IronClaw web interface. A bug where v1 conversation history was not correctly scoped for channel conversations is fixed — this could previously cause context bleeding between channels. WeCom is added as a new release distribution target.

[Release notes →](https://github.com/nearai/ironclaw/releases/tag/ironclaw-v0.29.1)
 Affects: [/ironclaw/](https://openclawdatabase.com/ironclaw/), [/ironclaw/setup/](https://openclawdatabase.com/ironclaw/setup/), [/ironclaw/configuration/](https://openclawdatabase.com/ironclaw/configuration/)

2026-06-04

Kilo Code

v7.3.28 + v7.3.29 (pre-release)

v7.3.28: free models that may use prompts for training are now marked with a brain-circuit icon in the model picker. Marketplace skill installation is resilient to missing project directories and concurrent installs. Post-compaction tool calls appear in the correct order in CLI and VS Code. Cloud Agent session transcripts are restored in VS Code previews and stalled cloud session loading no longer hangs.

v7.3.29 (JetBrains focus): hidden session UIs are disposed after a configurable timeout to reduce memory use; session stability improved by keeping subscription state on the UI thread; markdown code blocks now render as full-height multiline boxed editors; streaming performance improved by retaining existing views while responses stream. JetBrains rc.6 ensures the model picker highlights training-eligible models.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.29)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/), [/kilocode/security/](https://openclawdatabase.com/kilocode/security/)

2026-06-04

NemoClaw

v0.0.58 docs + proxy & GPU fixes

v0.0.58 release documentation is now published. Hermes chat completions broken by an incorrect method-binding patch are fixed — the messaging response normalizer was converting an instance method to a staticmethod, causing a missing `content` argument error on Bedrock-compatible backends. `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` are now forwarded into the sandbox during `nemoclaw onboard`. WSL2 + Docker Desktop GPU support on ARM (N1X) is improved with the correct `aarch64` CUDA proof image; `nemoclaw status` now reports actual CUDA proof results instead of treating any configured GPU as healthy. Hermes startup clears stale Tirith `download_failed` markers before command dispatch; Docker-unreachable errors now produce immediate platform-specific recovery guidance instead of waiting several minutes.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/)

2026-06-04

ChatGPT / OpenAI

Evals + Agent Builder deprecation

OpenAI announced the deprecation of reusable prompt objects, the Evals platform, and Agent Builder. Shutdown timelines and migration guidance are on the [OpenAI deprecations page](https://platform.openai.com/docs/deprecations). Teams using the Evals platform for evaluation pipelines or Agent Builder for automations should review migration paths before shutdown.

[Release notes →](https://platform.openai.com/docs/changelog)
 Affects: [/chatgpt/](https://openclawdatabase.com/chatgpt/), [/chatgpt/pricing/](https://openclawdatabase.com/chatgpt/pricing/), [/chatgpt/custom-gpts/](https://openclawdatabase.com/chatgpt/custom-gpts/), [/chatgpt/tips/](https://openclawdatabase.com/chatgpt/tips/)

2026-06-03

OpenClaw / Claude Code

v2.1.161

Critical enterprise fix: `forceLoginOrgUUID` and `forceLoginMethod` managed-settings policies were incorrectly blocking third-party provider sessions (Bedrock, Vertex, Foundry, Mantle) when used alongside an org pin — a regression introduced in v2.1.146. Enterprises on those providers should update immediately. Beyond the fix, v2.1.161 adds OTEL dimension slicing: `OTEL_RESOURCE_ATTRIBUTES` values are now included as labels on metric datapoints so teams can slice usage metrics by custom dimensions like team or repo. The `claude agents` view shows `done/total` progress when work is fanned out, and `/mcp` collapses claude.ai connectors you've never signed in to behind a "Show unused connectors" row. Parallel tool calls are more resilient: a failed Bash command no longer cancels other calls in the same batch. Linux fullscreen clipboard now uses `wl-copy`/`xclip`/`xsel` and copies to both clipboard and PRIMARY selection for middle-click paste. Additional fixes: `/effort` dialog and animations now honor "Reduce motion"; `claude -p` stdout no longer corrupted by background subagent output; `/autofix-pr` handles git worktrees correctly; Windows bash hooks no longer fail with "command not found."

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.161)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/skills-guide/](https://openclawdatabase.com/openclaw/skills-guide/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/openclaw/cost-optimisation/](https://openclawdatabase.com/openclaw/cost-optimisation/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-06-03

NemoClaw

v0.0.57 docs + inference fixes

The v0.0.57 release notes are now fully published, covering host-side `sessions` and `agents` commands, managed vLLM progress, DGX Spark model defaults, UFW auto-remediation, Slack channel validation, and installer tag pinning. Inference improvements: vLLM local sandboxes now auto-detect the real context window from `/v1/models.max_model_len` during onboard, so generated OpenClaw config reflects the actual server limit. DeepSeek V4 Pro and Kimi K2.6 now work with fetch-based OpenAI-compatible requests, fixing broken Discord and WeChat channel traffic. A long-standing silent behavior is fixed: `nemoclaw connect` used to silently revert model-route changes; it now prints a loud warning naming the mismatch even in `--probe-only` mode. Installer docs corrected: `NEMOCLAW_INSTALL_TAG` must precede `curl`, not `bash`; missing refs now fail with a clear error instead of silently falling back to `lkg`. Managed vLLM downloads now stream native Hugging Face progress output.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/), [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/)

2026-06-03

ChatGPT

Container billing change

Starting June 2, 2026, OpenAI container sessions are billed per-minute with a 5-minute minimum, replacing the previous flat 20-minute session rate. The underlying per-minute rate is unchanged — this is a billing granularity improvement. Short-lived container tasks now cost proportionally less: a 6-minute session that previously billed as 20 minutes now bills for 6. No changes to the API, SDKs, or non-container workloads.

[Release notes →](https://platform.openai.com/docs/changelog)
 Affects: [/chatgpt/](https://openclawdatabase.com/chatgpt/), [/chatgpt/pricing/](https://openclawdatabase.com/chatgpt/pricing/), [/chatgpt/tips/](https://openclawdatabase.com/chatgpt/tips/)

2026-06-02

OpenClaw / Claude Code

v2.1.160

Security-focused patch with multiple hardening improvements. Claude Code now prompts before writing to shell startup files (`.zshenv`, `.zlogin`, `.bash_login`, `~/.config/git/`) — changes that could otherwise execute silently in every new shell session. In `acceptEdits` mode, build-tool config files that grant code execution (`.npmrc`, `.yarnrc*`, `bunfig.toml`, `.bazelrc`, `.pre-commit-config.yaml`, `.devcontainer/`) also require a prompt before write. Workflow improvement: single-file `grep`/`egrep`/`fgrep` output now satisfies the read-before-edit check, removing a redundant Read step. Several background-session bugs fixed: sessions no longer drop chat history on resume from `claude agents`, `claude --bg` no longer fails with "socket missing" on cold-start under load, and keyboard unresponsiveness on Windows during heavy CPU load is resolved. Windows clipboard copy-on-select now uses PowerShell interop instead of OSC 52, fixing the issue in MobaXterm and similar terminals.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.160)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-06-02

NemoClaw

commits 2026-06-02

Major batch of sandbox lifecycle fixes and features. `NEMOCLAW_EXTRA_AGENTS_JSON` lets operators bake secondary agents (with explicit tool-allow/deny policies and spawn limits) into the sandbox at onboard time — the primary `main` agent always remains first and cannot be displaced as default. A new `nemoclaw sessions` / `agents` subcommand group adds CLI-level session and agent management (list, reset, delete; add, delete) without editing state files directly. Key bug fixes: Slack credentials now normalize from their `openshell:resolve:env:*` placeholder form before OpenClaw starts, preventing token-shape rejection at boot; policy preset selections now survive re-onboard and recreate without silently reverting to Balanced tier defaults; cancelling `nemoclaw onboard` at the policy preset step no longer leaves an orphaned registered-but-unconfigured sandbox. Docker-driver `nemoclaw doctor` no longer reports a false Gateway failure for the legacy k3s container. Per-agent documentation variants (OpenClaw and Hermes) are now live on the NemoClaw docs site, and the hidden `internal:*` command family is now documented in the CLI reference.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/), [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/)

2026-06-02

Kilo Code

v7.3.21 (stable)

Stable release with incremental improvements from the v7.3.20 pre-release. An experimental `kilo console` command now opens the Kilo Console UI directly from the local daemon — no manual browser navigation required. Background-process port discovery is now limited to TUI startup, stopping unnecessary Bun subprocess polling mid-session. The VS Code extension now shows a retryable connection error (with unsent prompts preserved) when the background CLI process exits unexpectedly. The Changes review pane scroll position is preserved while agents are writing files.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.21)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/orchestrator/](https://openclawdatabase.com/kilocode/orchestrator/)

2026-06-01

ChatGPT

GPT-5.4 + GPT-5.5 on Amazon Bedrock

OpenAI's GPT-5.4 and GPT-5.5 models are now available in Amazon Bedrock via an OpenAI-compatible Responses API endpoint. AWS teams can call these models without a separate OpenAI API key or SDK — standard Bedrock credentials work. Supported models and feature coverage vary by AWS Region, so check the Bedrock docs for your region before building. No changes to existing OpenAI API consumers.

[Release notes →](https://platform.openai.com/docs/changelog)
 Affects: [/chatgpt/](https://openclawdatabase.com/chatgpt/), [/chatgpt/pricing/](https://openclawdatabase.com/chatgpt/pricing/), [/chatgpt/custom-gpts/](https://openclawdatabase.com/chatgpt/custom-gpts/)

2026-06-01

NemoClaw

commits 2026-06-01

Two infrastructure fixes land in NemoClaw. Plugin version pinning is now enforced for messaging plugins: NemoClaw passes exact npm specs (`npm:@openclaw/whatsapp@${OPENCLAW_VERSION}`) plus the `--pin` flag at build time, preventing a known edge case where a newer plugin could be installed into an older OpenClaw runtime and silently fail peer-dependency checks — most relevant if you run pinned sandbox images. The second fix resolves a device-scope approval deadlock in the sandbox proxy: the `openclaw devices approve` subshell previously unset only `OPENCLAW_GATEWAY_URL`, leaving `OPENCLAW_GATEWAY_PORT` and `OPENCLAW_GATEWAY_TOKEN` in the environment; OpenClaw then fell back to the port-based gateway and errored with `GatewayClientRequestError: scope upgrade pending approval`. Both env vars are now cleared alongside the URL. No user-facing config changes required for either fix.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/), [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/)

## May 2026

2026-05-31

NemoClaw

commits 2026-05-31

NemoClaw graduates from Alpha to **Active development** — the alpha banner and status badge are removed from all docs and the README. New `nemoclaw skill remove ` command cleanly uninstalls skills from a running sandbox. Discord bridge now **auto-enables** when Discord is configured during `nemoclaw onboard` — previously required manually setting `plugins.entries.discord.enabled`. `sandbox connect` now validates `NEMOCLAW_VLLM_MODEL` up front and exits with a clear, actionable error for unknown slugs or gated models missing `HF_TOKEN`, instead of silently failing. Additional fixes: non-interactive `curl | bash` installer now self-re-execs via `sg(1)` to complete Docker group activation in one pass; bare `inference set` redirects gracefully to openshell instead of throwing an oclif error; `nemoclaw debug --sandbox ` exits non-zero and leaves no partial tarball; loopback gateway targets stay local and off the managed proxy.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/)

2026-05-31

OpenClaw / Claude Code

v2.1.159

Internal infrastructure improvements only — no user-facing changes. Safe to update; no configuration or workflow changes required.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.159)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-05-30

OpenClaw / Claude Code

v2.1.158

Auto mode — which lets Claude dynamically choose its own thinking level — is now available on Bedrock, Vertex, and Foundry for Opus 4.7 and Opus 4.8. Enable it by setting `CLAUDE_CODE_ENABLE_AUTO_MODE=1`; no code changes required. Enterprise users on these three cloud providers now get the same performance envelope as direct-API users.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.158)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-05-29

OpenClaw / Claude Code

v2.1.157

Major plugin and agent release. Plugins in `.claude/skills` now auto-load without a marketplace listing — `claude plugin init ` scaffolds a local plugin instantly. `claude agents` honors the `agent` field in `settings.json`, autocompletes skill names, and `EnterWorktree` can now switch between Claude-managed worktrees mid-session. Several bug fixes including background sessions losing the correct date after sleep/wake and orphaned worktrees after job retention sweeps.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.157)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/skills-guide/](https://openclawdatabase.com/openclaw/skills-guide/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/)

2026-05-29

Kilo Code

v7.3.18 (pre-release)

Minor pre-release patch: DeepSeek replaces GitHub Copilot in the Popular Providers list, and chat error styling gets a visual polish in the VS Code extension. No behavior or API changes — safe to install if you want the updated provider list.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.18)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/)

2026-05-29

NemoClaw

commits 2026-05-29–30

Big security and reliability patch wave. `shields up` now seals locked files with SHA-256 and `shields status` detects content tampering; the OpenClaw gateway auth token rotates on every rebuild — both are security fixes with no config change required. `nemoclaw uninstall` now preserves rebuild-backups and sandboxes.json by default (full purge still available via `NEMOCLAW_UNINSTALL_DESTROY_USER_DATA=1`). New `nemoclaw channels status` command surfaces WhatsApp QR/session state and connection health; Telegram DM allowlist aliases (`TELEGRAM_AUTHORIZED_CHAT_IDS`, `TELEGRAM_CHAT_ID`) now work correctly alongside the canonical `TELEGRAM_ALLOWED_IDS`. Hermes is officially no longer labeled experimental in NemoClaw docs — both OpenClaw and Hermes are now first-class agents.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/)

2026-05-29

ChatGPT

API update — prompt caching default

Extended prompt caching is now on by default for most API users. For organizations without Zero Data Retention (ZDR) enabled, `prompt_cache_retention` now defaults to `24h` instead of `in_memory` across `v1/responses`, `v1/chat/completions`, and `v1/batch`. No code change required — existing calls automatically benefit from longer cache windows and lower latency on repeated prompts.

[Release notes →](https://platform.openai.com/docs/changelog)
 Affects: [/chatgpt/](https://openclawdatabase.com/chatgpt/), [/chatgpt/pricing/](https://openclawdatabase.com/chatgpt/pricing/), [/chatgpt/tips/](https://openclawdatabase.com/chatgpt/tips/)

2026-05-28

ChatGPT

chat-latest update

OpenAI updated `chat-latest` to point to the latest Instant model currently used in ChatGPT. For production API usage, GPT-5.5 remains the recommended model; `chat-latest` is intended for testing the latest chat improvements. The underlying snapshot will be regularly updated.

[Release notes →](https://platform.openai.com/docs/changelog)
 Affects: [/chatgpt/](https://openclawdatabase.com/chatgpt/), [/chatgpt/pricing/](https://openclawdatabase.com/chatgpt/pricing/), [/chatgpt/tips/](https://openclawdatabase.com/chatgpt/tips/)

2026-05-29

Claude Cowork

v2.1.156

Hotfix for Opus 4.8 users: Claude Code was corrupting thinking blocks during responses, causing API errors. Anyone hitting cryptic API errors after upgrading to Opus 4.8 should update immediately. No other changes.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.156)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-05-29

Hermes

v0.15.1 + v0.15.2

Two same-day hotfixes for v0.15.0. The critical fix is the dashboard infinite-reload loop in loopback/Docker mode — v0.15.0 treated every 401 from the identity probe as a stale session token and full-page-reloaded forever (Firefox: "Navigated to /sessions" storm; Chrome: React re-render storm). v0.15.2 fixes packaging: bundled plugin.yaml manifests are now shipped in wheel and sdist, so pip installs get complete plugin metadata.

[Release notes →](https://github.com/NousResearch/hermes-agent/releases/tag/v2026.5.29)
 Affects: [/hermes/](https://openclawdatabase.com/hermes/), [/hermes/setup/](https://openclawdatabase.com/hermes/setup/), [/hermes/tasks/](https://openclawdatabase.com/hermes/tasks/)

2026-05-29

Kilo Code

v7.3.17 (pre-release)

Cosmetic/UX patch: DeepSeek replaces GitHub Copilot in the Popular Providers list, and chat error styling gets a visual polish in the VS Code extension. No behavior changes or breaking API updates — safe to install if you want the cleaner error display.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.17)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/)

2026-05-28

Claude Cowork

v2.1.154

Opus 4.8 launches as the new default high-effort model — `/effort xhigh` selects it and it defaults to high effort. Dynamic workflows let Claude orchestrate tens to hundreds of background agents; run `/workflows` to view active runs. Fast mode on Opus 4.8 now costs 2× standard rate for 2.5× speed (dramatically cheaper than before). The lean system prompt is now the default for all models except Haiku, Sonnet, and Opus 4.7 and earlier. `/simplify` is reworked as a cleanup-only pass (reuse, simplification, efficiency) that applies fixes directly. `claude agents` gains `! ` to run shell commands as detachable background sessions. Plugins can now declare `defaultEnabled: false` in their manifest.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.154)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/skills-guide/](https://openclawdatabase.com/openclaw/skills-guide/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/cost-optimisation/](https://openclawdatabase.com/openclaw/cost-optimisation/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-05-28

Claude Cowork

v2.1.153

GitHub/git plugin gains a `skipLfs` option to skip Git LFS downloads during clone and update — useful for repos with large binary assets you don't need. Claude now shows a one-time notice when the npm global install can't auto-update, with `/doctor` listing fixes. `claude agents` dispatch autocomplete now suggests native slash commands and bundled skills alongside project skills. Fixed: stateful MCP servers reconnect-looping on `tools/list` (regression from v2.1.147), Windows PowerShell installer falsely reporting success on failure, custom API gateway receiving the user's OAuth credential instead of the gateway token.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.153)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-05-28

Hermes

v0.15.0 — The Velocity Release

The biggest Hermes release yet. `run_agent.py` — the 16,083-line agent conversation loop — is now 3,821 lines (-76%), split across 14 cohesive modules. Kanban grew into a real multi-agent platform over 104 PRs: orchestrator auto-decomposition, swarm topology, scheduled tasks, worktree-per-task, and per-task model overrides. Session search is 4,500× faster and now free. Promptware defense lands against Brainworm-class prompt injection attacks. Bitwarden Secrets Manager replaces per-provider API keys with one bootstrap token. Two new image_gen providers (Krea 2 Medium/Large, FAL ported to plugin). ntfy as the 23rd messaging platform. Deep xAI integration: Web Search plugin, xAI-OAuth proxy, retired-model detection + `hermes migrate xai`, and Grok execution guidance. 15 P0 + 65 P1 issues closed; 321 contributors.

[Release notes →](https://github.com/NousResearch/hermes-agent/releases/tag/v2026.5.28)
 Affects: [/hermes/](https://openclawdatabase.com/hermes/), [/hermes/setup/](https://openclawdatabase.com/hermes/setup/), [/hermes/tasks/](https://openclawdatabase.com/hermes/tasks/), [/hermes/memory/](https://openclawdatabase.com/hermes/memory/), [/hermes/mcp-tools/](https://openclawdatabase.com/hermes/mcp-tools/)

2026-05-28

Kilo Code

v7.3.16

DeepSeek now appears in the Popular Providers list instead of GitHub Copilot, reflecting actual user preference signals. Chat error messages in the VS Code extension get improved styling for readability.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.16)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/)

2026-05-28

Kilo Code

v7.3.14

Mercury Next Edit ships as an opt-in autocomplete mode: predicts multi-line edits beyond the cursor (including off-cursor and pure-insertion edits) with Tab-to-jump / Tab-to-apply affordance. Available via Inception API key or via Kilo Gateway with no separate key required. Autocomplete model picker also gets a "Not set (use server default)" option that auto-tracks the recommended default — users previously pinned to the default are migrated automatically.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.14)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/)

2026-05-28

NemoClaw

commits 2026-05-28–29

An optional Hermes web dashboard is now exposed on port 9119 (separate from the API on port 8642) — enable with `NEMOCLAW_HERMES_DASHBOARD=true`. OpenClaw scope-upgrade approvals no longer route through the gateway proxy, fixing the stuck-approval bug (#4462). The `/nemoclaw` slash command now correctly registers at startup (regression with newer lazy-activation behavior). Telegram and Discord channels are now baked into generated `openclaw.json` at install time, fixing silent "no bridge" failures since OpenClaw 2026.5.22. Windows-host Ollama in WSL fails fast with an actionable message instead of a confusing install failure when Docker Desktop WSL integration isn't present. Five skills signing batches landed, publishing the NemoClaw official skills catalog with comprehensive docs and eval datasets.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/), [/nemoclaw/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/)

2026-05-27

Claude Cowork

v2.1.152

`/code-review --fix` now applies review findings to your working tree after the review — reuse, simplification, and efficiency suggestions applied in one step. Skills and slash commands can now set `disallowed-tools` in frontmatter to block specific tools while the skill is active. New `/reload-skills` command rescans skill directories without restarting. `SessionStart` hooks can now set the session title via `hookSpecificOutput.sessionTitle` and return `reloadSkills: true`. A new `MessageDisplay` hook lets plugins transform or hide assistant message text as it displays. Auto mode no longer requires opt-in consent. Vim mode: `/` in NORMAL mode now opens reverse history search.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.152)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/skills-guide/](https://openclawdatabase.com/openclaw/skills-guide/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/)

2026-05-26

IronClaw

v0.29.0

Adds WeCom (WeChat Work) as a new messaging channel. The Responses API now supports externally-provided tools. A logs download button lands in the gateway web UI, and Ctrl-S log download is available in the TUI Logs tab. A new `IRONCLAW_DISABLE_CODEACT` environment variable lets you revert to the classic CodeAct v1 engine if v2 causes issues. Fixed: Slack angle-link markdown emphasis rendering, NEAR AI API Key and model fetch in the configure UI.

[Release notes →](https://github.com/nearai/ironclaw/releases/tag/ironclaw-v0.29.0)
 Affects: [/ironclaw/](https://openclawdatabase.com/ironclaw/), [/ironclaw/setup/](https://openclawdatabase.com/ironclaw/setup/), [/ironclaw/configuration/](https://openclawdatabase.com/ironclaw/configuration/), [/ironclaw/security/](https://openclawdatabase.com/ironclaw/security/), [/ironclaw/skill-allowlisting/](https://openclawdatabase.com/ironclaw/skill-allowlisting/)

2026-05-26

Kilo Code

v7.3.12

Per-agent model and variant overrides are now selectable from dropdowns in the orchestrator. Voice transcription auto-activates for Kilo provider users. Configure a default task subagent model and reasoning effort that safely inherits the parent model when the override is unavailable. Inline subagent streaming stays responsive during tool-heavy sessions. Explicit Mistral and Inception autocomplete options added. From v7.3.9 (pre-release): tracked background processes let agents start long-running dev servers with full lifecycle management, status, and logs across session changes — detected ports shown in the TUI sidebar.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.12)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/), [/kilocode/orchestrator/](https://openclawdatabase.com/kilocode/orchestrator/)

2026-05-22

Claude Cowork

v2.1.149

`/usage` now shows a per-category breakdown of what's driving your limits — skills, subagents, plugins, and per-MCP-server cost. `/diff` detail view is now keyboard-scrollable (arrows, j/k, PgUp/PgDn, Home/End). GFM task list checkboxes (`- [ ]` / `- [x]`) now render as real checkboxes instead of bullets. Security fix: PowerShell built-in `cd` variants (`cd..`, `cd~`, drive letters) could silently change the working directory outside the approved workspace — now blocked. Also in v2.1.148: hotfix for the Bash tool returning exit code 127 on every command for some users (regression from v2.1.147).

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.149)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/openclaw/cost-optimisation/](https://openclawdatabase.com/openclaw/cost-optimisation/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-05-21

Claude Cowork

v2.1.147

Pinned background sessions (`Ctrl+T` in `claude agents`) now stay alive when idle and are restarted in-place for updates — shed under memory pressure only after non-pinned sessions. `/simplify` is renamed to `/code-review` with configurable effort levels (e.g. `/code-review high`); pass `--comment` to post findings as inline GitHub PR comments. Auto-updater gains retry logic for transient network failures and better OS-level error reporting. Prompt history no longer records consecutive duplicates.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.147)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/skills-guide/](https://openclawdatabase.com/openclaw/skills-guide/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-05-21

Claude Cowork

v2.1.146

`/simplify` is renamed to `/code-review` with an optional effort level (e.g. `/code-review high`). The Windows PowerShell "command line is invalid" regression from v2.1.124 is fixed. MCP servers no longer drop paginated resources past page 1 on `resources/list`, `resources/templates/list`, and `prompts/list`. Background sessions stop re-prompting for tool permissions you already granted with "don't ask again," and `CLAUDE_CODE_SUBAGENT_MODEL` is now forwarded to child processes in multi-agent sessions. Windows Terminal full-screen strobing in attached background sessions is also resolved.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.146)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/skills-guide/](https://openclawdatabase.com/openclaw/skills-guide/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/)

2026-05-21

Kilo Code

v7.3.6 (pre-release)

Five pre-release patches shipped today (v7.3.2–v7.3.6). The headline: file @-mentions now render as styled chips with click-to-open in both the chat input and sent messages — atomic backspace removal and arrow-key skipping included. Session history search auto-focuses when the panel opens. VS Code local CLI reconnect flapping while the event stream is unavailable is fixed, and Agent Manager diff previews stuck on "Loading…" are resolved. Tree-sitter WASM resources are now resolved correctly in packaged CLI and VS Code builds.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.6)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/), [/kilocode/orchestrator/](https://openclawdatabase.com/kilocode/orchestrator/)

2026-05-21

NemoClaw

commits 2026-05-21

Homebrew is now pre-installed in the sandbox base image — the `brew` policy preset finally works end-to-end without any manual bootstrap step (#3913). `python` now resolves to `python3` in the sandbox, fixing bare `python` agent tool calls. Discord traffic is routed through a loopback proxy for correct Gateway/WebSocket handling. A new `dashboard-url` command prints the authenticated dashboard URL on demand. Managed vLLM is now shown by default on DGX Spark and DGX Station hardware. Hermes rc rewrites after capability drop are fixed.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/), [/nemoclaw/skills/](https://openclawdatabase.com/nemoclaw/skills/)

2026-05-20

Claude Cowork

v2.1.145

`claude agents --json` now lists all live sessions as JSON, making it scriptable for tmux-resurrect, status bars, and session pickers. The `/plugin` Discover and Browse screens show a plugin's full manifest — commands, agents, skills, hooks, MCP/LSP servers — before you install. Security fix: bare variable assignments to non-allowlisted env vars in Bash commands were being auto-approved; that bypass is now closed. Also fixed: spinner/timer freezing after terminal resize, cross-project resume hint on Windows PowerShell 5.1, voice push-to-talk in agent view, and task lists rendering in random order.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.145)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/security/](https://openclawdatabase.com/openclaw/security/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/)

2026-05-19

Claude Cowork

v2.1.144

`/resume` now includes background sessions started via `claude --bg` or agent view, shown with a `bg` label. `/model` now applies to the current session only — press `d` in the picker to set a default for new sessions. Startup hang of up to 75s when `api.anthropic.com` is unreachable (captive portal, firewall, VPN) is fixed — side-channel API calls now time out after 15s. "Extra usage" has been renamed to "usage credits" everywhere; `/usage-credits` replaces `/extra-usage` (old slash command still works). The `/plugin` browse pane now shows when a plugin was last updated.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.144)
 Affects: [/openclaw/](https://openclawdatabase.com/openclaw/), [/openclaw/setup/](https://openclawdatabase.com/openclaw/setup/), [/openclaw/configuration/](https://openclawdatabase.com/openclaw/configuration/), [/openclaw/cost-optimisation/](https://openclawdatabase.com/openclaw/cost-optimisation/), [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-05-19

Kilo Code

v7.3.1

Model picker sections (Favorites, Recommended, and per-provider groups like Kilo Gateway) are now collapsible — click any section header to hide its models; state resets each time the picker opens. Speech-to-text voice input is now supported in Agent Manager inline review comments. You can now export full VS Code session transcripts as Markdown files via the new export action.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.1)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/models/](https://openclawdatabase.com/kilocode/models/)

2026-05-19

NemoClaw

commits 2026-05-19

Windows WSL express install now supported: the installer routes WSL users to Windows-host Ollama setup, matching the guided non-interactive path on DGX platforms. AWS Bedrock Runtime custom endpoints are now auto-detected through the existing "Anthropic-compatible endpoint" flow — no new provider selection needed. Network policy docs clarified: TUI approvals are session-only and do not persist across sandbox restarts; persistent policy guidance is now linked prominently. A new PR Review Advisor workflow was added for NemoClaw-aware code review signals.

[Commit log →](https://github.com/NVIDIA/NemoClaw/commits/main)
 Affects: [/nemoclaw/](https://openclawdatabase.com/nemoclaw/), [/nemoclaw/setup/](https://openclawdatabase.com/nemoclaw/setup/), [/nemoclaw/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/), [/nemoclaw/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/), [/nemoclaw/policy/](https://openclawdatabase.com/nemoclaw/policy/)

2026-05-16

Hermes

v0.14.0

The Foundation Release. `pip install hermes-agent` now works from PyPI — Hermes installs and runs anywhere. xAI Grok lands as a SuperGrok OAuth provider with grok-4.3 at a 1M context window. A new OpenAI-compatible local proxy lets Codex, Aider, Cline, and Continue hit any OAuth-authed Hermes provider (Claude Pro, ChatGPT Pro, SuperGrok) without API keys. X (Twitter) search is now a first-class tool. Microsoft Teams is wired end-to-end. Cold start cut by ~19 seconds; browser CDP calls are 180× faster. LINE and SimpleX Chat bring the total messaging platform count to 22. Cross-session 1-hour Claude prompt caching and native Windows beta also ship in this release.

[Release notes →](https://github.com/NousResearch/hermes-agent/releases/tag/v2026.5.16)
 Affects: [/hermes/](https://openclawdatabase.com/hermes/), [/hermes/setup/](https://openclawdatabase.com/hermes/setup/), [/hermes/tasks/](https://openclawdatabase.com/hermes/tasks/), [/hermes/memory/](https://openclawdatabase.com/hermes/memory/), [/hermes/mcp-tools/](https://openclawdatabase.com/hermes/mcp-tools/)

2026-05-15

Kilo Code

v7.2.54

A collapsible sidebar lands in Agent Manager — the toggle button sits left of the tab title, collapsed state persists across reloads, and starting a new session automatically reopens it. Auto-compaction threshold is now configurable as a percentage so long sessions compact before the context window fills. Shell command output now gets syntax highlighting via Shiki, with labeled Command/Output sections, per-section copy buttons, and "Open in Editor" for full untruncated output. Experimental speech-to-text voice input in VS Code prompt fields via Kilo Gateway also ships.

[Release notes →](https://github.com/Kilo-Org/kilocode/releases/tag/v7.2.54)
 Affects: [/kilocode/](https://openclawdatabase.com/kilocode/), [/kilocode/setup/](https://openclawdatabase.com/kilocode/setup/), [/kilocode/orchestrator/](https://openclawdatabase.com/kilocode/orchestrator/)

2026-05-14

IronClaw

v0.28.2

Fixes a regression where chat-driven `tool_install` was double-invoking with an auto-approve footgun — the extension install flow is now restored to correct behavior. Provider-specific auth, model fetch, and embeddings config are now hidden behind clean facades, reducing surface area for misconfiguration. Two auth-matrix E2E tests are unxfailed now that the contract matches.

[Release notes →](https://github.com/nearai/ironclaw/releases/tag/ironclaw-v0.28.2)
 Affects: [/ironclaw/](https://openclawdatabase.com/ironclaw/), [/ironclaw/skill-allowlisting/](https://openclawdatabase.com/ironclaw/skill-allowlisting/), [/ironclaw/configuration/](https://openclawdatabase.com/ironclaw/configuration/)

2026-05-07

Hermes

v0.13.0

The Tenacity Release. Multi-agent Kanban ships: spin up a durable board, drop tasks on it, and let multiple Hermes workers pick them up with heartbeats, reclaim, zombie detection, retry budgets, and a hallucination gate. `/goal` keeps the agent locked on a target across turns (Ralph loop). Security wave closes 8 P0s: redaction is now ON by default, Discord role-allowlists are guild-scoped, WhatsApp rejects strangers by default, and TOCTOU windows close across auth.json and MCP OAuth. Google Chat becomes the 20th supported messaging platform. Seven i18n locales ship.

[Release notes →](https://github.com/NousResearch/hermes-agent/releases/tag/v2026.5.7)
 Affects: [/hermes/](https://openclawdatabase.com/hermes/), [/hermes/setup/](https://openclawdatabase.com/hermes/setup/), [/hermes/tasks/](https://openclawdatabase.com/hermes/tasks/), [/hermes/memory/](https://openclawdatabase.com/hermes/memory/)

2026-05-07

IronClaw

v0.28.0

The Reborn integration substrate lands on main — a major architectural overhaul introducing host foundation crates, a capability host, runtime dispatcher, process lifecycle management, and structured boundaries for filesystem, secrets, network, and extension manifest registry. A WIT-compatible WASM tool runtime is added. Host-controlled trust-class policy engine introduced. All extension and skill interactions now route through structured capability contracts, significantly hardening the security model.

[Release notes →](https://github.com/nearai/ironclaw/releases/tag/ironclaw-v0.28.0)
 Affects: [/ironclaw/](https://openclawdatabase.com/ironclaw/), [/ironclaw/setup/](https://openclawdatabase.com/ironclaw/setup/), [/ironclaw/security/](https://openclawdatabase.com/ironclaw/security/), [/ironclaw/skill-allowlisting/](https://openclawdatabase.com/ironclaw/skill-allowlisting/), [/ironclaw/vs-openclaw/](https://openclawdatabase.com/ironclaw/vs-openclaw/)

2026-05-15

Claude Cowork

v2.1.143

Plugin dependency enforcement gets smarter: `claude plugin disable` refuses if another enabled plugin depends on the target and shows a copy-pasteable disable-chain hint; `claude plugin enable` now auto-enables transitive dependencies. The `/plugin` marketplace browse pane adds projected context cost (per-turn and per-invocation token estimates). New `worktree.bgIsolation: "none"` setting lets background sessions edit the working copy directly without creating a worktree. PowerShell now passes `-ExecutionPolicy Bypass` by default — opt out with `CLAUDE_CODE_POWERSHELL_RESPECT_EXECUTION_POLICY=1`. Key fixes: stop hooks that blocked repeatedly no longer loop forever (capped at 8 blocks with a warning); right-click paste in `claude agents` on Windows Terminal and WSL restored; agent view no longer spawns repeated PowerShell processes on Windows; `/goal` evaluator no longer fires while background shells or subagents are still running.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.143)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-05-14

Claude Cowork

v2.1.142

`claude agents` gains 8 new flags (`--add-dir`, `--settings`, `--mcp-config`, `--plugin-dir`, `--permission-mode`, `--model`, `--effort`, `--dangerously-skip-permissions`) so you can fully configure dispatched background sessions from the command line. Fast mode now defaults to Opus 4.7 (previously 4.6); set `CLAUDE_CODE_OPUS_4_6_FAST_MODE_OVERRIDE=1` to pin back. Key fixes: `MCP_TOOL_TIMEOUT` now correctly raises the per-request fetch timeout (was hard-capped at 60 s regardless of config); background sessions can find pre-existing git worktrees again; daemon no longer crash-loops after macOS sleep/wake or after a binary upgrade.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.142)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-05-13

Claude Cowork

v2.1.141

Hooks gain a new `terminalSequence` field to emit desktop notifications, window titles, and bells even without a controlling terminal. `CLAUDE_CODE_PLUGIN_PREFER_HTTPS` env var added for HTTPS plugin cloning in environments without a GitHub SSH key. The Rewind menu adds "Summarize up to here" to compress earlier context while keeping recent turns. Background agents launched via `/bg` or `←←` now preserve the current permission mode instead of reverting to default. `/feedback` can now include sessions from the last 24 h or 7 days for cross-session issues.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.141)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-05-12

Claude Cowork

v2.1.140

Agent tool `subagent_type` matching is now case- and separator-insensitive — `"Code Reviewer"` resolves to `code-reviewer` automatically. `/goal` no longer silently hangs when hooks are restricted; it now shows a clear message instead of an unresolvable indicator. Fixes: symlinked settings files no longer cause spurious `ConfigChange` hooks; `claude --bg` no longer fails with "connection dropped mid-request" when the background service was about to idle-exit; Windows event-loop stall from missing executables (e.g. `gh`) resolved.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.140)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-05-11

Claude Cowork

v2.1.139

Adds Agent View (`claude agents`) — a unified list of every Claude Code session across running, blocked, and done states. Introduces `/goal` for autonomous multi-turn execution until a condition is met, hook `continueOnBlock` so PostToolUse rejections feed back to the model instead of halting, and exec-form `args: string[]` for path-safe hook spawning without a shell. MCP stdio servers now receive `CLAUDE_PROJECT_DIR` matching hooks; `/mcp` Reconnect picks up `.mcp.json` edits without a restart.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.139)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-05-09

Claude Cowork

v2.1.138

Internal fixes only — no user-facing changes. Safe to upgrade; nothing to review or reconfigure.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.138)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-05-09

Claude Cowork

v2.1.137

Hotfix — resolves the VS Code extension failing to activate on Windows. Upgrade immediately if you are on Windows and the extension stopped loading.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.137)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-05-08

Claude Cowork

v2.1.136

Large stability release with 15+ fixes. MCP servers no longer silently disappear after `/clear` in VS Code, JetBrains, and the Agent SDK. Concurrent OAuth token refresh is now race-safe, ending the daily re-authentication loop for users with multiple remote MCP servers. WSL2 users can now paste images from the Windows clipboard via a PowerShell fallback. New `settings.autoMode.hard_deny` lets admins set unconditional classifier blocks regardless of user intent, and `CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL` re-enables session quality surveys for enterprise OpenTelemetry setups.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.136)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-05-07

Claude Cowork

v2.1.133

Adds `worktree.baseRef` (`fresh` | `head`) to control whether new worktrees branch from `origin/` or local `HEAD`. **Note:** the default `fresh` reverts `EnterWorktree` behavior introduced in 2.1.128 — set `worktree.baseRef: "head"` to keep unpushed commits in new worktrees. Hooks now receive the active effort level via `effort.level` JSON and `$CLAUDE_EFFORT`. The new `parentSettingsBehavior` admin key (`first-wins` | `merge`) lets admins opt managed settings into the policy merge. Multiple credential race conditions and MCP proxy fixes included.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.133)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/)

2026-05-06

Claude Cowork

v2.1.132

Adds `CLAUDE_CODE_SESSION_ID` to Bash tool subprocess environments (now matches the `session_id` passed to hooks) and `CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1` to opt out of the fullscreen renderer and keep output in the terminal's native scrollback. External SIGINT (IDE stop button, `kill -INT`) now triggers graceful shutdown — terminal modes are restored and `--resume` is printed instead of an abrupt exit. Fixes `--permission-mode` being ignored on `-p --resume`, blank fullscreen after sleep/wake, and `--resume` crashing on sessions containing split emoji.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.132)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/)

2026-05-06

Claude Cowork

v2.1.131

Hotfix — resolves two regressions: VS Code extension failing to activate on Windows (hardcoded `createRequire` polyfill path in the bundled SDK), and Mantle endpoint authentication failing with a missing `x-api-key` header. Upgrade immediately if either issue affects you.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.131)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-05-06

Claude Cowork

v2.1.129

Adds `--plugin-url ` to fetch a plugin `.zip` archive from a URL for the current session. The Ctrl+R history picker returns to pre-2.1.124 behavior: searches all projects by default, with Ctrl+S to narrow to the current project. Gateway `/v1/models` discovery is now opt-in via `CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY=1`. The `skillOverrides` setting is now active — `off`, `user-invocable-only`, and `name-only` modes work as documented. Third-party deployments (Bedrock, Vertex, Foundry) no longer see Anthropic-only spinner tips.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.129)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/)

2026-05-04

Claude Cowork

v2.1.128

Bare `/color` now picks a random session color; `/mcp` shows per-server tool counts and flags servers that connected with 0 tools. `--plugin-dir` now accepts `.zip` archives. **Breaking:** `workspace` is now a reserved MCP server name — rename any existing server that uses it. `EnterWorktree` is fixed to branch from local `HEAD` as documented (unpushed commits no longer dropped). `OTEL_*` env vars no longer leak into Bash, hook, MCP, or LSP subprocesses.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.128)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-05-01

Claude Cowork

v2.1.126

Substantial release with major Windows and auth improvements. `/model` picker now lists models from a gateway's `/v1/models` endpoint when using `ANTHROPIC_BASE_URL`. New `claude project purge [path]` deletes all project state (transcripts, tasks, file history) with `--dry-run`, `-y`, and `--all` flags. `claude auth login` now accepts an OAuth code pasted directly in the terminal — key fix for WSL2, SSH, and container environments. Windows: PowerShell 7 is now detected from MS Store, MSI, and .NET tool installs, and is treated as the primary shell when the PowerShell tool is enabled. Auto mode spinner turns red when a permission check stalls. Security: `allowManagedDomainsOnly` bypass fixed.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.126)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

## April 2026

2026-04-29

Claude Cowork

v2.1.123

Hotfix — resolves OAuth authentication failing with a 401 retry loop when `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` is set. Patch-only; safe to upgrade immediately.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.123)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-04-28

Claude Cowork

v2.1.122

Bedrock users gain a new `ANTHROPIC_BEDROCK_SERVICE_TIER` env var (`default`, `flex`, or `priority`) to control service tier. `/resume` now finds the session that created a PR when you paste a GitHub, GitLab, or Bitbucket PR URL into the search box. `/mcp` surfaces claude.ai connectors previously hidden by a manually-added server with the same URL. Key bug fixes: `/branch` fork failures from rewound timelines, `/model` Effort option missing for Bedrock ARNs, Vertex AI 400 errors on `count_tokens` behind proxy gateways, and ToolSearch missing MCP tools that connected after session start.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.122)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/)

2026-04-28

Claude Cowork

v2.1.121

New `alwaysLoad` option on MCP server config bypasses tool-search deferral so all tools from that server are always available without a ToolSearch call. `claude plugin prune` removes orphaned auto-installed plugin dependencies. `/skills` gains a type-to-filter search box. `PostToolUse` hooks can now replace tool output for any tool (previously MCP-only). Fullscreen scroll no longer jumps to the bottom when typing after scrolling up; overflow dialogs are now keyboard-scrollable. MCP servers that error on startup auto-retry up to 3 times. `/terminal-setup` now enables iTerm2 clipboard access so `/copy` works from tmux.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.121)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/)

2026-04-25

Claude Cowork

v2.1.120

Maintenance patch — changelog housekeeping only, no user-facing changes. Safe to upgrade; no action required.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.120)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-04-23

Claude Cowork

v2.1.119

Major release. `/config` settings (theme, editor mode, verbose, etc.) now persist to `~/.claude/settings.json` and participate in project/local/policy override precedence — a behavioral shift for anyone relying on ephemeral config. `--from-pr` now accepts GitLab MRs, Bitbucket PRs, and GitHub Enterprise URLs. `PostToolUse` hooks now include `duration_ms`, PowerShell commands can be auto-approved like Bash, and `--print` mode now honors agent frontmatter `tools:`/`disallowedTools:`. Slash command UI improved: descriptions wrap instead of truncating, matched characters highlight.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.119)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-04-23

Claude Cowork

v2.1.118

Vim visual mode (`v`/`V`) lands with full selection, operators, and visual feedback. `/cost` and `/stats` are merged into `/usage` (both still work as shortcuts). Custom themes are now editable JSON files in `~/.claude/themes/`, createable via `/theme`; plugins can ship themes too. Hooks gain the ability to invoke MCP tools directly via `type: "mcp_tool"`. New `DISABLE_UPDATES` env var blocks all update paths — stricter than the existing `DISABLE_AUTOUPDATER`. WSL users can inherit Windows-side managed settings via `wslInheritsWindowsSettings`.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.118)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/)

2026-04-22

Claude Cowork

v2.1.117

`/resume` now offers to summarize large stale sessions before reloading — saves context on bloated histories. Concurrent MCP server connect is now the default (was opt-in). Plugin installs now auto-resolve missing dependencies from configured marketplaces, and managed-settings `blockedMarketplaces`/`strictKnownMarketplaces` are enforced across install, update, refresh, and autoupdate. Agent frontmatter `mcpServers` now loads for main-thread `--agent` sessions.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.117)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/)

2026-04-20

Claude Cowork

v2.1.116

Large session `/resume` is up to 67% faster on 40 MB+ histories. MCP startup time reduced — `resources/templates/list` is now deferred to the first `@`-mention. `/terminal-setup` now configures scroll sensitivity for VS Code, Cursor, and Windsurf for smoother fullscreen scrolling. The thinking spinner shows inline progress ("still thinking", "thinking more", "almost done"). Security fix: sandbox auto-allow no longer bypasses dangerous-path checks for `rm`/`rmdir` targeting `/`, `$HOME`, or other critical system directories.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.116)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-04-18

Claude Cowork

v2.1.114

Patch release targeting multi-agent team setups. Fixes a crash in the permission dialog triggered when a teammate agent requested tool permission — affects anyone running agent teams with shared tool grants. Safe to upgrade immediately.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.114)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/)

2026-04-17

Claude Cowork

v2.1.113

Substantial release. The CLI now launches a native per-platform binary instead of bundled JavaScript, improving startup performance. Security hardening: new `sandbox.network.deniedDomains` setting blocks specific domains even under wildcard allowlists; macOS `/private/{etc,var,tmp,home}` paths are now protected from wildcard `rm` rules; bash deny rules now catch commands wrapped in `env`/`sudo`/`watch`. Also: `/loop` Esc cancels pending wakeups, `/extra-usage` and `@`-file autocomplete now work from Remote Control clients, and subagents that stall mid-stream timeout cleanly after 10 minutes.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.113)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-04-16

Claude Cowork

v2.1.112

Hotfix — resolves the "claude-opus-4-7 is temporarily unavailable" error that blocked auto-mode users on Opus 4.7. Patch-only release, no behavioral changes.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.112)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-04-16

Claude Cowork

v2.1.111

Feature-heavy release. Opus 4.7 gains an `xhigh` effort level (between `high` and `max`), and `/effort` now opens an interactive slider instead of requiring arguments. Auto mode is available to Max subscribers on Opus 4.7 without any flag. New `/ultrareview` command runs parallel multi-agent code review in the cloud — invoke with no args for the current branch or `/ultrareview ` for a specific PR. New `/less-permission-prompts` skill audits transcripts and proposes `settings.json` allowlist entries. Windows users get a progressive PowerShell tool rollout. Read-only bash commands and `cd &&` prefixes no longer trigger permission prompts.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.111)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-04-15

Claude Cowork

v2.1.110

Claude Code v2.1.110 ships a new `/tui` command for flicker-free fullscreen rendering and splits the `Ctrl+O` keybinding — focus view is now a separate `/focus` command. A push notification tool is added for Remote Control users, letting Claude send mobile alerts when configured. Quality-of-life improvements include better plugin management sorting, MCP multi-scope conflict detection in `/doctor`, and `--resume`/`--continue` now resurrecting unexpired scheduled tasks.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.110)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/), [/claude-cowork/setup/](https://openclawdatabase.com/claude-cowork/setup/), [/claude-cowork/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/), [/claude-cowork/system-prompts/](https://openclawdatabase.com/claude-cowork/system-prompts/), [/claude-cowork/pricing/](https://openclawdatabase.com/claude-cowork/pricing/)

2026-04-15

Claude Cowork

v2.1.109

Claude Code v2.1.109 introduces updates to the Claude Code CLI for AI agent development workflows. Review the official release notes for specific feature additions, bug fixes, and breaking changes. Developers using Claude Code should check compatibility requirements for their current projects before upgrading.

[Release notes →](https://docs.anthropic.com/en/release-notes/claude-code)
 Affects: [/claude-cowork/](https://openclawdatabase.com/claude-cowork/)

2026-04-13

Claude Cowork

v2.1.108

Claude Code 2.1.108 ships with improved hook reliability, faster skill loading, and a fix for long-running background tasks. Incremental release — safe upgrade.

[Release notes →](https://github.com/anthropics/claude-code/releases/tag/v2.1.108)
 Affects:
 [/claude-cowork/](https://openclawdatabase.com/claude-cowork/),
 [/setup/](https://openclawdatabase.com/claude-cowork/setup/),
 [/skills-guide/](https://openclawdatabase.com/claude-cowork/skills-guide/)

## March 2026

2026-03-25

ChatGPT

GPT-5.1

GPT-5.1 lands in the ChatGPT platform with expanded context window, tool-use improvements, and a new Structured Outputs mode. Pricing unchanged.

[Changelog →](https://platform.openai.com/docs/changelog)
 Affects:
 [/chatgpt/](https://openclawdatabase.com/chatgpt/),
 [/pricing/](https://openclawdatabase.com/chatgpt/pricing/),
 [/custom-gpts/](https://openclawdatabase.com/chatgpt/custom-gpts/)

2026-03-20

OpenClaw

v2.3

OpenClaw 2.3 introduces native MCP tool passthrough, an overhauled skill sandboxing model, and first-class Windows support without WSL. Major release — review setup and security guides.

[Release notes →](https://openclaw.org/releases)
 Affects:
 [/openclaw/](https://openclawdatabase.com/openclaw/),
 [/setup/](https://openclawdatabase.com/openclaw/setup/),
 [/skills-guide/](https://openclawdatabase.com/openclaw/skills-guide/),
 [/security/](https://openclawdatabase.com/openclaw/security/),
 [/configuration/](https://openclawdatabase.com/openclaw/configuration/)

2026-03-10

Hermes

v1.2

Hermes 1.2 adds persistent memory backends (SQLite, Postgres, Redis) and a revamped task scheduler. Existing memory migrations are handled automatically on first start.

[Release notes →](https://hermes-agent.dev/releases)
 Affects:
 [/hermes/](https://openclawdatabase.com/hermes/),
 [/memory/](https://openclawdatabase.com/hermes/memory/),
 [/tasks/](https://openclawdatabase.com/hermes/tasks/)

2026-03-01

IronClaw

v0.9

IronClaw 0.9 lands the Rust-based TEE runtime in beta and tightens the skill allowlist model. Breaking config change for anyone on 0.8 — see migration notes.

[Release notes →](https://ironclaw.io/releases)
 Affects:
 [/ironclaw/](https://openclawdatabase.com/ironclaw/),
 [/setup/](https://openclawdatabase.com/ironclaw/setup/),
 [/security/](https://openclawdatabase.com/ironclaw/security/),
 [/skill-allowlisting/](https://openclawdatabase.com/ironclaw/skill-allowlisting/)

## February 2026

2026-02-14

NemoClaw

v1.8

NemoClaw 1.8 adds one-click provider switching, improved local GPU detection, and an expanded policy DSL. Breaking change to the policy file schema — upgrade guide linked below.

[Release notes →](https://nemoclaw.dev/releases)
 Affects:
 [/nemoclaw/](https://openclawdatabase.com/nemoclaw/),
 [/policy/](https://openclawdatabase.com/nemoclaw/policy/),
 [/switching-providers/](https://openclawdatabase.com/nemoclaw/switching-providers/),
 [/local-gpu/](https://openclawdatabase.com/nemoclaw/local-gpu/)

**How this page stays current:** a daily automation polls every platform's official release feed (GitHub Atom, RSS, or HTML changelog) and appends new entries here. If you spot a missing release, it's almost certainly because that platform lacks a machine-readable feed — open an issue on the upstream project.
