Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.
Claude Code v2.1.14 adds history-based Tab autocomplete in bash mode, plugin search, SHA pinning, and a VSCode /usage command.
$ git clone --branch v2.1.14 https://github.com/anthropics/claude-code.git # already have the repo? check out this version: $ git checkout v2.1.14
! and press Tab to pull from history.$ ! git log --on<Tab> # completes to a previously run git command from your bash history
- ›Adds history-based Tab autocomplete in bash mode (
!) — type a partial command and press Tab to complete from your shell history. - ›Adds search/filter to the installed plugins list — type to filter by plugin name or description.
- ›Supports pinning plugins to specific git commit SHAs, enabling marketplace entries to install exact versions.
- ›Improves backspace to delete pasted text as a single token rather than one character at a time.
- ›[VSCode] Adds
/usagecommand to display current plan usage.