<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>ClaudeKit — Claude updates</title><description>New features and updates from Claude and Claude Code</description><link>https://claudekit.io/</link><language>en-US</language><item><title>Claude Code 2.1.169</title><link>https://claudekit.io/en/updates/claude-code-2-1-169/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-169/</guid><description>The new `--safe-mode` flag (and `CLAUDE_CODE_SAFE_MODE` env) starts Claude Code with all customizations (CLAUDE.md, plugins, skills, hooks, MCP servers) disabled for troubleshooting, and `/cd` moves a session to a new working directory without breaking the prompt cache. `disableBundledSkills` (and `CLAUDE_CODE_DISABLE_BUNDLED_SKILLS`) hides bundled skills, workflows, and built-in slash commands from the model. Fixes for enterprise managed MCP policies (`allowedMcpServers`/`deniedMcpServers`) not being enforced on reconnect or IDE-typed configs, Up/Down arrows jumping past wrapped rows of a long input, a 30-50ms per-turn UI stall on macOS with claude.ai credentials, and `claude -p` being slow on Windows (regression in 2.1.161) also land.</description><pubDate>Mon, 08 Jun 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.166</title><link>https://claudekit.io/en/updates/claude-code-2-1-166/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-166/</guid><description>The new `fallbackModel` setting takes up to three fallback models tried in order when the primary is overloaded or unavailable, and `--fallback-model` now also applies to interactive sessions. Deny rules accept glob patterns in the tool-name position (`&quot;*&quot;` denies all tools), and messages relayed via `SendMessage` from other Claude sessions no longer carry user authority. `MAX_THINKING_TOKENS=0`, `--thinking disabled`, and the per-model thinking toggle now disable thinking on default-thinking models via the Claude API, and Claude Code retries a turn once on the fallback model when the API returns an unexpected non-retryable error. Plus fixes for remote sessions stuck during worker registration, JetBrains 2026.1+ terminal flicker, Shift+non-ASCII characters dropped under the Kitty keyboard protocol, and managed settings whose single invalid entry silently disabled enforcement of the rest.</description><pubDate>Sat, 06 Jun 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.163</title><link>https://claudekit.io/en/updates/claude-code-2-1-163/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-163/</guid><description>Claude Code 2.1.163 lands enterprise version pinning, plugin listing, and several agent-loop ergonomics. `requiredMinimumVersion` and `requiredMaximumVersion` managed settings refuse to start outside an approved range, `/plugin list` lists installed plugins with `--enabled`/`--disabled` filters, and Stop and SubagentStop hooks can return `hookSpecificOutput.additionalContext` to keep the turn going. stdio MCP servers now receive `CLAUDE_CODE_SESSION_ID` on `--resume`. The release also fixes `claude -p` hanging on backgrounded commands, a `$TMPDIR` override regression from 2.1.154, org-managed permission rules missing parts of startup, and a broad sweep of background-session, Windows, and terminal-UI bugs.</description><pubDate>Thu, 04 Jun 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.162</title><link>https://claudekit.io/en/updates/claude-code-2-1-162/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-162/</guid><description>`claude agents --json` now includes `waitingFor` showing what a waiting session is blocked on, and `--tools` finally provides the dedicated Grep/Glob tools on native builds when you list them. Slash command autocomplete clicks now fill the prompt instead of running immediately, and Remote Control moves from a startup message to a persistent footer pill. Plus a round of fixes for silent startup hangs on read-only config dirs, WebFetch permission rules being skipped for preapproved domains, and Windows permission rules never matching backslash paths.</description><pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.161</title><link>https://claudekit.io/en/updates/claude-code-2-1-161/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-161/</guid><description>`OTEL_RESOURCE_ATTRIBUTES` values are now included as labels on metric datapoints so usage can be sliced by custom dimensions like team or repo, and a failed Bash in a parallel tool batch no longer cancels its siblings. Fullscreen Linux clipboard now uses `wl-copy`/`xclip`/`xsel` and copies to both the clipboard and PRIMARY selection. Plus fixes for `claude mcp` printing secrets to the terminal and the `forceLoginOrgUUID`/`forceLoginMethod` managed-settings regression (2.1.146) that blocked Bedrock, Vertex, Foundry, and Mantle sessions.</description><pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.160</title><link>https://claudekit.io/en/updates/claude-code-2-1-160/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-160/</guid><description>Claude Code 2.1.160 lands a security tightening and a workflow-trigger rename. The release adds confirmation prompts before writes to shell startup files (`.zshenv`, `.zlogin`, `.bash_login`) and build-tool config files that grant code execution (`.npmrc`, `bunfig.toml`, and similar), and renames the dynamic-workflow trigger keyword from `workflow` to `ultracode`. Edit no longer requires a separate Read after a single-file `grep`/`egrep`/`fgrep`, and the release lands a broad sweep of `claude agents`, background-session, Windows/WSL clipboard, voice-mode, and auto-mode classifier fixes.</description><pubDate>Tue, 02 Jun 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.157</title><link>https://claudekit.io/en/updates/claude-code-2-1-157/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-157/</guid><description>Claude Code 2.1.157 auto-loads plugins from `.claude/skills` directories with no marketplace required, adds `claude plugin init &lt;name&gt;` to scaffold a new plugin in place, and ships autocomplete for `/plugin` arguments. `claude agents` dispatched sessions now honor the `agent` field in `settings.json`, `EnterWorktree` can switch between Claude-managed worktrees mid-session, and worktrees are left unlocked when the agent finishes. The release also fixes a broad set of bugs across background sessions, `--resume`, worktrees, the `/model` picker, terminal rendering, WSL image paste, and the VS Code / Cursor / Windsurf integrated terminals.</description><pubDate>Fri, 29 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.154</title><link>https://claudekit.io/en/updates/claude-code-2-1-154/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-154/</guid><description>Claude Code 2.1.154 brings Opus 4.8 (now defaulting to high effort, with `/effort xhigh` for your hardest tasks) and dynamic workflows (`/workflows`) to Claude Code. Fast mode on Opus 4.8 ships at 2x the standard rate for 2.5x the speed, and the lean system prompt becomes the default for most models. It also adds `! &lt;command&gt;` background shell sessions in `claude agents`, plugin `defaultEnabled: false`, a cleanup-only `/simplify`, and a broad sweep of background-session, security, and terminal-UI bug fixes.</description><pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.153</title><link>https://claudekit.io/en/updates/claude-code-2-1-153/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-153/</guid><description>`/model` now saves your selection as the new-session default (matching the IDE); `s` in the picker switches the current session only — reversing the 2.1.144 `d` behavior and requiring a keybinding rename. Security fixes close a regression where a custom API gateway could receive the user&apos;s Anthropic OAuth credential, and subagent frontmatter MCP servers now respect `--strict-mcp-config` and enterprise managed policies. Other fixes cover `skipLfs` for `github`/`git` marketplace sources, `COLUMNS`/`LINES` env vars in status line, macOS Privacy &amp; Security persistence, background sessions, and the Windows installer.</description><pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Opus 4.8</title><link>https://claudekit.io/en/updates/claude-opus-4-8/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-opus-4-8/</guid><description>Claude Opus 4.8 builds on Claude Opus 4.7 with improvements across benchmarks and is a more effective collaborator, available today for the same price. It targets long-horizon agentic coding with better long-context handling and compaction recovery, more reliable effort calibration, and better tool triggering. The model ID is claude-opus-4-8; it supports the 1M token context window by default on the Claude API, Amazon Bedrock, and Vertex AI, with 128k max output tokens.</description><pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate><category>Model</category><category>New Feature</category><category>Claude Code</category></item><item><title>Dynamic workflows in Claude Code</title><link>https://claudekit.io/en/updates/introducing-dynamic-workflows-in-claude-code/</link><guid isPermaLink="true">https://claudekit.io/en/updates/introducing-dynamic-workflows-in-claude-code/</guid><description>Claude breaks a problem into subtasks and fans them out across tens to hundreds of subagents running in parallel, dynamically writing orchestration scripts that run in a single session and checking its work before anything reaches you. It targets broad work like codebase-wide bug hunts and security audits and large migrations spanning thousands of files, verifying each result before folding it into the final answer. Available as a research preview on Max, Team, and Enterprise plans.</description><pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>New Feature</category><category>Agents</category></item><item><title>Claude Code 2.1.152</title><link>https://claudekit.io/en/updates/claude-code-2-1-152/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-152/</guid><description>`/code-review --fix` now applies review findings to the working tree, and `/simplify` is folded into it. New: `disallowed-tools` in skill and slash-command frontmatter, `/reload-skills`, `SessionStart` `reloadSkills` and `sessionTitle`, and a `MessageDisplay` hook event. An unfound primary model now switches the session to `--fallback-model` instead of failing every request, and Auto mode no longer requires opt-in. Other fixes cover Vim NORMAL-mode `/` reverse history, `/usage` including large session files, plugin MCP dedup, remote MCP under egress proxy, markdown tables, and the post-response timer waiting for backgrounded agents.</description><pubDate>Wed, 27 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.149</title><link>https://claudekit.io/en/updates/claude-code-2-1-149/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-149/</guid><description>`/usage` now breaks limit consumption down by skills, subagents, plugins, and per-MCP-server cost. The `/diff` detail view is keyboard-scrollable, markdown output renders GFM task lists as checkboxes, and enterprise gets the new `allowAllClaudeAiMcps` managed setting. Four permission-model gaps are closed, along with `find` exhausting the macOS file/vnode table and a wide bug-fix sweep across the transcript view, `/feedback`, `/insights`, `/config`, and the status bar.</description><pubDate>Fri, 22 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.147</title><link>https://claudekit.io/en/updates/claude-code-2-1-147/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-147/</guid><description>Added the `Workflow` tool for deterministic multi-agent orchestration, off by default and enabled with `CLAUDE_CODE_WORKFLOWS=1`. Pinned background sessions in `claude agents` now stay alive when idle and are restarted in place to apply updates. Renamed `/simplify` to `/code-review` — it now reports correctness bugs at a chosen effort level with `--comment` for inline PR comments. REPL and Workflow tool sandboxes are hardened, the auto-updater reports error category and OS code on failure, and a managed-settings bypass was closed where `forceLoginOrgUUID` and `forceLoginMethod` weren&apos;t enforced against third-party-provider and API-key sessions.</description><pubDate>Thu, 21 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.145</title><link>https://claudekit.io/en/updates/claude-code-2-1-145/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-145/</guid><description>Added `claude agents --json` to list live sessions as JSON for scripting. `claude_code.tool` OTEL spans now include `agent_id` and `parent_agent_id` so background subagent traces nest correctly. Status line JSON now includes GitHub repo and PR information, and `/plugin` Discover/Browse screens show commands, agents, skills, hooks, and MCP/LSP servers before installation. Fixed a permission-prompt bypass where bare variable assignments to non-allowlisted environment variables in Bash were auto-approved, along with MCP slash-command validation, spinner freezing after terminal resize, and the Read tool now returning a truncated PARTIAL view instead of a hard error on oversized reads.</description><pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.144</title><link>https://claudekit.io/en/updates/claude-code-2-1-144/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-144/</guid><description>Added `/resume` support for background sessions (marked `bg` in the picker). `/model` now changes the current session only — press `d` in the model picker for the new-session default. Renamed &quot;extra usage&quot; to &quot;usage credits&quot; (`/extra-usage` → `/usage-credits`, old name still works). 50+ bug fixes including startup hanging up to 75s on unreachable `api.anthropic.com`, garbled terminal output after window resize, `/model` changes not applying after startup, MCP `tools/list` pagination returning only the first page, and a regression where the Skill tool failed in headless mode.</description><pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Managed Agents — Self-hosted sandboxes and MCP tunnels</title><link>https://claudekit.io/en/updates/managed-agents-sandboxes-mcp-tunnels/</link><guid isPermaLink="true">https://claudekit.io/en/updates/managed-agents-sandboxes-mcp-tunnels/</guid><description>Claude Managed Agents now supports self-hosted sandboxes (public beta) and MCP tunnels (research preview). The agent orchestration loop stays on Anthropic infrastructure while tool execution runs in customer infrastructure or with managed sandbox providers — Cloudflare, Daytona, Modal, Vercel — and agents reach private-network MCP servers through a lightweight gateway with a single outbound connection, no inbound firewall rules required.</description><pubDate>Tue, 19 May 2026 00:00:00 GMT</pubDate><category>Claude Platform</category><category>New Feature</category><category>Agents</category></item><item><title>Claude Code 2.1.143</title><link>https://claudekit.io/en/updates/claude-code-2-1-143/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-143/</guid><description>Added plugin dependency enforcement (`claude plugin disable`/`enable` understand dependency chains), projected context cost in the `/plugin` marketplace browse pane, a `worktree.bgIsolation: &quot;none&quot;` setting for repos where worktrees are impractical, `-ExecutionPolicy Bypass` for the PowerShell tool, model and effort preservation across background-session wakeups, and auto mode in the Shift+Tab cycle. Bug fixes cover a corrupt `.credentials.json` hanging startup, stop hooks looping forever, macOS background sessions failing under Full Disk Access folders, and `git worktree remove` no longer falling back to `rm -rf`.</description><pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.142</title><link>https://claudekit.io/en/updates/claude-code-2-1-142/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-142/</guid><description>Added new `claude agents` flags — `--add-dir`, `--settings`, `--mcp-config`, `--plugin-dir`, `--permission-mode`, `--model`, `--effort`, and `--dangerously-skip-permissions` — to configure dispatched background sessions. Fast mode now uses Opus 4.7 by default (set `CLAUDE_CODE_OPUS_4_6_FAST_MODE_OVERRIDE=1` to pin to Opus 4.6). Plugins with a root-level `SKILL.md` and no `skills/` subdirectory are now surfaced as a skill, the `/plugin` details pane and `claude plugin details` show LSP servers a plugin provides, and `/web-setup` warns before replacing an existing GitHub App connection. Bug fixes span `MCP_TOOL_TIMEOUT` not raising the per-request fetch timeout for remote HTTP and SSE MCP servers, background sessions disappearing and daemon reconnect failing after macOS sleep/wake, the daemon not exiting cleanly after `brew upgrade`, plus a wide sweep of `claude agents`, plugin, session-title, and UI regressions.</description><pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.141</title><link>https://claudekit.io/en/updates/claude-code-2-1-141/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-141/</guid><description>Added `terminalSequence` to hook JSON output so hooks can emit desktop notifications, window titles, and bells without a controlling terminal, `CLAUDE_CODE_PLUGIN_PREFER_HTTPS` to clone GitHub plugin sources over HTTPS instead of SSH, `ANTHROPIC_WORKSPACE_ID` for workload identity federation, and `claude agents --cwd &lt;path&gt;` to scope sessions to a directory. `/feedback` can now include recent sessions (last 24 hours or 7 days), and the Rewind menu adds &quot;Summarize up to here&quot; to compress earlier context. Bug fixes span background side-queries sending an unavailable Haiku model ID on Bedrock/Vertex/Foundry/gateway, Remote Control MCP connectors failing with 401 during worker token rotation, `claude plugin install` failing on stale marketplace refs, MCP HTTP/SSE 403s being shown as `failed` instead of `needs auth`, and a wide sweep of auth, session, MCP, plugin, and UI regressions.</description><pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.140</title><link>https://claudekit.io/en/updates/claude-code-2-1-140/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-140/</guid><description>Agent tool `subagent_type` matching now accepts case- and separator-insensitive values (e.g. &quot;Code Reviewer&quot; resolves to `code-reviewer`), and plugins now warn when a default component folder (e.g. `commands/`) is silently ignored because `plugin.json` sets the matching key. Bug fixes cover `/goal` silently hanging under `disableAllHooks` / `allowManagedHooksOnly`, a settings hot-reload regression on symlinked files, `claude --bg` connection drops at idle-exit, remote managed settings not retrying on 401, the managed `extraKnownMarketplaces` auto-update policy not being persisted, `Read` tool validation on whitespace-padded `offset` strings, and a Windows event-loop stall caused by missing executables.</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.139</title><link>https://claudekit.io/en/updates/claude-code-2-1-139/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-139/</guid><description>Adds the agent view (Research Preview) for tracking every Claude Code session in one place, and a `/goal` command that keeps Claude working across turns until a completion condition is met. Hooks gain an exec form (`args: string[]`) and a `PostToolUse` `continueOnBlock` option, MCP stdio servers now receive `CLAUDE_PROJECT_DIR`, and `/mcp` Reconnect picks up `.mcp.json` edits without a restart. Note: Remote Control, `/schedule`, claude.ai MCP connectors, and notification preferences are now disabled whenever `ANTHROPIC_API_KEY` / `apiKeyHelper` / `ANTHROPIC_AUTH_TOKEN` is set, even alongside a Claude.ai login.</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Agent view in Claude Code</title><link>https://claudekit.io/en/updates/claude-code-agent-view/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-agent-view/</guid><description>Agent view is a centralized interface inside the Claude Code CLI for managing multiple concurrent agent sessions. Now in Research Preview, it lets developers see which agents need input, are actively working, or have completed tasks — and scale up background work via peek, `/bg`, and `claude --bg`.</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate><category>New Feature</category><category>Claude Code</category><category>Agents</category><category>Research Preview</category></item><item><title>Claude Platform on AWS is now generally available</title><link>https://claudekit.io/en/updates/claude-platform-on-aws-ga/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-platform-on-aws-ga/</guid><description>The Claude Platform on AWS — Anthropic-operated, accessed via AWS IAM with CloudTrail audit logging and a single AWS invoice — is generally available. AWS customers get day-one access to all native Claude API features, including Claude Managed Agents (beta), Advisor strategy (beta), Files API (beta), Skills (beta), and the MCP connector (beta), with Claude Opus 4.7, Sonnet 4.6, and Haiku 4.5 available at launch.</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate><category>New Feature</category><category>Claude Platform</category><category>AWS</category><category>Amazon Bedrock</category><category>Enterprise</category><category>GA</category></item><item><title>Claude Code 2.1.136</title><link>https://claudekit.io/en/updates/claude-code-2-1-136/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-136/</guid><description>Session quality survey is re-enabled for OTEL enterprises via `CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL`, and `settings.autoMode.hard_deny` lets classifier rules block actions unconditionally. WSL2 image paste now falls back to PowerShell when xclip/wl-paste are unavailable. Plus a wide round of fixes — MCP servers disappearing after `/clear`, login loops from concurrent OAuth token writes, and plan mode failing to block writes when an `Edit(...)` allow rule matched.</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.133</title><link>https://claudekit.io/en/updates/claude-code-2-1-133/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-133/</guid><description>A new `worktree.baseRef` setting (`fresh` | `head`) lets you choose whether worktrees branch from `origin/&lt;default&gt;` or local `HEAD`, and hooks and Bash commands can now read the active effort level via `$CLAUDE_EFFORT`. Plus fixes for a refresh-token race that dead-ended parallel sessions at 401, MCP OAuth ignoring `HTTP(S)_PROXY`/mTLS across discovery and token refresh, and subagents failing to discover project, user, or plugin skills.</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.132</title><link>https://claudekit.io/en/updates/claude-code-2-1-132/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-132/</guid><description>`CLAUDE_CODE_SESSION_ID` is now exposed to Bash subprocesses, and `CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1` lets you opt out of the fullscreen renderer. Plus a wide round of stability fixes — graceful shutdown on external SIGINT, blank fullscreen after sleep/wake, 10GB+ RSS growth from stdio MCP servers, scroll regressions in Cursor/VS Code/JetBrains terminals, and Bedrock/Vertex 400s when `ENABLE_PROMPT_CACHING_1H` is set.</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.129</title><link>https://claudekit.io/en/updates/claude-code-2-1-129/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-129/</guid><description>`--plugin-url` loads a `.zip` plugin straight from a URL, and Homebrew/WinGet installs can self-upgrade in the background. Ctrl+R history is back to searching all projects by default, and Gateway `/v1/models` discovery is now opt-in via env var. Plus fixes for 1-hour prompt cache TTL silently downgrading, OAuth logouts after wake-from-sleep, and `/context` wasting ~1.6k tokens per call.</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>What&apos;s new in Claude Managed Agents — Dreaming, Outcomes, Multiagent, Webhooks</title><link>https://claudekit.io/en/updates/managed-agents-may-2026/</link><guid isPermaLink="true">https://claudekit.io/en/updates/managed-agents-may-2026/</guid><description>A month after the April 8 beta launch, Managed Agents added two new features and promoted three from research preview to public beta. Dreaming (research preview) curates memory between sessions for self-improvement, and outcomes, multiagent orchestration, memory, and webhooks all ship as public beta.</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate><category>Claude</category><category>Agents</category><category>API</category><category>New Feature</category></item><item><title>Claude Financial Services Agents — 10 templates, Moody&apos;s MCP, and 17 data connectors</title><link>https://claudekit.io/en/updates/claude-finance-agents/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-finance-agents/</guid><description>Ten ready-to-run financial services agents — pitch builder, KYC screener, month-end closer, and more — ship as plugins in Claude Cowork and Claude Code, and as cookbooks for Claude Managed Agents. A Moody&apos;s MCP app brings proprietary credit ratings and data on 600M+ companies, and 17 data partners are integrated alongside.</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate><category>Claude</category><category>Agents</category><category>Financial Services</category><category>New Feature</category></item><item><title>Claude for Microsoft 365 — Excel, PowerPoint, and Word now GA, Outlook joins in beta</title><link>https://claudekit.io/en/updates/claude-for-microsoft-365/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-for-microsoft-365/</guid><description>The Claude add-ins for Excel, PowerPoint, and Word are generally available on all paid plans, and Claude for Outlook joins in public beta. Once installed, context carries automatically between apps so a model built in Excel can become a PowerPoint deck or a Word memo without re-explaining inputs, assumptions, or calculation flow.</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate><category>Claude</category><category>Microsoft 365</category><category>New Feature</category></item><item><title>Claude Code 2.1.128</title><link>https://claudekit.io/en/updates/claude-code-2-1-128/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-128/</guid><description>`--channels` now works with console (API key) authentication, and `/mcp` shows per-server tool counts and flags zero-tool servers. `OTEL_*` environment variables no longer leak into subprocesses, and `EnterWorktree` branches from local HEAD as documented. Plus fixes for falsely-blocked 1M-context sessions, parallel shell tool regressions, sub-agent cache misses, and more.</description><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.126</title><link>https://claudekit.io/en/updates/claude-code-2-1-126/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-126/</guid><description>Gateway-driven `/model` picker, `claude project purge` for full project state cleanup, OAuth code paste for WSL/SSH/container logins, broader `--dangerously-skip-permissions` scope, plus Windows PowerShell 7 detection, CJK rendering fix, and a long list of OAuth, stream-timeout, and Remote Control fixes.</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Security Enters Public Beta</title><link>https://claudekit.io/en/updates/claude-security-public-beta/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-security-public-beta/</guid><description>Anthropic launched Claude Security in public beta — a Claude Opus 4.7-powered tool that scans codebases for vulnerabilities and generates targeted patches. Available directly at claude.ai/security and embedded in CrowdStrike, Microsoft Security, Wiz, and other platforms. Currently for Claude Enterprise customers; Claude Team and Max coming soon.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><category>Claude Security</category><category>Security</category><category>Public Beta</category><category>New Feature</category><category>Enterprise</category></item><item><title>Claude Code 2.1.122</title><link>https://claudekit.io/en/updates/claude-code-2-1-122/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-122/</guid><description>`ANTHROPIC_BEDROCK_SERVICE_TIER` to choose Bedrock service tier, `/resume` accepts PR URLs across GitHub/GHE/GitLab/Bitbucket, `/mcp` surfaces connectors hidden by duplicate URLs, plus fixes for `/branch` rewound-timeline forks, structured-output 400s on Vertex/Bedrock, and image resizing on newer models.</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.121</title><link>https://claudekit.io/en/updates/claude-code-2-1-121/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-121/</guid><description>MCP `alwaysLoad`, `claude plugin prune`, `/skills` filter search, `PostToolUse` output replacement for all tools, scrollable overflow dialogs, and a large cleanup of memory leaks, scrollback duplication, and resume crashes.</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Platform on AWS Announced (Coming Soon)</title><link>https://claudekit.io/en/updates/claude-platform-on-aws/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-platform-on-aws/</guid><description>AWS announced Claude Platform on AWS — a new way to use Anthropic&apos;s native Claude Platform with AWS credentials, billing, and access controls. It sits alongside Claude on Amazon Bedrock as a second path with different data-residency tradeoffs.</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate><category>New Feature</category><category>Claude Platform</category><category>AWS</category><category>Amazon Bedrock</category><category>Enterprise</category><category>Announcement</category></item><item><title>Claude Code 2.1.119</title><link>https://claudekit.io/en/updates/claude-code-2-1-119/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-119/</guid><description>`/config` changes now persist to `~/.claude/settings.json`, `--from-pr` supports GitLab/Bitbucket/GitHub Enterprise, custom `prUrlTemplate`, PowerShell auto-approval parity with Bash, and a large cleanup of bugs and one security fix.</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.118</title><link>https://claudekit.io/en/updates/claude-code-2-1-118/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-118/</guid><description>Vim visual and visual-line modes, custom themes, MCP-tool hooks, `/cost` and `/stats` merged into `/usage`, WSL inheriting Windows managed settings, and a long list of MCP OAuth fixes.</description><pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.117</title><link>https://claudekit.io/en/updates/claude-code-2-1-117/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-117/</guid><description>Opus 4.7 `/context` now uses the native 1M window, `/model` selections persist across restarts, `/resume` offers to summarize stale large sessions, native builds swap Glob/Grep for bfs/ugrep via Bash, and default effort rises to `high` for Pro/Max.</description><pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Running Claude Cowork in Amazon Bedrock</title><link>https://claudekit.io/en/updates/claude-cowork/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-cowork/</guid><description>AWS published the official guide to running Claude Cowork on Amazon Bedrock — reuse the same Bedrock infrastructure you built for Claude Code to bring Claude to every knowledge worker, inside your AWS perimeter.</description><pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate><category>Claude Cowork</category><category>Amazon Bedrock</category><category>AWS</category><category>New Feature</category><category>Enterprise</category></item><item><title>Claude Code 2.1.116</title><link>https://claudekit.io/en/updates/claude-code-2-1-116/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-116/</guid><description>Up to 67% faster `/resume` on large sessions, quicker MCP startup, inline thinking progress indicator, smoother full-screen terminal scrolling, and a sandbox dangerous-path safety fix.</description><pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude for Word</title><link>https://claudekit.io/en/updates/claude-for-word/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-for-word/</guid><description>A Microsoft Word add-in that brings Claude into your document — with native tracked changes, template-aware drafting, and consistency checks.</description><pubDate>Sun, 19 Apr 2026 00:00:00 GMT</pubDate><category>New Feature</category><category>Claude for Word</category><category>Microsoft Word</category><category>Documents</category></item><item><title>Claude Design by Anthropic Labs</title><link>https://claudekit.io/en/updates/claude-design/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-design/</guid><description>Collaborative visual creation with Claude — designs, interactive prototypes, presentations, and more through conversation.</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate><category>New Feature</category><category>Claude Design</category><category>Design</category><category>Anthropic Labs</category></item><item><title>Claude Code 2.1.113</title><link>https://claudekit.io/en/updates/claude-code-2-1-113/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-113/</guid><description>Native-binary distribution, network sandbox denied domains, full-screen viewport scrolling, parallelized `/ultrareview`, and security/stability fixes.</description><pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Code 2.1.111</title><link>https://claudekit.io/en/updates/claude-code-2-1-111/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-111/</guid><description>Opus 4.7 `xhigh` effort, `/ultrareview` cloud parallel review, `/effort` slider, Auto theme, and reduced permission prompts.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Claude Opus 4.7</title><link>https://claudekit.io/en/updates/claude-opus-4-7/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-opus-4-7/</guid><description>A new Opus model with significant gains in coding, high-resolution vision, and instruction following. Claude Code adds /ultrareview and the xhigh effort level.</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate><category>Model</category><category>New Feature</category><category>Claude Code</category></item><item><title>Claude Code 2.1.110</title><link>https://claudekit.io/en/updates/claude-code-2-1-110/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-110/</guid><description>Mid-conversation `/tui` mode switch, mobile push notifications, `/focus` command, and MCP connection stability fixes.</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item><item><title>Routines — automated Claude Code workflows</title><link>https://claudekit.io/en/updates/routines/</link><guid isPermaLink="true">https://claudekit.io/en/updates/routines/</guid><description>Autonomous routines in Claude Code triggered by schedules, API calls, and GitHub events. Run code review, bug fixes, and deploy verification from the cloud — laptop closed.</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>New Feature</category><category>Automation</category></item><item><title>Claude Code 2.1.108</title><link>https://claudekit.io/en/updates/claude-code-2-1-108/</link><guid isPermaLink="true">https://claudekit.io/en/updates/claude-code-2-1-108/</guid><description>/recap for session summaries on return, built-in slash command auto-discovery, 1-hour prompt cache TTL option, plus stability fixes.</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate><category>Claude Code</category><category>Update</category></item></channel></rss>