releases.shpreview
Anthropic/Claude Code

Claude Code

$npx -y @buildinternet/releases show claude-code
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases79Avg26/moVersionsv2.1.14 → v2.1.114
Feb 25, 2026
  • VS Code: Fixed another cause of "command 'claude-vscode.editor.openLast' not found" crashes
  • Expand Remote Control to more users
  • Fixed UI flicker where user input would briefly disappear after submission
  • Fixed bulk agent kill (ctrl+f) to send single aggregate notification and properly clear command queue
  • Fixed graceful shutdown sometimes leaving stale sessions when using Remote Control
  • Fixed --worktree sometimes being ignored on first launch
  • Fixed a panic ("switch on corrupted value") on Windows
  • Fixed crashes when spawning many processes on Windows
  • Fixed crash in WebAssembly interpreter on Linux x64 & Windows x64
  • Fixed crashes that sometimes occurred after 2 minutes on Windows ARM64
  • Fixed BashTool failing on Windows with EINVAL error
Feb 24, 2026
  • Added claude remote-control subcommand for external builds, enabling local environment serving
  • Updated plugin marketplace default git timeout from 30s to 120s with CLAUDE_CODE_PLUGIN_GIT_TIMEOUT_MS configuration option
  • Added support for custom npm registries and specific version pinning when installing plugins from npm sources
  • BashTool now skips login shell by default when a shell snapshot is available, improving performance
  • Fixed security issue where statusLine and fileSuggestion hook commands could execute without workspace trust acceptance
  • Tool results larger than 50K characters are now persisted to disk (previously 100K)
  • Fixed duplicate control_response messages causing API 400 errors
  • Added CLAUDE_CODE_ACCOUNT_UUID, CLAUDE_CODE_USER_EMAIL, and CLAUDE_CODE_ORGANIZATION_UUID environment variables for SDK callers
  • Fixed slash command autocomplete crashing when plugin SKILL.md description is YAML array or non-string type
  • /model picker now shows human-readable labels with upgrade hints for newer versions
  • Managed settings can now be set via macOS plist or Windows Registry
  • VS Code: Fixed extension crash on Windows ("command 'claude-vscode.editor.openLast' not found")
Feb 20, 2026
  • Added support for startupTimeout configuration for LSP servers
  • Added WorktreeCreate and WorktreeRemove hook events for custom VCS setup and teardown
  • Fixed resumed sessions becoming invisible when working directory involves symlinks
  • Fixed session data loss on SSH disconnect by flushing session data before hooks and analytics
  • Linux: Fixed native modules not loading on systems with glibc older than 2.30
  • Fixed memory leak in agent teams where completed teammate tasks were never garbage collected
  • Fixed CLAUDE_CODE_SIMPLE to fully strip down skills, session memory, custom agents, and CLAUDE.md
  • Fixed /mcp reconnect freezing when given non-existent server name
  • Fixed memory leak where completed task state objects were never removed
  • Added support for isolation: worktree in agent definitions
  • CLAUDE_CODE_SIMPLE mode now disables MCP tools, attachments, hooks, and CLAUDE.md file loading
  • Fixed MCP tools not being discovered with tool search enabled and prompt launch argument
  • Improved memory usage by clearing internal caches after compaction
  • Added claude agents CLI command to list all configured agents
  • Multiple memory and cache improvements including LSP diagnostics, task output, and file history snapshots
  • Added CLAUDE_CODE_DISABLE_1M_CONTEXT environment variable
  • Opus 4.6 (fast mode) now includes the full 1M context window
  • VSCode: Added /extra-usage command support
  • Fixed memory leaks in TaskOutput and CircularBuffer
  • Fixed memory leak in shell command execution
Feb 19, 2026
  • Improved MCP OAuth authentication with step-up auth support and discovery caching
  • Added --worktree (-w) flag to start Claude in an isolated git worktree
  • Subagents support isolation: "worktree" for working in temporary git worktrees
  • Added Ctrl+F keybinding to kill background agents (two-press confirmation)
  • Agent definitions support background: true to always run as a background task
  • Plugins can ship settings.json for default configuration
  • Fixed file-not-found errors to suggest corrected paths
  • Fixed Ctrl+C and ESC being ignored when background agents running
  • Fixed prompt suggestion cache regression
  • Fixed plugin enable and plugin disable to auto-detect correct scope
  • Simple mode (CLAUDE_CODE_SIMPLE) now includes the file edit tool
  • Permission suggestions populated when safety checks trigger ask response
  • Sonnet 4.5 with 1M context being removed from Max plan in favor of Sonnet 4.6 with 1M context
  • Fixed verbose mode not updating thinking block display
  • Fixed unbounded WASM memory growth by periodically resetting tree-sitter parser
  • Fixed potential rendering issues from stale yoga layout references
  • Improved performance in non-interactive mode by skipping unnecessary API calls
  • Improved performance by caching MCP auth failures
  • Fixed unbounded memory growth from Yoga WASM linear memory
  • SDK model info now includes supportsEffort, supportedEffortLevels, and supportsAdaptiveThinking fields
  • Added ConfigChange hook event for enterprise security auditing
  • Improved startup performance by caching MCP auth failures and batching tool token counting
  • Fixed disableAllHooks setting to respect managed settings hierarchy
  • Fixed --resume session picker showing raw XML tags
  • Improved permission prompts to show restriction reasons
