Skip to main content
Claude Code Release Notes

Claude Code v2.1.14 Release Notes

Claude Code v2.1.14 brings history-based autocomplete, plugin search, memory fixes, and numerous improvements for power users.

January 20, 2026 3 min read By Claude World

Claude Code v2.1.14: Enhanced Productivity Features

Claude Code v2.1.14 delivers significant productivity enhancements and stability improvements that make your development workflow smoother and more efficient. This release focuses on better command handling, improved plugin management, and resolving critical memory issues.

What’s New

🚀 History-Based Autocomplete in Bash Mode

One of the most requested features is now here! Type a partial bash command and press Tab to complete from your command history using the ! syntax. This feature dramatically speeds up repetitive command execution and helps you recall complex commands from previous sessions.

🔍 Plugin Search Functionality

Navigating through your installed plugins is now effortless with the new search feature. Simply type to filter plugins by name or description, making it easier to find and manage your growing collection of Claude Code extensions.

📌 Git Commit SHA Pinning for Plugins

For teams requiring reproducible environments, you can now pin plugins to specific git commit SHAs. This ensures that marketplace entries install exact versions, providing better version control and deployment consistency.

🧠 Context Window Optimization

We’ve fixed a critical regression where the context window was blocking users at approximately 65% usage instead of the intended 98%. This gives you significantly more room to work with large codebases and complex conversations.

🔧 Memory and Stability Improvements

  • Parallel Subagents: Fixed memory issues that could cause crashes during parallel operations
  • Stream Cleanup: Resolved memory leaks in long-running sessions where stream resources weren’t properly cleaned up
  • Session Stability: Enhanced overall stability for extended development sessions

🎯 Enhanced User Experience

  • Fixed @ symbol incorrectly triggering file autocomplete in bash mode
  • Improved @-mention menu to properly navigate directories
  • Better backspace behavior for pasted text (deletes as single tokens)
  • Fixed iTerm2 progress bar cleanup issues
  • Enhanced slash command autocomplete accuracy

💻 VSCode Integration

VSCode users now have access to the /usage command to monitor current plan usage directly within the editor.

How to Update

To update to Claude Code v2.1.14:

  1. Automatic Updates: If you have auto-updates enabled, the update should install automatically
  2. Manual Update: Run the update command in your Claude Code interface
  3. Fresh Install: Download the latest version from the official repository

After updating, restart Claude Code to ensure all new features are properly loaded.