{
  "updated": "2026-06-11",
  "source": "https://openclawdatabase.com",
  "license": "Free for all agents and humans. Attribution appreciated.",
  "count": 95,
  "changelog": [
    {
      "date": "2026-06-10",
      "platform": "Kilo Code",
      "version": "",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-10",
      "platform": "NemoClaw",
      "version": "2026-06-10 commit batch — sandbox recovery + CDI GPU fix",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-09",
      "platform": "OpenClaw",
      "version": "",
      "summary": "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).",
      "source_url": ""
    },
    {
      "date": "2026-06-09",
      "platform": "Kilo Code",
      "version": "",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-09",
      "platform": "NemoClaw",
      "version": "2026-06-09 commit batch — agents list + 15 fixes",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-08",
      "platform": "NemoClaw",
      "version": "2026-06-08 commit batch — onboarding fixes &amp; reliability",
      "summary": "No new user-facing CLI features today. NemoClaw's June 7–8 batch fixes broken session resume snapshots (#4938): 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.",
      "source_url": ""
    },
    {
      "date": "2026-06-07",
      "platform": "OpenClaw / Claude Code",
      "version": "v2.1.166 + v2.1.167 + v2.1.168",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-07",
      "platform": "Hermes",
      "version": "v0.16.0 — The Surface Release",
      "summary": "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.",
      "source_url": "https://github.com/NousResearch/hermes-agent/releases/tag/v0.16.0"
    },
    {
      "date": "2026-06-07",
      "platform": "Kilo Code",
      "version": "v7.3.39 + v7.3.40",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.40"
    },
    {
      "date": "2026-06-07",
      "platform": "NemoClaw",
      "version": "NPM offline fix, vLLM restart policy, proxy bypass, doctor improvements",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-05",
      "platform": "OpenClaw / Claude Code",
      "version": "v2.1.163 + v2.1.165",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-05",
      "platform": "Kilo Code",
      "version": "v7.3.33",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.33"
    },
    {
      "date": "2026-06-05",
      "platform": "NemoClaw",
      "version": "v0.0.59 docs + policy, inference &amp; runtime fixes",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-04",
      "platform": "ChatGPT / OpenAI",
      "version": "omni-moderation-latest — inline moderation scores",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-04",
      "platform": "OpenClaw / Claude Code",
      "version": "v2.1.162",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.162"
    },
    {
      "date": "2026-06-04",
      "platform": "IronClaw",
      "version": "v0.29.1",
      "summary": "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.",
      "source_url": "https://github.com/nearai/ironclaw/releases/tag/ironclaw-v0.29.1"
    },
    {
      "date": "2026-06-04",
      "platform": "Kilo Code",
      "version": "v7.3.28 + v7.3.29 (pre-release)",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.29"
    },
    {
      "date": "2026-06-04",
      "platform": "NemoClaw",
      "version": "v0.0.58 docs + proxy &amp; GPU fixes",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-04",
      "platform": "ChatGPT / OpenAI",
      "version": "Evals + Agent Builder deprecation",
      "summary": "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. Teams using the Evals platform for evaluation pipelines or Agent Builder for automations should review migration paths before shutdown.",
      "source_url": "https://platform.openai.com/docs/changelog"
    },
    {
      "date": "2026-06-03",
      "platform": "OpenClaw / Claude Code",
      "version": "v2.1.161",
      "summary": "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.\"",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.161"
    },
    {
      "date": "2026-06-03",
      "platform": "NemoClaw",
      "version": "v0.0.57 docs + inference fixes",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-03",
      "platform": "ChatGPT",
      "version": "Container billing change",
      "summary": "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.",
      "source_url": "https://platform.openai.com/docs/changelog"
    },
    {
      "date": "2026-06-02",
      "platform": "OpenClaw / Claude Code",
      "version": "v2.1.160",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.160"
    },
    {
      "date": "2026-06-02",
      "platform": "NemoClaw",
      "version": "commits 2026-06-02",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-06-02",
      "platform": "Kilo Code",
      "version": "v7.3.21 (stable)",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.21"
    },
    {
      "date": "2026-06-01",
      "platform": "ChatGPT",
      "version": "GPT-5.4 + GPT-5.5 on Amazon Bedrock",
      "summary": "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.",
      "source_url": "https://platform.openai.com/docs/changelog"
    },
    {
      "date": "2026-06-01",
      "platform": "NemoClaw",
      "version": "commits 2026-06-01",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-05-31",
      "platform": "NemoClaw",
      "version": "commits 2026-05-31",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-05-31",
      "platform": "OpenClaw / Claude Code",
      "version": "v2.1.159",
      "summary": "Internal infrastructure improvements only — no user-facing changes. Safe to update; no configuration or workflow changes required.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.159"
    },
    {
      "date": "2026-05-30",
      "platform": "OpenClaw / Claude Code",
      "version": "v2.1.158",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.158"
    },
    {
      "date": "2026-05-29",
      "platform": "OpenClaw / Claude Code",
      "version": "v2.1.157",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.157"
    },
    {
      "date": "2026-05-29",
      "platform": "Kilo Code",
      "version": "v7.3.18 (pre-release)",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.18"
    },
    {
      "date": "2026-05-29",
      "platform": "NemoClaw",
      "version": "commits 2026-05-29–30",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-05-29",
      "platform": "ChatGPT",
      "version": "API update — prompt caching default",
      "summary": "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.",
      "source_url": "https://platform.openai.com/docs/changelog"
    },
    {
      "date": "2026-05-29",
      "platform": "Claude Cowork",
      "version": "v2.1.156",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.156"
    },
    {
      "date": "2026-05-29",
      "platform": "Hermes",
      "version": "v0.15.1 + v0.15.2",
      "summary": "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.",
      "source_url": "https://github.com/NousResearch/hermes-agent/releases/tag/v2026.5.29"
    },
    {
      "date": "2026-05-29",
      "platform": "Kilo Code",
      "version": "v7.3.17 (pre-release)",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.17"
    },
    {
      "date": "2026-05-28",
      "platform": "ChatGPT",
      "version": "chat-latest update",
      "summary": "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.",
      "source_url": "https://platform.openai.com/docs/changelog"
    },
    {
      "date": "2026-05-28",
      "platform": "Claude Cowork",
      "version": "v2.1.154",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.154"
    },
    {
      "date": "2026-05-28",
      "platform": "Claude Cowork",
      "version": "v2.1.153",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.153"
    },
    {
      "date": "2026-05-28",
      "platform": "Hermes",
      "version": "v0.15.0 — The Velocity Release",
      "summary": "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.",
      "source_url": "https://github.com/NousResearch/hermes-agent/releases/tag/v2026.5.28"
    },
    {
      "date": "2026-05-28",
      "platform": "Kilo Code",
      "version": "v7.3.16",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.16"
    },
    {
      "date": "2026-05-28",
      "platform": "Kilo Code",
      "version": "v7.3.14",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.14"
    },
    {
      "date": "2026-05-28",
      "platform": "NemoClaw",
      "version": "commits 2026-05-28–29",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-05-27",
      "platform": "Claude Cowork",
      "version": "v2.1.152",
      "summary": "/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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.152"
    },
    {
      "date": "2026-05-26",
      "platform": "IronClaw",
      "version": "v0.29.0",
      "summary": "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.",
      "source_url": "https://github.com/nearai/ironclaw/releases/tag/ironclaw-v0.29.0"
    },
    {
      "date": "2026-05-26",
      "platform": "Kilo Code",
      "version": "v7.3.12",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.12"
    },
    {
      "date": "2026-05-22",
      "platform": "Claude Cowork",
      "version": "v2.1.149",
      "summary": "/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).",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.149"
    },
    {
      "date": "2026-05-21",
      "platform": "Claude Cowork",
      "version": "v2.1.147",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.147"
    },
    {
      "date": "2026-05-21",
      "platform": "Claude Cowork",
      "version": "v2.1.146",
      "summary": "/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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.146"
    },
    {
      "date": "2026-05-21",
      "platform": "Kilo Code",
      "version": "v7.3.6 (pre-release)",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.6"
    },
    {
      "date": "2026-05-21",
      "platform": "NemoClaw",
      "version": "commits 2026-05-21",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-05-20",
      "platform": "Claude Cowork",
      "version": "v2.1.145",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.145"
    },
    {
      "date": "2026-05-19",
      "platform": "Claude Cowork",
      "version": "v2.1.144",
      "summary": "/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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.144"
    },
    {
      "date": "2026-05-19",
      "platform": "Kilo Code",
      "version": "v7.3.1",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.3.1"
    },
    {
      "date": "2026-05-19",
      "platform": "NemoClaw",
      "version": "commits 2026-05-19",
      "summary": "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.",
      "source_url": ""
    },
    {
      "date": "2026-05-16",
      "platform": "Hermes",
      "version": "v0.14.0",
      "summary": "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.",
      "source_url": "https://github.com/NousResearch/hermes-agent/releases/tag/v2026.5.16"
    },
    {
      "date": "2026-05-15",
      "platform": "Kilo Code",
      "version": "v7.2.54",
      "summary": "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.",
      "source_url": "https://github.com/Kilo-Org/kilocode/releases/tag/v7.2.54"
    },
    {
      "date": "2026-05-15",
      "platform": "Claude Cowork",
      "version": "v2.1.143",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.143"
    },
    {
      "date": "2026-05-14",
      "platform": "IronClaw",
      "version": "v0.28.2",
      "summary": "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.",
      "source_url": "https://github.com/nearai/ironclaw/releases/tag/ironclaw-v0.28.2"
    },
    {
      "date": "2026-05-14",
      "platform": "Claude Cowork",
      "version": "v2.1.142",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.142"
    },
    {
      "date": "2026-05-13",
      "platform": "Claude Cowork",
      "version": "v2.1.141",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.141"
    },
    {
      "date": "2026-05-12",
      "platform": "Claude Cowork",
      "version": "v2.1.140",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.140"
    },
    {
      "date": "2026-05-11",
      "platform": "Claude Cowork",
      "version": "v2.1.139",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.139"
    },
    {
      "date": "2026-05-09",
      "platform": "Claude Cowork",
      "version": "v2.1.138",
      "summary": "Internal fixes only — no user-facing changes. Safe to upgrade; nothing to review or reconfigure.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.138"
    },
    {
      "date": "2026-05-09",
      "platform": "Claude Cowork",
      "version": "v2.1.137",
      "summary": "Hotfix — resolves the VS Code extension failing to activate on Windows. Upgrade immediately if you are on Windows and the extension stopped loading.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.137"
    },
    {
      "date": "2026-05-08",
      "platform": "Claude Cowork",
      "version": "v2.1.136",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.136"
    },
    {
      "date": "2026-05-07",
      "platform": "Hermes",
      "version": "v0.13.0",
      "summary": "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.",
      "source_url": "https://github.com/NousResearch/hermes-agent/releases/tag/v2026.5.7"
    },
    {
      "date": "2026-05-07",
      "platform": "IronClaw",
      "version": "v0.28.0",
      "summary": "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.",
      "source_url": "https://github.com/nearai/ironclaw/releases/tag/ironclaw-v0.28.0"
    },
    {
      "date": "2026-05-07",
      "platform": "Claude Cowork",
      "version": "v2.1.133",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.133"
    },
    {
      "date": "2026-05-06",
      "platform": "Claude Cowork",
      "version": "v2.1.132",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.132"
    },
    {
      "date": "2026-05-06",
      "platform": "Claude Cowork",
      "version": "v2.1.131",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.131"
    },
    {
      "date": "2026-05-06",
      "platform": "Claude Cowork",
      "version": "v2.1.129",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.129"
    },
    {
      "date": "2026-05-04",
      "platform": "Claude Cowork",
      "version": "v2.1.128",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.128"
    },
    {
      "date": "2026-05-01",
      "platform": "Claude Cowork",
      "version": "v2.1.126",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.126"
    },
    {
      "date": "2026-04-29",
      "platform": "Claude Cowork",
      "version": "v2.1.123",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.123"
    },
    {
      "date": "2026-04-28",
      "platform": "Claude Cowork",
      "version": "v2.1.122",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.122"
    },
    {
      "date": "2026-04-28",
      "platform": "Claude Cowork",
      "version": "v2.1.121",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.121"
    },
    {
      "date": "2026-04-25",
      "platform": "Claude Cowork",
      "version": "v2.1.120",
      "summary": "Maintenance patch — changelog housekeeping only, no user-facing changes. Safe to upgrade; no action required.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.120"
    },
    {
      "date": "2026-04-23",
      "platform": "Claude Cowork",
      "version": "v2.1.119",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.119"
    },
    {
      "date": "2026-04-23",
      "platform": "Claude Cowork",
      "version": "v2.1.118",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.118"
    },
    {
      "date": "2026-04-22",
      "platform": "Claude Cowork",
      "version": "v2.1.117",
      "summary": "/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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.117"
    },
    {
      "date": "2026-04-20",
      "platform": "Claude Cowork",
      "version": "v2.1.116",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.116"
    },
    {
      "date": "2026-04-18",
      "platform": "Claude Cowork",
      "version": "v2.1.114",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.114"
    },
    {
      "date": "2026-04-17",
      "platform": "Claude Cowork",
      "version": "v2.1.113",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.113"
    },
    {
      "date": "2026-04-16",
      "platform": "Claude Cowork",
      "version": "v2.1.112",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.112"
    },
    {
      "date": "2026-04-16",
      "platform": "Claude Cowork",
      "version": "v2.1.111",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.111"
    },
    {
      "date": "2026-04-15",
      "platform": "Claude Cowork",
      "version": "v2.1.110",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.110"
    },
    {
      "date": "2026-04-15",
      "platform": "Claude Cowork",
      "version": "v2.1.109",
      "summary": "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.",
      "source_url": "https://docs.anthropic.com/en/release-notes/claude-code"
    },
    {
      "date": "2026-04-13",
      "platform": "Claude Cowork",
      "version": "v2.1.108",
      "summary": "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.",
      "source_url": "https://github.com/anthropics/claude-code/releases/tag/v2.1.108"
    },
    {
      "date": "2026-03-25",
      "platform": "ChatGPT",
      "version": "GPT-5.1",
      "summary": "GPT-5.1 lands in the ChatGPT platform with expanded context window, tool-use improvements, and a new Structured Outputs mode. Pricing unchanged.",
      "source_url": ""
    },
    {
      "date": "2026-03-20",
      "platform": "OpenClaw",
      "version": "v2.3",
      "summary": "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.",
      "source_url": "https://openclaw.org/releases"
    },
    {
      "date": "2026-03-10",
      "platform": "Hermes",
      "version": "v1.2",
      "summary": "Hermes 1.2 adds persistent memory backends (SQLite, Postgres, Redis) and a revamped task scheduler. Existing memory migrations are handled automatically on first start.",
      "source_url": "https://hermes-agent.dev/releases"
    },
    {
      "date": "2026-03-01",
      "platform": "IronClaw",
      "version": "v0.9",
      "summary": "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.",
      "source_url": "https://ironclaw.io/releases"
    },
    {
      "date": "2026-02-14",
      "platform": "NemoClaw",
      "version": "v1.8",
      "summary": "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.",
      "source_url": "https://nemoclaw.dev/releases"
    }
  ]
}