Feb 18, 2026
  • Fixed orphaned CC processes after terminal disconnect on macOS
  • Added support for using claude.ai MCP connectors in Claude Code
  • Fixed FileWriteTool line counting to preserve intentional trailing blank lines
  • Fixed Windows terminal rendering bugs caused by line ending handling
  • Improved VS Code plan preview: auto-updates as Claude iterates, enables commenting when ready, keeps preview open on rejection
  • Fixed compaction failing with many PDF documents
  • Improved memory usage in long-running sessions
  • Improved startup performance by deferring SessionStart hook execution (~500ms reduction)
  • Fixed bash tool output silently discarded on Windows with MSYS2 or Cygwin shells
  • Improved performance of @ file mentions with pre-warmed index and session-based caching
Feb 17, 2026
  • Added support for Claude Sonnet 4.6
  • Added support for reading enabledPlugins and extraKnownMarketplaces from --add-dir directories
  • Added spinnerTipsOverride setting to customize spinner tips with custom tip strings, and option to exclude default tips
  • Added SDKRateLimitInfo and SDKRateLimitEvent types to the SDK for rate limit status updates
  • Fixed Agent Teams teammates failing on Bedrock, Vertex, and Foundry by propagating API provider environment variables
  • Fixed sandbox "operation not permitted" errors when writing temporary files on macOS
  • Fixed Task tool (backgrounded agents) crashing with a ReferenceError on completion
  • Fixed autocomplete suggestions not being accepted on Enter when images are pasted
  • Fixed skills invoked by subagents incorrectly appearing in main session context after compaction
  • Fixed excessive .claude.json.backup files accumulating on every startup
  • Fixed plugin-provided commands, agents, and hooks not being available immediately after installation
  • Improved startup performance by removing eager loading of session history for stats caching
  • Improved memory usage for shell commands that produce large output
  • Improved collapsed read/search groups to show current file or search pattern being processed
  • [VSCode] Improved permission destination choice to persist across sessions
Feb 16, 2026
  • Fixed ENAMETOOLONG errors for deeply-nested directory paths
  • Fixed auth refresh errors
  • Fixed AWS auth refresh hanging indefinitely by adding a 3-minute timeout
  • Fixed spurious warnings for non-agent markdown files in .claude/agents/ directory
  • Fixed structured-outputs beta header being sent unconditionally on Vertex/Bedrock
Feb 13, 2026
  • Added guard against launching Claude Code inside another Claude Code session
  • Fixed Agent Teams using wrong model identifier for Bedrock, Vertex, and Foundry customers
  • Fixed a crash when MCP tools return image content during streaming
  • Fixed /resume session previews showing raw XML tags instead of readable command names
  • Improved model error messages for Bedrock/Vertex/Foundry users with fallback suggestions
  • Fixed plugin browse showing misleading "Space to Toggle" hint for already-installed plugins
  • Fixed hook blocking errors (exit code 2) not showing stderr to the user
  • Added speed attribute to OTel events and trace spans for fast mode visibility
  • Added claude auth login, claude auth status, and claude auth logout CLI subcommands
  • Added Windows ARM64 (win32-arm64) native binary support
  • Improved /rename to auto-generate session name from conversation context when called without arguments
  • Improved narrow terminal layout for prompt footer
  • Fixed file resolution failing for @-mentions with anchor fragments
  • Fixed FileReadTool blocking the process on FIFOs, /dev/stdin, and large files
  • Fixed background task notifications not being delivered in streaming Agent SDK mode
  • Fixed cursor jumping to end on each keystroke in classifier rule input
  • Fixed markdown link display text being dropped for raw URL
  • Fixed auto-compact failure error notifications being shown to users
  • Fixed permission wait time being included in subagent elapsed time display
  • Fixed proactive ticks firing while in plan mode
  • Fixed clear stale permission rules when settings change on disk
  • Fixed hook blocking errors showing stderr content in UI
  • Improved startup performance by deferring Zod schema construction
  • Improved prompt cache hit rates by moving date out of system prompt
  • Added one-time Opus 4.6 effort callout for eligible users
  • Fixed /resume showing interrupt messages as session titles
  • Fixed image dimension limit errors to suggest /compact
Feb 10, 2026
  • Fixed VS Code terminal scroll-to-top regression introduced in 2.1.37
  • Fixed Tab key queueing slash commands instead of autocompleting
  • Fixed bash permission matching for commands using environment variable wrappers
  • Fixed text between tool uses disappearing when not using streaming
  • Fixed duplicate sessions when resuming in VS Code extension
  • Improved heredoc delimiter parsing to prevent command smuggling
  • Blocked writes to .claude/skills directory in sandbox mode
  • Improved terminal rendering performance
  • Fixed fatal errors being swallowed instead of displayed
  • Fixed process hanging after session close
  • Fixed character loss at terminal screen boundary
  • Fixed blank lines in verbose transcript view
Feb 7, 2026
  • Fast mode is now available for Opus 4.6
  • Fixed an issue where /fast was not immediately available after enabling /extra-usage
Feb 6, 2026
  • Fixed agent teammate sessions in tmux to send and receive messages
  • Fixed warnings about agent teams not being available on your current plan
  • Added TeammateIdle and TaskCompleted hook events for multi-agent workflows
  • Added support for restricting which sub-agents can be spawned via Task(agent_type) syntax in agent "tools" frontmatter
  • Added memory frontmatter field support for agents, enabling persistent memory with user, project, or local scope
  • Added plugin name to skill descriptions and /skills menu for better discoverability
Latest
2.1.111
Tracking Since
Jun 30, 2025
Last checked Apr 17, 2026