Change8

Claude Code desktop

Component

Updates related to the desktop component of Claude Code.

18 releases88 features351 bug fixesView all Claude Code releases

All DESKTOP Features

  • Added /tui command and tui setting to switch to flicker-free rendering in the same conversation via /tui fullscreen.(v2.1.110)
  • Introduced the push notification tool, allowing Claude to send mobile push notifications when Remote Control and "Push when Claude decides" config are enabled.(v2.1.110)
  • Added the `autoScrollEnabled` config option to disable conversation auto-scroll in fullscreen mode.(v2.1.110)
  • Added an option to show Claude's last response as commented context in the `Ctrl+G` external editor (enabled via /config).(v2.1.110)
  • Enabled session recap for users with telemetry disabled (Bedrock, Vertex, Foundry, DISABLE_TELEMETRY).(v2.1.110)
  • The Write tool now informs the model when you edit the proposed content in the IDE diff before accepting.(v2.1.110)
  • Added \/team-onboarding command to generate a teammate ramp-up guide from local Claude Code usage.(v2.1.101)
  • Enabled OS CA certificate store trust by default, allowing enterprise TLS proxies to work without extra setup.(v2.1.101)
  • Introduced auto-creation of a default cloud environment for \/ultraplan and other remote-session features, removing the need for prior web setup.(v2.1.101)
  • Added support for Amazon Bedrock powered by Mantle.(v2.1.94)
  • Added compact "Slacked #channel" header with a clickable channel link for Slack MCP send-message tool calls.(v2.1.94)
  • Added support for the `keep-coding-instructions` frontmatter field for plugin output styles.(v2.1.94)
  • Added `hookSpecificOutput.sessionTitle` to `UserPromptSubmit` hooks for setting the session title.(v2.1.94)
  • Enabled plugin skills declared via `"skills": ["./"]` to use the skill's frontmatter `name` for the invocation name instead of the directory basename.(v2.1.94)
  • Added interactive Bedrock setup wizard accessible from the login screen for guided AWS authentication, region configuration, credential verification, and model pinning.(v2.1.92)
  • Added per-model and cache-hit breakdown to the /cost command for subscription users.(v2.1.92)
  • Enabled Remote Control session names to default to the user's hostname (e.g. myhost-graceful-unicorn), which can be overridden.(v2.1.92)
  • Pro users now see a footer hint when returning to a session after prompt cache expiration, indicating the approximate number of uncached tokens for the next turn.(v2.1.92)
  • Added conditional `if` field for hooks using permission rule syntax to filter when they run, reducing process spawning overhead.(v2.1.85)
  • Added timestamp markers in transcripts when scheduled tasks (`/loop`, `CronCreate`) fire.(v2.1.85)
  • Added trailing space after `[Image #N]` placeholder when pasting images.(v2.1.85)
  • Enabled deep link queries (`claude-cli://open?q=...`) to support up to 5,000 characters, with a warning for long pre-filled prompts.(v2.1.85)
  • Enabled PreToolUse hooks to satisfy `AskUserQuestion` by returning `updatedInput` alongside `permissionDecision: \"allow\" `, supporting headless integrations.(v2.1.85)
  • Plugins blocked by organization policy are now hidden from marketplace views and cannot be installed or enabled.(v2.1.85)
  • Added PowerShell tool for Windows as an opt-in preview.(v2.1.84)
  • Added `TaskCreated` hook that fires when a task is created via `TaskCreate`.(v2.1.84)
  • Added `WorktreeCreate` hook support for `type: "http"`.(v2.1.84)
  • Added `allowedChannelPlugins` managed setting for team/enterprise admins to define a channel plugin allowlist.(v2.1.84)
  • Added `x-client-request-id` header to API requests for debugging timeouts.(v2.1.84)
  • Added idle-return prompt that nudges users returning after 75+ minutes to `/clear`, reducing unnecessary token re-caching on stale sessions.(v2.1.84)
  • Enabled deep links (`claude-cli://`) to open in your preferred terminal instead of the first detected terminal.(v2.1.84)
  • Rules and skills `paths:` frontmatter now accepts a YAML list of globs.(v2.1.84)
  • Enabled global system-prompt caching when `ToolSearch` is enabled, including for users with MCP tools configured.(v2.1.84)
  • Added transcript search functionality, accessible via pressing / in transcript mode, with n/N to step through matches.(v2.1.83)
  • Added support for agents to declare an initialPrompt in frontmatter to automatically submit a first turn upon session start.(v2.1.83)
  • Enabled positional referencing of pasted images in prompts by inserting an [Image #N] chip at the cursor location.(v2.1.83)
  • Added support for binding `chat:killAgents` and `chat:fastMode` via the `~/.claude/keybindings.json` file.(v2.1.83)
  • Enabled the use of `Ctrl+X Ctrl+E` as an alternative binding for opening the external editor.(v2.1.83)
  • Added optional index argument to the /copy command: /copy N now copies the Nth-latest assistant response.(v2.1.77)
  • Added the allowRead sandbox filesystem setting to re-allow read access within denyRead regions.(v2.1.77)
  • Enabled sessions to be auto-named based on plan content when a plan is accepted.(v2.1.77)
  • Renamed the /fork command to /branch (with /fork remaining as an alias).(v2.1.77)
  • Added actionable suggestions to /context command to identify context-heavy tools, memory bloat, and capacity warnings with specific optimization tips(v2.1.74)
  • Added autoMemoryDirectory setting to configure a custom directory for auto-memory storage(v2.1.74)
  • Added `modelOverrides` setting to map model picker entries to custom provider model IDs (e.g. Bedrock inference profile ARNs)(v2.1.73)
  • Added actionable guidance when OAuth login or connectivity checks fail due to SSL certificate errors (corporate proxies, `NODE_EXTRA_CA_CERTS`)(v2.1.73)
  • Improved Up arrow after interrupting Claude to now restore the interrupted prompt and rewind the conversation in one step(v2.1.73)
  • Improved `/effort` to work while Claude is responding, matching `/model` behavior(v2.1.73)
  • Changed default Opus model on Bedrock, Vertex, and Microsoft Foundry to Opus 4.6 (was Opus 4.1)(v2.1.73)
  • Added the `w` key in `/copy` to write the focused selection directly to a file, bypassing the clipboard (useful over SSH).(v2.1.72)
  • Introduced optional description argument to `/plan` (e.g., `/plan fix the auth bug`) that enters plan mode and immediately starts.(v2.1.72)
  • Added `claude plugins` as an alias for `claude plugin`.(v2.1.72)
  • Added `ExitWorktree` tool to leave an `EnterWorktree` session.(v2.1.72)
  • Enabled the `CLAUDE_CODE_DISABLE_CRON` environment variable to immediately stop scheduled cron jobs mid-session.(v2.1.72)
  • Added `lsof`, `pgrep`, `tput`, `ss`, `fd`, and `fdfind` to the bash auto-approval allowlist, reducing permission prompts for common read-only operations.(v2.1.72)
  • Added support for marketplace git URLs without the `.git` suffix (Azure DevOps, AWS CodeCommit).(v2.1.72)
  • Restored the `model` parameter on the Agent tool for per-invocation model overrides.(v2.1.72)
  • Added effort level indicator on the input border in VSCode.(v2.1.72)
  • Added `vscode://anthropic.claude-code/open` URI handler in VSCode to open a new Claude Code tab programmatically, with optional `prompt` and `session` query parameters.(v2.1.72)
  • Added /loop command to run a prompt or slash command on a recurring interval (e.g. /loop 5m check the deploy)(v2.1.71)
  • Added cron scheduling tools for recurring prompts within a session(v2.1.71)
  • Added voice:pushToTalk keybinding to make the voice activation key rebindable in keybindings.json (default: space)(v2.1.71)
  • Added bash auto-approval for commands including: fmt, comm, cmp, numfmt, expr, test, printf, getconf, seq, tsort, and pr(v2.1.71)
  • Added spark icon in VS Code activity bar that lists all Claude Code sessions, with sessions opening as full editors(v2.1.70)
  • Added full markdown document view for plans in VS Code, with support for adding comments to provide feedback(v2.1.70)
  • Added native MCP server management dialog in VS Code, allowing users to enable/disable servers, reconnect, and manage OAuth authentication via the /mcp command(v2.1.70)
  • Added support for configuring the startup timeout for LSP servers via the `startupTimeout` setting.(v2.1.50)
  • Introduced `WorktreeCreate` and `WorktreeRemove` hook events to allow custom setup/teardown when agent worktrees are managed.(v2.1.50)
  • Enabled declarative use of isolated git worktrees for agents via `isolation: worktree` in agent definitions.(v2.1.50)
  • Added the `claude agents` command to the CLI for listing all configured agents.(v2.1.50)
  • Added support for the `CLAUDE_CODE_DISABLE_1M_CONTEXT` environment variable to disable the 1M context window feature.(v2.1.50)
  • Enabled the full 1M context window support for Opus 4.6 (fast mode).(v2.1.50)
  • Added support for the `/extra-usage` command within VS Code sessions.(v2.1.50)
  • Added `last_assistant_message` field to Stop and SubagentStop hook inputs, allowing hooks to access the final assistant response text.(v2.1.47)
  • Added `chat:newline` keybinding action for configurable multi-line input.(v2.1.47)
  • Added `added_dirs` to the statusline JSON `workspace` section, exposing directories added via `/add-dir` to external scripts.(v2.1.47)
  • Enabled using `ctrl+f` to kill all background agents instead of double-pressing ESC, allowing background agents to continue running when ESC cancels the main thread.(v2.1.47)
  • Added CLI subcommands for authentication management: `claude auth login`, `claude auth status`, and `claude auth logout`(v2.1.41)
  • Added native binary support for Windows ARM64 (win32-arm64) architecture(v2.1.41)
  • Added new task management system with dependency tracking capabilities.(v2.1.16)
  • Introduced native plugin management support within the VSCode extension.(v2.1.16)
  • Enabled OAuth users in VSCode to browse and resume remote Claude sessions directly from the Sessions dialog.(v2.1.16)
  • Added source path metadata to images dragged onto the terminal to help Claude understand image origins(v2.1.2)
  • Added clickable hyperlinks for file paths in tool output in terminals that support OSC 8 (like iTerm)(v2.1.2)
  • Added support for Windows Package Manager (winget) installations with automatic detection and update instructions(v2.1.2)
  • Added Shift+Tab keyboard shortcut in plan mode to quickly select "auto-accept edits" option(v2.1.2)
  • Added FORCE_AUTOUPDATE_PLUGINS environment variable to allow plugin autoupdate even when the main auto-updater is disabled(v2.1.2)
  • Added agent_type to SessionStart hook input, populated if --agent is specified(v2.1.2)

All DESKTOP Bug Fixes

  • Fixed MCP tool calls hanging indefinitely when the server connection drops mid-response on SSE/HTTP transports.(v2.1.110)
  • Fixed non-streaming fallback retries causing multi-minute hangs when the API is unreachable.(v2.1.110)
  • Fixed session recap, local slash-command output, and other system status lines not appearing in focus mode.(v2.1.110)
  • Fixed high CPU usage in fullscreen when text is selected while a tool is running.(v2.1.110)
  • Fixed plugin install not honoring dependencies declared in `plugin.json` when the marketplace entry omits them; /plugin install now lists auto-installed dependencies.(v2.1.110)
  • Fixed skills with `disable-model-invocation: true` failing when invoked via /<skill> mid-message.(v2.1.110)
  • Fixed `--resume` sometimes showing the first prompt instead of the /rename name for sessions still running or exited uncleanly.(v2.1.110)
  • Fixed queued messages briefly appearing twice during multi-tool-call turns.(v2.1.110)
  • Fixed session cleanup not removing the full session directory including subagent transcripts.(v2.1.110)
  • Fixed dropped keystrokes after the CLI relaunches (e.g. /tui, provider setup wizards).(v2.1.110)
  • Fixed garbled startup rendering in macOS Terminal.app and other terminals that don't support synchronized output.(v2.1.110)
  • Hardened "Open in editor" actions against command injection from untrusted filenames.(v2.1.110)
  • Fixed `PermissionRequest` hooks returning `updatedInput` not being re-checked against `permissions.deny` rules; `setMode:'bypassPermissions'` updates now respect `disableBypassPermissionsMode`.(v2.1.110)
  • Fixed `PreToolUse` hook `additionalContext` being dropped when the tool call fails.(v2.1.110)
  • Fixed stdio MCP servers that print stray non-JSON lines to stdout being disconnected on the first stray line (regression in 2.1.105).(v2.1.110)
  • Fixed headless/SDK session auto-title firing an extra Haiku request when `CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC` or `CLAUDE_CODE_DISABLE_TERMINAL_TITLE` is set.(v2.1.110)
  • Fixed potential excessive memory allocation when piped (non-TTY) Ink output contains a single very wide line.(v2.1.110)
  • Fixed /skills menu not scrolling when the list overflows the modal in fullscreen mode.(v2.1.110)
  • Fixed Remote Control sessions showing a generic error instead of prompting for re-login when the session is too old.(v2.1.110)
  • Fixed Remote Control session renames from claude.ai not persisting the title to the local CLI session.(v2.1.110)
  • Fixed a command injection vulnerability in the POSIX which fallback used by LSP binary detection.(v2.1.101)
  • Fixed a memory leak where long sessions retained dozens of historical copies of the message list in the virtual scroller.(v2.1.101)
  • Fixed resume/continue losing conversation context on large sessions when the loader anchored on a dead-end branch.(v2.1.101)
  • Fixed resume chain recovery bridging into an unrelated subagent conversation when a subagent message landed near a main-chain write gap.(v2.1.101)
  • Fixed a crash on resume when a persisted Edit\/Write tool result was missing its file_path.(v2.1.101)
  • Fixed a hardcoded 5-minute request timeout that aborted slow backends regardless of API_TIMEOUT_MS.(v2.1.101)
  • Fixed permissions.deny rules not overriding a PreToolUse hook's permissionDecision: "ask", preventing hooks from downgrading denies to prompts.(v2.1.101)
  • Fixed setting sources without user causing background cleanup to ignore cleanupPeriodDays and delete history older than 30 days.(v2.1.101)
  • Fixed Bedrock SigV4 authentication failing with 403 when Authorization headers were set via environment variables or helpers.(v2.1.101)
  • Fixed claude -w <name> failing with "already exists" after stale worktree cleanup from a previous session.(v2.1.101)
  • Fixed subagents not inheriting MCP tools from dynamically-injected servers.(v2.1.101)
  • Fixed sub-agents running in isolated worktrees being denied Read\/Edit access to files inside their own worktree.(v2.1.101)
  • Fixed sandboxed Bash commands failing with mktemp: No such file or directory after a fresh boot.(v2.1.101)
  • Fixed claude mcp serve tool calls failing with "Tool execution failed" in MCP clients that validate outputSchema.(v2.1.101)
  • Fixed RemoteTrigger tool's run action sending an empty body and being rejected by the server.(v2.1.101)
  • Fixed several resume picker issues including narrow default view, unreachable preview on Windows Terminal, incorrect cwd, missing session-not-found errors, and terminal title not being set.(v2.1.101)
  • Fixed Grep tool ENOENT when the embedded ripgrep binary path becomes stale; now falls back to system rg and self-heals.(v2.1.101)
  • Fixed \/btw writing a copy of the entire conversation to disk on every use.(v2.1.101)
  • Fixed \/context Free space and Messages breakdown disagreeing with the header percentage.(v2.1.101)
  • Fixed several plugin issues including slash commands resolving incorrectly, \/plugin update failing with ENAMETOOLONG, Discover showing installed plugins, directory-source plugins loading stale cache, and skills not honoring context and agent frontmatter.(v2.1.101)
  • Fixed the \/mcp menu offering OAuth-specific actions for servers configured with headersHelper; Reconnect is now offered instead.(v2.1.101)
  • Fixed ctrl+], ctrl+\, and ctrl+^ keybindings not firing in terminals that send raw C0 control bytes.(v2.1.101)
  • Fixed \/login OAuth URL rendering with padding that prevented clean mouse selection.(v2.1.101)
  • Fixed rendering issues including flicker in non-fullscreen mode, scrollback wiping, and mouse-scroll escape sequences leaking into the prompt.(v2.1.101)
  • Fixed crash when settings.json env values are numbers instead of strings.(v2.1.101)
  • Fixed in-app settings writes not refreshing the in-memory snapshot, preventing removed directories from being revoked mid-session.(v2.1.101)
  • Fixed custom keybindings not loading on Bedrock, Vertex, and other third-party providers.(v2.1.101)
  • Fixed claude --continue -p not correctly continuing sessions created by -p or the SDK.(v2.1.101)
  • Fixed several Remote Control issues including worktrees removed on session crash, connection failures not persisting, spurious Disconnected indicator in brief mode, and \/remote-control failing over SSH when only Organization UUID is set.(v2.1.101)
  • Fixed \/insights sometimes omitting the report file link from its response.(v2.1.101)
  • Fixed the file attachment below the chat input not clearing when the last editor tab is closed in VSCode.(v2.1.101)
  • Fixed agents appearing stuck after a 429 rate-limit response with a long Retry-After header; the error now surfaces immediately.(v2.1.94)
  • Fixed Console login on macOS silently failing when the login keychain is locked or out of sync; the error is now surfaced and `claude doctor` diagnoses the fix.(v2.1.94)
  • Fixed plugin skill hooks defined in YAML frontmatter being silently ignored.(v2.1.94)
  • Fixed plugin hooks failing with "No such file or directory" when `CLAUDE_PLUGIN_ROOT` was not set.(v2.1.94)
  • Fixed `${CLAUDE_PLUGIN_ROOT}` resolving incorrectly for local-marketplace plugins on startup.(v2.1.94)
  • Fixed scrollback showing repeated diffs and blank pages in long-running sessions.(v2.1.94)
  • Fixed multiline user prompts in the transcript indenting wrapped lines incorrectly under the caret.(v2.1.94)
  • Fixed Shift+Space inserting the literal word "space" instead of a space character in search inputs.(v2.1.94)
  • Fixed hyperlinks opening two browser tabs when clicked inside tmux running in an xterm.js-based terminal.(v2.1.94)
  • Fixed an alt-screen rendering bug that could leave compounding ghost lines during scrolling.(v2.1.94)
  • Fixed the `FORCE_HYPERLINK` environment variable being ignored when set via `settings.json` `env`.(v2.1.94)
  • Fixed native terminal cursor not tracking the selected tab in dialogs.(v2.1.94)
  • Fixed Bedrock invocation of Sonnet 3.5 v2 by correctly using the `us.` inference profile ID.(v2.1.94)
  • Fixed SDK/print mode not preserving the partial assistant response in conversation history when interrupted mid-stream.(v2.1.94)
  • Fixed CJK and other multibyte text being corrupted with U+FFFD in stream-json input/output when chunk boundaries split a UTF-8 sequence.(v2.1.94)
  • Fixed VSCode dropdown menus selecting the wrong item when the mouse was over the list while typing or using arrow keys.(v2.1.94)
  • Fixed subagent spawning permanently failing with "Could not determine pane count" after tmux windows were killed or renumbered during a long-running session.(v2.1.92)
  • Fixed prompt-type Stop hooks incorrectly failing when the small fast model returns ok:false, restoring preventContinuation:true semantics for non-Stop prompt-type hooks.(v2.1.92)
  • Fixed tool input validation failures when streaming emits array/object fields as JSON-encoded strings.(v2.1.92)
  • Fixed an API 400 error that could occur when extended thinking produced a whitespace-only text block alongside real content.(v2.1.92)
  • Fixed accidental feedback survey submissions caused by auto-pilot keypresses and consecutive-prompt digit collisions.(v2.1.92)
  • Fixed misleading "esc to interrupt" hint appearing alongside "esc to clear" when text selection exists in fullscreen mode during processing.(v2.1.92)
  • Fixed Homebrew install update prompts to use the correct release channel (claude-code → stable, claude-code@latest → latest).(v2.1.92)
  • Fixed ctrl+e jumping to the end of the next line when already at the end of the line in multiline prompts.(v2.1.92)
  • Fixed an issue where the same message could appear at two positions when scrolling up in fullscreen mode (for terminals supporting DEC 2026).(v2.1.92)
  • Fixed idle-return "/clear to save X tokens" hint showing cumulative session tokens instead of the current context size.(v2.1.92)
  • Fixed plugin MCP servers getting stuck "connecting" on session start when they duplicate an unauthenticated claude.ai connector.(v2.1.92)
  • Restored unix-socket blocking for sandboxed commands by ensuring the apply-seccomp helper ships in both npm and native builds for the Linux sandbox.(v2.1.92)
  • Fixed `/compact` failing with "context exceeded" when the conversation history is too large for the compact request itself.(v2.1.85)
  • Fixed `/plugin enable` and `/plugin disable` failing when a plugin's install location differs from its declaration in settings.(v2.1.85)
  • Fixed `--worktree` exiting with an error in non-git repositories before the `WorktreeCreate` hook could execute.(v2.1.85)
  • Fixed `deniedMcpServers` setting failing to block claude.ai MCP servers.(v2.1.85)
  • Fixed `switch_display` in the computer-use tool returning "not available in this session" on multi-monitor setups.(v2.1.85)
  • Fixed crash when OpenTelemetry log, metric, or trace exporters are set to `none`.(v2.1.85)
  • Fixed diff syntax highlighting not working in non-native builds.(v2.1.85)
  • Fixed MCP step-up authorization failing when a refresh token exists; servers requesting elevated scopes now correctly trigger re-authorization.(v2.1.85)
  • Fixed memory leak in remote sessions when a streaming response is interrupted.(v2.1.85)
  • Fixed persistent ECONNRESET errors during edge connection churn by using a fresh TCP connection on retry.(v2.1.85)
  • Fixed prompts getting stuck in the queue after certain slash commands, preventing retrieval with the up-arrow key.(v2.1.85)
  • Fixed Python Agent SDK: `type:'sdk'` MCP servers passed via `--mcp-config` not being retained during startup.(v2.1.85)
  • Fixed raw key sequences appearing in the prompt when running over SSH or in the VS Code integrated terminal.(v2.1.85)
  • Fixed Remote Control session status remaining stuck on "Requires Action" after a permission is resolved.(v2.1.85)
  • Fixed shift+enter and meta+enter being intercepted by typeahead suggestions instead of inserting newlines.(v2.1.85)
  • Fixed stale content bleeding through when scrolling up during streaming.(v2.1.85)
  • Fixed terminal remaining in enhanced keyboard mode after exit in supported terminals (Ghostty, Kitty, WezTerm), ensuring Ctrl+C and Ctrl+D work correctly.(v2.1.85)
  • Fixed voice push-to-talk: holding the voice key no longer leaks characters into the text input, and transcripts now insert at the correct position.(v2.1.84)
  • Fixed up/down arrow keys being unresponsive when a footer item is focused.(v2.1.84)
  • Fixed `Ctrl+U` (kill-to-line-start) being a no-op at line boundaries in multiline input, so repeated `Ctrl+U` now clears across lines.(v2.1.84)
  • Fixed null-unbinding a default chord binding (e.g. `"ctrl+x ctrl+k": null`) still entering chord-wait mode instead of freeing the prefix key.(v2.1.84)
  • Fixed mouse events inserting literal "mouse" text into transcript search input.(v2.1.84)
  • Fixed workflow subagents failing with API 400 when the outer session uses `--json-schema` and the subagent also specifies a schema.(v2.1.84)
  • Fixed missing background color behind certain emoji in user message bubbles on some terminals.(v2.1.84)
  • Fixed the "allow Claude to edit its own settings for this session" permission option not sticking for users with `Edit(.claude)` allow rules.(v2.1.84)
  • Fixed a hang when generating attachment snippets for large edited files.(v2.1.84)
  • Fixed MCP tool/resource cache leak on server reconnect.(v2.1.84)
  • Fixed a startup performance issue where partial clone repositories (Scalar/GVFS) triggered mass blob downloads.(v2.1.84)
  • Fixed native terminal cursor not tracking the text input caret, so IME composition (CJK input) now renders inline and screen readers can follow the input position.(v2.1.84)
  • Fixed spurious "Not logged in" errors on macOS caused by transient keychain read failures.(v2.1.84)
  • Fixed cold-start race where core tools could be deferred without their bypass active, causing Edit/Write to fail with InputValidationError on typed parameters.(v2.1.84)
  • Fixed mouse tracking escape sequences leaking to the shell prompt after exiting the application.(v2.1.83)
  • Resolved an issue causing Claude Code to hang on exit specifically on macOS.(v2.1.83)
  • Fixed the screen flashing blank after being idle for a few seconds.(v2.1.83)
  • Fixed a hang that occurred when diffing very large files with few common lines; diffs now time out gracefully after 5 seconds.(v2.1.83)
  • Fixed a 1–8 second UI freeze on startup when voice input was enabled, caused by eager loading of the native audio module.(v2.1.83)
  • Fixed a startup regression where Claude Code would wait approximately 3 seconds for the claude.ai MCP config fetch before proceeding.(v2.1.83)
  • Fixed the `--mcp-config` CLI flag bypassing enforcement of `allowedMcpServers`/`deniedMcpServers` managed policies.(v2.1.83)
  • Fixed claude.ai MCP connectors (Slack, Gmail, etc.) not being available when using single-turn `--print` mode.(v2.1.83)
  • Fixed the `caffeinate` process not terminating correctly upon Claude Code exit, which prevented Mac systems from sleeping.(v2.1.83)
  • Fixed bash mode not activating correctly when tab-accepting command suggestions prefixed with !.(v2.1.83)
  • Fixed stale slash command selection showing the wrong highlighted command after navigating suggestions.(v2.1.83)
  • Fixed the /config menu incorrectly showing both the search cursor and list selection simultaneously.(v2.1.83)
  • Fixed background subagents becoming invisible after context compaction, preventing duplicate agents from spawning.(v2.1.83)
  • Fixed background agent tasks getting stuck in a "running" state when git or API calls hung during cleanup.(v2.1.83)
  • Fixed the --channels flag incorrectly showing "Channels are not currently available" on the first launch after an upgrade.(v2.1.83)
  • Fixed uninstalled plugin hooks continuing to fire until the next session started.(v2.1.83)
  • Fixed queued commands flickering during streaming responses.(v2.1.83)
  • Fixed slash commands being sent to the model as plain text when submitted while a message was already processing.(v2.1.83)
  • Fixed scrollback jumping to the top when collapsed read/search groups finished loading after scrolling offscreen.(v2.1.83)
  • Fixed scrollback jumping to the top when the model started or stopped thinking.(v2.1.83)
  • Fixed loss of SDK session history upon resume caused by hook progress/attachment messages forking the parentUuid chain.(v2.1.83)
  • Fixed copy-on-select functionality failing when the mouse button was released outside the terminal window.(v2.1.83)
  • Fixed ghost characters appearing in height-constrained lists when items overflowed their bounds.(v2.1.83)
  • Fixed `Ctrl+B` interfering with readline backward-char functionality at an idle prompt; it now only fires when a foreground task can be backgrounded.(v2.1.83)
  • Fixed tool result files never being cleaned up, ignoring the `cleanupPeriodDays` setting.(v2.1.83)
  • Fixed the space key being swallowed for up to 3 seconds after releasing voice hold-to-talk.(v2.1.83)
  • Fixed ALSA library errors corrupting the terminal UI when using voice mode on Linux systems lacking audio hardware (e.g., Docker, headless, WSL1).(v2.1.83)
  • Fixed voice mode SoX detection issues on Termux/Android where spawning `which` is kernel-restricted.(v2.1.83)
  • Fixed Remote Control sessions incorrectly showing as Idle in the web session list while actively running.(v2.1.83)
  • Fixed footer navigation selecting an invisible Remote Control pill when in config-driven mode.(v2.1.83)
  • Fixed a memory leak in remote sessions where tool use IDs accumulated indefinitely.(v2.1.83)
  • [VSCode] Fixed session history not loading correctly when reopening a session via URL or after restarting the editor.(v2.1.83)
  • Fixed the "Always Allow" setting for compound bash commands (e.g., cd src && npm test) incorrectly saving a single rule for the full string instead of per-subcommand, which caused dead rules and repeated prompts.(v2.1.77)
  • Fixed the auto-updater accumulating tens of gigabytes of memory by starting overlapping binary downloads when the slash-command overlay repeatedly opened and closed.(v2.1.77)
  • Fixed the --resume command silently truncating recent conversation history due to a race condition between memory-extraction writes and the main transcript.(v2.1.77)
  • Fixed PreToolUse hooks returning "allow" bypassing deny permission rules, including enterprise managed settings.(v2.1.77)
  • Fixed the Write tool silently converting line endings when overwriting CRLF files or creating files in CRLF directories.(v2.1.77)
  • Fixed memory growth in long-running sessions caused by progress messages surviving compaction.(v2.1.77)
  • Fixed cost and token usage not being tracked when the API falls back to non-streaming mode.(v2.1.77)
  • Fixed CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS not stripping beta tool-schema fields, which caused proxy gateways to reject requests.(v2.1.77)
  • Fixed the Bash tool reporting errors for successful commands when the system temp directory path contains spaces.(v2.1.77)
  • Fixed paste operation being lost when typing immediately after pasting.(v2.1.77)
  • Fixed Ctrl+D in the /feedback text input deleting forward instead of exiting the session on the second press.(v2.1.77)
  • Fixed an API error occurring when dragging a 0-byte image file into the prompt.(v2.1.77)
  • Fixed Claude Desktop sessions incorrectly using the terminal CLI's configured API key instead of OAuth.(v2.1.77)
  • Fixed git-subdir plugins located at different subdirectories of the same monorepo commit colliding in the plugin cache.(v2.1.77)
  • Fixed ordered list numbers not rendering correctly in the terminal UI.(v2.1.77)
  • Fixed a race condition where stale-worktree cleanup could delete an agent worktree that was just resumed from a previous crash.(v2.1.77)
  • Fixed input deadlock occurring when opening /mcp or similar dialogs while the agent is running.(v2.1.77)
  • Fixed Backspace and Delete keys not functioning in vim NORMAL mode.(v2.1.77)
  • Fixed the status line not updating when vim mode is toggled on or off.(v2.1.77)
  • Fixed hyperlinks opening twice on Cmd+click in VS Code, Cursor, and other xterm.js-based terminals.(v2.1.77)
  • Fixed background colors rendering as terminal-default inside tmux when using the default configuration.(v2.1.77)
  • Fixed iTerm2 session crash when selecting text inside tmux over SSH.(v2.1.77)
  • Fixed clipboard copy silently failing in tmux sessions; the copy toast now correctly indicates whether to paste with ⌘V or tmux prefix+].(v2.1.77)
  • Fixed ←/→ keys accidentally switching tabs in settings, permissions, and sandbox dialogs while navigating lists.(v2.1.77)
  • Fixed IDE integration not auto-connecting when Claude Code is launched inside tmux or screen.(v2.1.77)
  • Fixed CJK characters visually bleeding into adjacent UI elements when clipped at the right edge.(v2.1.77)
  • Fixed teammate panes not closing when the leader exits.(v2.1.77)
  • Fixed iTerm2 auto mode not correctly detecting iTerm2 for native split-pane teammates.(v2.1.77)
  • Fixed the Agent tool incorrectly accepting a resume parameter; users must now use SendMessage({to: agentId}) to continue a previously spawned agent.(v2.1.77)
  • Fixed memory leak where streaming API response buffers were not released when the generator was terminated early, causing unbounded RSS growth on the Node.js/npm code path(v2.1.74)
  • Fixed managed policy ask rules being bypassed by user allow rules or skill allowed-tools(v2.1.74)
  • Fixed full model IDs (e.g., claude-opus-4-5) being silently ignored in agent frontmatter model: field and --agents JSON config; agents now accept the same model values as --model(v2.1.74)
  • Fixed MCP OAuth authentication hanging when the callback port is already in use(v2.1.74)
  • Fixed MCP OAuth refresh never prompting for re-auth after the refresh token expires for OAuth servers that return errors with HTTP 200 (e.g. Slack)(v2.1.74)
  • Fixed voice mode silently failing on the macOS native binary for users whose terminal had never been granted microphone permission; the binary now includes the audio-input entitlement so macOS prompts correctly(v2.1.74)
  • Fixed SessionEnd hooks being killed after 1.5 s on exit regardless of hook.timeout; this is now configurable via CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS(v2.1.74)
  • Fixed /plugin install failing inside the REPL for marketplace plugins with local sources(v2.1.74)
  • Fixed marketplace update not syncing git submodules; plugin sources in submodules no longer break after update(v2.1.74)
  • Fixed unknown slash commands with arguments silently dropping input; the command now shows your input as a warning(v2.1.74)
  • Fixed Hebrew, Arabic, and other RTL text not rendering correctly in Windows Terminal, conhost, and VS Code integrated terminal(v2.1.74)
  • Fixed LSP servers not working on Windows due to malformed file URIs(v2.1.74)
  • [VSCode] Fixed delete button not working for Untitled sessions(v2.1.74)
  • Fixed freezes and 100% CPU loops triggered by permission prompts for complex bash commands(v2.1.73)
  • Fixed a deadlock that could freeze Claude Code when many skill files changed at once (e.g. during `git pull` in a repo with a large `.claude/skills/` directory)(v2.1.73)
  • Fixed Bash tool output being lost when running multiple Claude Code sessions in the same project directory(v2.1.73)
  • Fixed subagents with `model: opus`/`sonnet`/`haiku` being silently downgraded to older model versions on Bedrock, Vertex, and Microsoft Foundry(v2.1.73)
  • Fixed background bash processes spawned by subagents not being cleaned up when the agent exits(v2.1.73)
  • Fixed `/resume` showing the current session in the picker(v2.1.73)
  • Fixed `/ide` crashing with `onInstall is not defined` when auto-installing the extension(v2.1.73)
  • Fixed `/loop` not being available on Bedrock/Vertex/Foundry and when telemetry was disabled(v2.1.73)
  • Fixed SessionStart hooks firing twice when resuming a session via `--resume` or `--continue`(v2.1.73)
  • Fixed JSON-output hooks injecting no-op system-reminder messages into the model's context on every turn(v2.1.73)
  • Fixed voice mode session corruption when a slow connection overlaps a new recording(v2.1.73)
  • Fixed Linux sandbox failing to start with "ripgrep (rg) not found" on native builds(v2.1.73)
  • Fixed Linux native modules not loading on Amazon Linux 2 and other glibc 2.26 systems(v2.1.73)
  • Fixed "media_type: Field required" API error when receiving images via Remote Control(v2.1.73)
  • Fixed `/heapdump` failing on Windows with `EEXIST` error when the Desktop folder already exists(v2.1.73)
  • VSCode: Fixed HTTP 400 errors for users behind proxies or on Bedrock/Vertex with Claude 4.5 models(v2.1.73)
  • Fixed slow exits when background tasks or hooks were slow to respond.(v2.1.72)
  • Fixed agent task progress stuck on "Initializing…".(v2.1.72)
  • Fixed skill hooks firing twice per event when a hooks-enabled skill is invoked by the model.(v2.1.72)
  • Fixed several voice mode issues: occasional input lag, false "No speech detected" errors after releasing push-to-talk, and stale transcripts re-filling the prompt after submission.(v2.1.72)
  • Fixed `--continue` not resuming from the most recent point after `--compact`.(v2.1.72)
  • Fixed bash security parsing edge cases.(v2.1.72)
  • Fixed several plugin issues: installation failing on Windows with `EEXIST` error in OneDrive folders, marketplace blocking user-scope installs when a project-scope install exists, `CLAUDE_CODE_PLUGIN_CACHE_DIR` creating literal `~` directories, and `plugin.json` with marketplace-only fields failing to load.(v2.1.72)
  • Fixed feedback survey appearing too frequently in long sessions.(v2.1.72)
  • Fixed `--effort` CLI flag being reset by unrelated settings writes on startup.(v2.1.72)
  • Fixed backgrounded Ctrl+B queries losing their transcript or corrupting the new conversation after `/clear`.(v2.1.72)
  • Fixed `/clear` killing background agent/bash tasks — only foreground tasks are now cleared.(v2.1.72)
  • Fixed worktree isolation issues: Task tool resume not restoring cwd, and background task notifications missing `worktreePath` and `worktreeBranch`.(v2.1.72)
  • Fixed `/model` not displaying results when run while Claude is working.(v2.1.72)
  • Fixed digit keys selecting menu options instead of typing in plan mode permission prompt's text input.(v2.1.72)
  • Fixed sandbox permission issues: certain file write operations incorrectly allowed without prompting, and output redirections to allowlisted directories (like `/tmp/claude/`) prompting unnecessarily.(v2.1.72)
  • Fixed prompt cache invalidation in SDK `query()` calls, reducing input token costs up to 12x.(v2.1.72)
  • Fixed Escape key becoming unresponsive after cancelling a query.(v2.1.72)
  • Fixed double Ctrl+C not exiting when background agents or tasks are running.(v2.1.72)
  • Fixed team agents to inherit the leader's model.(v2.1.72)
  • Fixed "Always Allow" saving permission rules that never match again.(v2.1.72)
  • Fixed several hooks issues: `transcript_path` pointing to the wrong directory for resumed/forked sessions, agent `prompt` being silently deleted from settings.json on every settings write, PostToolUse block reason displaying twice, async hooks not receiving stdin with bash `read -r`, and validation error message showing an example that fails validation.(v2.1.72)
  • Fixed session crashes in Desktop/SDK when Read returned files containing U+2028/U+2029 characters.(v2.1.72)
  • Fixed terminal title being cleared on exit even when `CLAUDE_CODE_DISABLE_TERMINAL_TITLE` was set.(v2.1.72)
  • Fixed several permission rule matching issues: wildcard rules not matching commands with heredocs, embedded newlines, or no arguments; `sandbox.excludedCommands` failing with env var prefixes; "always allow" suggesting overly broad prefixes for nested CLI tools; and deny rules not applying to all command forms.(v2.1.72)
  • Fixed oversized and truncated images from Bash data-URL output.(v2.1.72)
  • Fixed a crash when resuming sessions that contained Bedrock API errors.(v2.1.72)
  • Fixed intermittent "expected boolean, received string" validation errors on Edit, Bash, and Grep tool inputs.(v2.1.72)
  • Fixed multi-line session titles when forking from a conversation whose first message contained newlines.(v2.1.72)
  • Fixed queued messages not showing attached images, and images being lost when pressing ↑ to edit a queued message.(v2.1.72)
  • Fixed parallel tool calls where a failed Read/WebFetch/Glob would cancel its siblings — only Bash errors now cascade.(v2.1.72)
  • VSCode: Fixed scroll speed in integrated terminals not matching native terminals.(v2.1.72)
  • VSCode: Fixed Shift+Enter submitting input instead of inserting a newline for users with older keybindings.(v2.1.72)
  • Fixed stdin freeze in long-running sessions where keystrokes stop being processed but the process stays alive(v2.1.71)
  • Fixed a 5–8 second startup freeze for users with voice mode enabled, caused by CoreAudio initialization blocking the main thread after system wake(v2.1.71)
  • Fixed startup UI freeze when many claude.ai proxy connectors refresh an expired OAuth token simultaneously(v2.1.71)
  • Fixed forked conversations (/fork) sharing the same plan file, which caused plan edits in one fork to overwrite the other(v2.1.71)
  • Fixed the Read tool putting oversized images into context when image processing failed, breaking subsequent turns in long image-heavy sessions(v2.1.71)
  • Fixed false-positive permission prompts for compound bash commands containing heredoc commit messages(v2.1.71)
  • Fixed plugin installations being lost when running multiple Claude Code instances(v2.1.71)
  • Fixed claude.ai connectors failing to reconnect after OAuth token refresh(v2.1.71)
  • Fixed claude.ai MCP connector startup notifications appearing for every org-configured connector instead of only previously connected ones(v2.1.71)
  • Fixed background agent completion notifications missing the output file path, which made it difficult for parent agents to recover agent results after context compaction(v2.1.71)
  • Fixed duplicate output in Bash tool error messages when commands exit with non-zero status(v2.1.71)
  • Fixed Chrome extension auto-detection getting permanently stuck on "not installed" after running on a machine without local Chrome(v2.1.71)
  • Fixed /plugin marketplace update failing with merge conflicts when the marketplace is pinned to a branch/tag ref(v2.1.71)
  • Fixed /plugin marketplace add owner/repo@ref incorrectly parsing @ — previously only # worked as a ref separator(v2.1.71)
  • Fixed duplicate entries in /permissions Workspace tab when the same directory is added with and without a trailing slash(v2.1.71)
  • Fixed --print hanging forever when team agents are configured — the exit loop no longer waits on long-lived in_process_teammate tasks(v2.1.71)
  • Fixed "❯ Tool loaded." appearing in the REPL after every ToolSearch call(v2.1.71)
  • Fixed prompting for cd <cwd> && git ... on Windows when the model uses a mingw-style path(v2.1.71)
  • Fixed API 400 errors when using ANTHROPIC_BASE_URL with a third-party gateway, ensuring tool search correctly detects proxy endpoints and disables tool_reference blocks(v2.1.70)
  • Fixed API Error: 400 This model does not support the effort parameter when using custom Bedrock inference profiles or non-standard model identifiers(v2.1.70)
  • Fixed empty model responses immediately after ToolSearch caused by server rendering tool schemas with system-prompt-style tags at the prompt tail(v2.1.70)
  • Fixed prompt-cache bust occurring when an MCP server with instructions connects after the first turn(v2.1.70)
  • Fixed Enter key inserting a newline instead of submitting when typing over a slow SSH connection(v2.1.70)
  • Fixed clipboard corrupting non-ASCII text (CJK, emoji) on Windows/WSL by switching to PowerShell Set-Clipboard(v2.1.70)
  • Fixed extra VS Code windows opening at startup on Windows when running from the VS Code integrated terminal(v2.1.70)
  • Fixed voice mode failing on Windows native binary with "native audio module could not be loaded"(v2.1.70)
  • Fixed push-to-talk not activating on session start when voiceEnabled: true was set in settings(v2.1.70)
  • Fixed markdown links containing #NNN references incorrectly pointing to the current repository instead of the linked URL(v2.1.70)
  • Fixed repeated "Model updated to Opus 4.6" notification when a project's .claude/settings.json had a legacy Opus model string pinned(v2.1.70)
  • Fixed plugins showing as inaccurately installed in /plugin(v2.1.70)
  • Fixed plugins showing "not found in marketplace" errors on fresh startup by auto-refreshing after marketplace installation(v2.1.70)
  • Fixed /security-review command failing with unknown option merge-base on older git versions(v2.1.70)
  • Fixed /color command lacking a way to reset to default; /color default, /color gray, /color reset, and /color none now restore the default color(v2.1.70)
  • Fixed a performance regression in the AskUserQuestion preview dialog that re-ran markdown rendering on every keystroke in the notes input(v2.1.70)
  • Fixed feature flags read during early startup never refreshing their disk cache, causing stale values to persist across sessions(v2.1.70)
  • Fixed permissions.defaultMode settings values other than acceptEdits or plan being applied in Claude Code Remote environments (they are now ignored)(v2.1.70)
  • Fixed skill listing being re-injected on every --resume, saving approximately 600 tokens per resume(v2.1.70)
  • Fixed teleport marker not rendering in VS Code teleported sessions(v2.1.70)
  • Fixed an issue where resumed sessions could be invisible when the working directory contained symlinks due to inconsistent path resolution during startup.(v2.1.50)
  • Fixed session data loss upon SSH disconnect by ensuring session data is flushed before hooks and analytics during graceful shutdown.(v2.1.50)
  • Fixed native modules failing to load on Linux systems using glibc older than 2.30 (e.g., RHEL 8).(v2.1.50)
  • Fixed a memory leak in agent teams where completed teammate tasks were not being garbage collected from session state.(v2.1.50)
  • Fixed `CLAUDE_CODE_SIMPLE` mode to correctly strip down skills, session memory, custom agents, and CLAUDE.md token counting.(v2.1.50)
  • Fixed the `/mcp reconnect` command from freezing the CLI when provided with a non-existent server name.(v2.1.50)
  • Fixed a memory leak where completed task state objects were not being removed from AppState.(v2.1.50)
  • Fixed an issue where MCP tools were not discovered when tool search was enabled and a prompt was provided as a launch argument.(v2.1.50)
  • Fixed unbounded memory growth in long sessions by capping file history snapshots.(v2.1.50)
  • Fixed a memory leak where LSP diagnostic data was not cleaned up after delivery.(v2.1.50)
  • Fixed a memory leak where completed task output was not being freed from memory.(v2.1.50)
  • Fixed a prompt suggestion cache regression that resulted in lower cache hit rates.(v2.1.50)
  • Fixed a memory leak where TaskOutput retained recent lines after cleanup.(v2.1.50)
  • Fixed a memory leak in CircularBuffer where cleared items were retained in the backing array.(v2.1.50)
  • Fixed a memory leak in shell command execution where ChildProcess and AbortController references were retained after cleanup.(v2.1.50)
  • Fixed FileWriteTool line counting to preserve intentional trailing blank lines instead of stripping them.(v2.1.47)
  • Fixed Windows terminal rendering bugs where line counts showed incorrect values (always 1) due to `os.EOL` (`\r\n`) in display code.(v2.1.47)
  • Fixed bold and colored text in markdown output shifting to the wrong characters on Windows due to `\r\n` line endings.(v2.1.47)
  • Fixed compaction failing when conversations contain many PDF documents by stripping document blocks alongside images before sending to the compaction API.(v2.1.47)
  • Fixed bash tool output being silently discarded on Windows when using MSYS2 or Cygwin shells.(v2.1.47)
  • Fixed the bash permission classifier from incorrectly granting permissions based on hallucinated descriptions.(v2.1.47)
  • Fixed user-defined agents only loading one file on NFS/FUSE filesystems that report zero inodes.(v2.1.47)
  • Fixed plugin agent skills silently failing to load when referenced by bare name instead of fully-qualified plugin name.(v2.1.47)
  • Fixed CWD tracking temp files never being cleaned up on Windows, preventing indefinite accumulation.(v2.1.47)
  • Fixed API 400 errors ("thinking blocks cannot be modified") in sessions with concurrent agents caused by interleaved streaming content blocks.(v2.1.47)
  • Fixed a single file write/edit error from aborting all other parallel file write/edit operations; independent mutations now complete on failure.(v2.1.47)
  • Fixed custom session titles set via `/rename` being lost after resuming a conversation.(v2.1.47)
  • Fixed collapsed read/search hint text overflowing on narrow terminals by truncating from the start.(v2.1.47)
  • Fixed bash commands using backslash-newline continuation lines (`\` followed by newline) producing spurious empty arguments.(v2.1.47)
  • Fixed built-in slash commands being hidden from the autocomplete dropdown when many user skills are installed.(v2.1.47)
  • Fixed MCP servers not appearing in the MCP Management Dialog after deferred loading.(v2.1.47)
  • Fixed session name persisting in status bar after `/clear` command.(v2.1.47)
  • Fixed crash when a skill's `name` or `description` in SKILL.md frontmatter is a bare number, by coercing the value to a string.(v2.1.47)
  • Fixed `/resume` silently dropping sessions when the first message exceeds 16KB or uses array-format content.(v2.1.47)
  • Fixed `claude doctor` misclassifying mise and asdf-managed installations as native installs.(v2.1.47)
  • Fixed zsh heredoc failing with "read-only file system" error in sandboxed commands.(v2.1.47)
  • Fixed agent progress indicator showing inflated tool use count.(v2.1.47)
  • Fixed image pasting not working on WSL2 systems where Windows copies images as BMP format.(v2.1.47)
  • Fixed background agent results returning raw transcript data instead of the agent's final answer.(v2.1.47)
  • Fixed Warp terminal incorrectly prompting for Shift+Enter setup when it supports it natively.(v2.1.47)
  • Fixed CJK wide characters causing misaligned timestamps and layout elements in the TUI.(v2.1.47)
  • Fixed custom agent `model` field in `.claude/agents/*.md` being ignored when spawning team teammates.(v2.1.47)
  • Fixed plan mode being lost after context compaction, causing the model to switch from planning to implementation mode.(v2.1.47)
  • Fixed `alwaysThinkingEnabled: true` in settings.json not enabling thinking mode on Bedrock and Vertex providers.(v2.1.47)
  • Fixed `tool_decision` OTel telemetry event not being emitted in headless/SDK mode.(v2.1.47)
  • Fixed session name being lost after context compaction; renamed sessions now preserve their custom title through compaction.(v2.1.47)
  • Fixed `/resume <session-id>` failing to find sessions whose first message exceeds 16KB.(v2.1.47)
  • Fixed "Always allow" on multiline bash commands creating invalid permission patterns that corrupt settings.(v2.1.47)
  • Fixed React crash (error #31) when a skill's `argument-hint` in SKILL.md frontmatter uses YAML sequence syntax, by coercing the value to a string.(v2.1.47)
  • Fixed crash when using `/fork` on sessions that used web search by gracefully handling null entries in search results.(v2.1.47)
  • Fixed read-only git commands triggering FSEvents file watcher loops on macOS by adding --no-optional-locks flag.(v2.1.47)
  • Fixed custom agents and skills not being discovered when running from a git worktree; project-level agent/skill directories are now included.(v2.1.47)
  • Fixed non-interactive subcommands like `claude doctor` and `claude plugin validate` being blocked inside nested Claude sessions.(v2.1.47)
  • Windows: Fixed the same CLAUDE.md file being loaded twice when drive letter casing differs between paths.(v2.1.47)
  • Fixed inline code spans in markdown being incorrectly parsed as bash commands.(v2.1.47)
  • Fixed teammate spinners not respecting custom spinnerVerbs from settings.(v2.1.47)
  • Fixed shell commands permanently failing after a command deletes its own working directory.(v2.1.47)
  • Fixed hooks (PreToolUse, PostToolUse) silently failing.(v2.1.47)
  • Fixed AWS authentication refresh hanging indefinitely by implementing a 3-minute timeout(v2.1.41)
  • Fixed file resolution failing for @-mentions that include anchor fragments (e.g., `@README.md#installation`)(v2.1.41)
  • Fixed FileReadTool blocking the main process when reading from FIFOs, `/dev/stdin`, or very large files(v2.1.41)
  • Fixed background task notifications failing to deliver when operating in streaming Agent SDK mode(v2.1.41)
  • Fixed cursor jumping to the end of the input field on every keystroke within classifier rule input(v2.1.41)
  • Fixed markdown link display text being incorrectly dropped, showing only the raw URL(v2.1.41)
  • Fixed users being incorrectly shown auto-compact failure error notifications(v2.1.41)
  • Fixed permission wait time being incorrectly included in the elapsed time displayed for subagents(v2.1.41)
  • Fixed proactive ticks firing erroneously while the tool is in plan mode(v2.1.41)
  • Fixed stale permission rules not being cleared when settings are modified on disk(v2.1.41)
  • Fixed hook blocking errors incorrectly displaying stderr content within the user interface(v2.1.41)
  • Fixed out-of-memory crashes occurring when resuming sessions that utilized heavy subagent usage.(v2.1.16)
  • Resolved an issue where the "context remaining" warning failed to hide after executing the `/compact` command.(v2.1.16)
  • Fixed session titles displayed on the resume screen so they now correctly respect the user's configured language setting.(v2.1.16)
  • [IDE] Fixed a race condition on Windows where the Claude Code sidebar view container failed to appear upon application startup.(v2.1.16)
  • Fixed a command injection vulnerability in bash command processing where malformed input could execute arbitrary commands(v2.1.2)
  • Fixed a memory leak where tree-sitter parse trees were not being freed, causing WASM memory to grow unbounded over long sessions(v2.1.2)
  • Fixed binary files (images, PDFs, etc.) being accidentally included in memory when using @include directives in CLAUDE.md files(v2.1.2)
  • Fixed updates incorrectly claiming another installation is in progress(v2.1.2)
  • Fixed crash when socket files exist in watched directories(v2.1.2)
  • Fixed remote session URL and teleport being broken when using /tasks command(v2.1.2)
  • Fixed MCP tool names being exposed in analytics events by sanitizing user-specific server configurations(v2.1.2)
  • Fixed usage display not updating after manual compact in VSCode(v2.1.2)

Releases with DESKTOP Changes

v2.1.1106 features20 fixes
Apr 15, 2026

This release introduces significant new interaction methods, including a flicker-free TUI mode and a mobile push notification tool for remote control. Several critical bugs related to hanging API calls, session state management, and UI rendering have been resolved. Additionally, usability is improved with better plugin management and enhanced external editor integration.

v2.1.1013 features31 fixes
Apr 10, 2026

This release introduces a new \/team-onboarding command for generating ramp-up guides and enables enterprise TLS proxy support by trusting the OS CA certificate store by default. Numerous stability and usability improvements were made, particularly around session resumption, error messaging for tool usage, and handling of settings and plugins.

v2.1.945 features16 fixes
Apr 7, 2026

This release introduces support for Amazon Bedrock powered by Mantle and enhances plugin functionality by stabilizing invocation names and improving hook reliability. Several critical bugs were fixed, including silent login failures on macOS and issues with rate-limiting handling, ensuring a more robust user experience.

v2.1.924 features12 fixes
Apr 4, 2026

This release introduces an interactive Bedrock setup wizard for easier AWS integration and adds detailed cost breakdowns for subscription users. Several critical bugs have been resolved, including issues with subagent spawning in tmux sessions and incorrect hook behavior. Additionally, the /release-notes command is now interactive, and the /vim command has been replaced by a configuration toggle.

v2.1.856 features17 fixes
Mar 26, 2026

This release introduces significant enhancements to hook execution, allowing conditional running based on permission rules and enabling headless integrations via PreToolUse hooks. Several critical bugs related to session compaction, plugin management, and OpenTelemetry logging have been resolved. Performance improvements were also made, particularly around scrolling large transcripts and file autocomplete.

v2.1.849 features14 fixes
Mar 26, 2026

This release introduces several new configuration options via environment variables for advanced model pinning and streaming timeouts, alongside the opt-in preview of the PowerShell tool for Windows. Key fixes address issues with voice input, terminal key responsiveness, and startup performance, while general improvements enhance readability for large token counts and streamline MCP server configuration.

v2.1.835 features32 fixes
Mar 25, 2026

This release introduces significant enhancements for environment management, including new hook events and policy configuration options, alongside a highly requested transcript search feature. Users will also benefit from improved startup performance, better handling of large file diffs, and fixes for several stability issues across macOS and Linux, particularly concerning voice mode and remote sessions.

v2.1.774 features29 fixes
Mar 17, 2026

This release significantly increases the maximum output token limits for Opus and Sonnet models, reaching up to 128k tokens for some configurations. Numerous critical bugs were fixed, including issues related to compound command permissions, memory leaks during long sessions, and various terminal/IDE integration problems. Performance improvements include faster startup on macOS and quicker session resume times.

v2.1.742 features13 fixes
Mar 12, 2026

This release introduces actionable suggestions via the /context command to help optimize memory and context usage, alongside a new setting to customize auto-memory storage location. Several critical bugs were resolved, including fixes for memory leaks, issues with MCP OAuth refresh tokens, and improved rendering for RTL text across various terminals.

v2.1.735 features16 fixes
Mar 11, 2026

This release introduces the ability to map model picker entries to custom provider model IDs using the new `modelOverrides` setting. Several critical bugs related to agent deadlocks, permission prompt freezes, and incorrect model version selection have been resolved. Additionally, the Up arrow interaction after interrupting Claude has been improved for a smoother conversation rewind experience.

v2.1.7210 features32 fixes
Mar 10, 2026

This release introduces several new capabilities, including direct file writing from `/copy` and an enhanced `/plan` command that accepts descriptions. Significant stability improvements were made, fixing numerous bugs related to voice input, plugin installation, session resumption, and permission handling across the system. Users will also benefit from performance gains due to improved bash parsing and reduced bundle size.

v2.1.714 features18 fixes
Mar 7, 2026

This release introduces powerful new scheduling capabilities with the /loop command and cron tools for recurring prompts. Numerous bugs have been resolved, particularly around session stability, startup freezes related to voice mode and OAuth refresh, and issues with forked conversations and plugin management. Performance has also seen improvements, including faster startup by deferring image processor loading.

v2.1.703 features20 fixes
Mar 6, 2026

This release focuses heavily on stability and correctness across various environments, fixing numerous bugs related to API calls, UI interactions, and platform-specific issues on Windows and VS Code. Key new additions include enhanced session management within VS Code via a new activity bar icon and a dedicated markdown view for reviewing plans.

v2.1.507 features15 fixes
Feb 20, 2026

This release introduces significant stability and memory management improvements, fixing numerous memory leaks across sessions, task handling, and diagnostics. Key new features include declarative agent worktree isolation, new CLI commands for agent management, and expanded context window control via environment variables.

v2.1.474 features43 fixes
Feb 18, 2026

This release focuses heavily on stability and platform compatibility, delivering numerous bug fixes across Windows, shell execution, and file system interactions. Key improvements include better memory management for long sessions, faster file suggestion performance, and enhanced usability for the VS Code plan preview feature.

v2.1.412 features11 fixes
Feb 13, 2026

This release introduces new command-line tools for managing authentication (`claude auth`) and adds native support for Windows ARM64. Several critical bugs were resolved, including fixes for hanging AWS authentication, file resolution issues with @-mentions, and process blocking when reading large files or standard input.

v2.1.163 features4 fixes
Jan 22, 2026

This release introduces a significant new task management system featuring dependency tracking and enhances IDE integration with native plugin management in VSCode. Key fixes address stability issues, including out-of-memory crashes during session resume, and corrects display logic for context warnings and session titles.

v2.1.26 features8 fixes
Jan 9, 2026

This release introduces several new capabilities, including source path metadata for dragged images and support for winget installations. Key fixes address a command injection vulnerability and memory leaks during long sessions. Additionally, large tool outputs are now saved to disk instead of being truncated, ensuring Claude has access to the full content.