Tracking 3 latest entries
Claude
Code
An agentic coding tool from Anthropic that lives in your terminal, understands your codebase, and helps you code faster through natural language commands.
claude --status
$ claude --version
● Version: v2.1.195
● Releases: 30 tracked
⚠ Breaking: 2
● Updated: 6h ago
$ _
Releases 30
Breaking 2
Stable 30
Latest v2.1.195
TL;DR
Latest Release Recent Changelog
2.1.195
Jun 26, 2026 Notable changes
- Added CLAUDE_CODE_DISABLE_MOUSE_CLICKS to disable mouse click/drag/hover in fullscreen mode while keeping wheel scroll
- Fixed hook matchers with hyphenated identifiers (e.g. code-reviewer, mcpbrave-search) accidentally substring-matching — they now exact-match. Use mcpbrave-search__.* to match all tools from a hyphenated MCP server.
- Fixed voice dictation on macOS capturing silence in long-running sessions after the default input device changes
- Fixed voice dictation auto-submit never firing for languages written without spaces (Japanese, Chinese, Thai)
- Fixed external plugins enabled only by project .claude/settings.json not requiring explicit install consent on every loader path
- Fixed /plugin Enable/Disable not working when a plugin's plugin.json name differs from its marketplace entry name
Show all changes (6 more)
Changes
- Fixed background jobs disappearing from claude agents or losing data when written by a newer Claude Code version
- Fixed reopening a crashed background task showing a blank screen for up to 5 seconds instead of its restart
- Fixed background agent daemons running unreachable when the control socket fails to start, blocking restarts
- Improved voice mode on Linux: now distinguishes "no microphone" from "SoX not installed" when SoX is present but no audio capture device exists
- Improved claude agents completed list to fill available vertical space; on short terminals the header compacts so live sessions stay visible
- Improved Remote session startup with a provisioning checklist while the container starts
2.1.193
Jun 26, 2026 Notable changes
- Added autoMode.classifyAllShell setting to route all Bash/PowerShell commands through the auto-mode classifier instead of only arbitrary-code-execution patterns
- Added auto-mode denial reasons to the transcript, the denial toast, and /permissions recent denials
- Added claude_code.assistant_response OpenTelemetry log event containing the model's response text. Redacted unless OTEL_LOG_ASSISTANT_RESPONSES=1; when that var is unset it follows OTEL_LOG_USER_PROMPTS, so deployments that already log prompt content will start receiving response content on upgrade — set OTEL_LOG_ASSISTANT_RESPONSES=0 to keep prompts-only.
- Added live file path autocomplete to bash mode (!)
- Added a startup notice when MCP servers need authentication, pointing at /mcp
- Added automatic memory-pressure reaping for idle background shell commands (disable with CLAUDE_CODE_DISABLE_BG_SHELL_PRESSURE_REAP=1)
Show all changes (9 more)
Changes
- Fixed /model and other client-data-gated UI showing stale/empty state immediately after /login
- Fixed backgrounding (←←) spuriously cancelling with "N background tasks would be abandoned" when all running tasks carry over to the new session
- Fixed pinned background agents being re-prompted to "Continue from where you left off" after every auto-update
- Fixed backgrounding the main turn spawning a phantom "general-purpose (resumed)" subagent that re-ran the main conversation
- Fixed agent panel hiding sibling agents when viewing a subagent
- Improved background agents: the launch result no longer instructs Claude to "end your response" — it keeps working on other tasks while the agent runs
- Improved MCP headersHelper auth: the helper now re-runs and reconnects automatically when a tool call returns 401/403
- Improved plugin auto-rename: marketplace renames maps are now followed automatically, updating your settings to the new name
- Improved /add-dir message when the directory is already a working directory
2.1.191
Jun 26, 2026 Notable changes
- Added /rewind support for resuming a conversation from before /clear was run
- Fixed scroll position jumping to the bottom while reading earlier output during a streaming response
- Fixed background agents resurrecting after being stopped — stopping an agent from the tasks panel is now permanent
- Fixed /voice showing a generic "not available" message when disabled by an organization's policy — it now explains the restriction
- Fixed /login URL opening truncated in Windows Terminal when it wraps across lines
- Fixed Cmd+click on links in fullscreen mode for Ghostty over ssh/tmux
Show all changes (14 more)
Changes
- Fixed claude agents sending builtin slash commands like /usage to background sessions as prompt text instead of showing a hint
- Fixed claude agents job rows showing full filesystem paths for pasted images instead of the [Image #N] placeholder
- Fixed hooks with comma-separated matchers (e.g. "Bash,PowerShell") silently never firing
- Fixed /permissions Recently-denied tab: approving a denial now persists on close instead of being silently discarded
- Fixed the agent panel jumping by one row when scrolling the roster past the overflow cap
- Fixed the welcome splash art overflowing the default 80×24 macOS Terminal window
- Fixed managed settings: forceRemoteSettingsRefresh now takes effect when set via MDM or file policy, and the fetch sends Cache-Control: no-cache to prevent proxies from serving stale responses
- Improved sandbox network permission dialog: hosts you allow with "Yes" are now remembered for the rest of the session instead of re-prompting on every connection
- Improved MCP server reliability: capability discovery (tools/list, prompts/list, resources/list) now retries transient network errors with short backoff
- Improved MCP OAuth: discovery and token requests now retry once after transient network errors, and headless environments skip the browser popup and go straight to the paste-the-URL prompt
- Improved MCP error messages: HTTP 404 errors now show the URL and point to your MCP config
- Improved vim mode prompt-history search (NORMAL /) to hint how to reach slash commands
- Reduced CPU usage during streaming responses by ~37% by coalescing text updates to 100ms
- Reduced long-session memory growth from terminal output cache
Quickstart Up & running in 10 min
💡 Tips & Tricks Quick wins & hidden features
📋 Full Changelog 30 releases
⚡ Cheatsheet Commands & tips
📦 All Releases Browse & filter
📡 RSS Feed Subscribe to updates
Stay in the Loop
Get notified when Claude Code ships new releases. No spam — just changelogs.