docs: update Claude Code releases to v2.1.14
- Update latest tracked version: v2.1.12 → v2.1.14 - Add v2.1.14 highlights: history-based autocomplete, plugin search, SHA pinning - Fix context window blocking limit and memory leak fixes - Update dates: 2026-01-21 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
868d3513b2
commit
788493402f
2 changed files with 24 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
> **Full details**: [github.com/anthropics/claude-code/CHANGELOG.md](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md)
|
||||
> **Machine-readable**: [claude-code-releases.yaml](../machine-readable/claude-code-releases.yaml)
|
||||
|
||||
**Latest**: v2.1.12 | **Updated**: 2026-01-18
|
||||
**Latest**: v2.1.14 | **Updated**: 2026-01-21
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -19,6 +19,17 @@
|
|||
|
||||
## 2.1.x Series (January 2026)
|
||||
|
||||
### v2.1.14 (2026-01-21)
|
||||
|
||||
- **History-based autocomplete in bash mode** — Type `!` followed by a partial command and press Tab to complete from bash history
|
||||
- Search functionality in installed plugins list
|
||||
- Support for pinning plugins to specific git commit SHAs for exact version control
|
||||
- Fixed: Context window blocking limit calculated too aggressively (~65% instead of ~98%)
|
||||
- Fixed: Memory issues and leaks in long-running sessions with parallel subagents
|
||||
- Fixed: `@` symbol incorrectly triggering file autocomplete in bash mode
|
||||
- Fixed: Slash command autocomplete selecting wrong command for similar names
|
||||
- Improved: Backspace deletes pasted text as single token
|
||||
|
||||
### v2.1.12 (2026-01-18)
|
||||
|
||||
- Bug fix: Message rendering
|
||||
|
|
@ -255,4 +266,4 @@
|
|||
|
||||
---
|
||||
|
||||
*Last updated: 2026-01-18 | [Back to main guide](./ultimate-guide.md)*
|
||||
*Last updated: 2026-01-21 | [Back to main guide](./ultimate-guide.md)*
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
# Purpose: Track Claude Code product releases for documentation sync
|
||||
# Maintained: Manual updates when new releases are announced
|
||||
|
||||
latest: "2.1.12"
|
||||
updated: "2026-01-18"
|
||||
latest: "2.1.14"
|
||||
updated: "2026-01-21"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# RELEASES (newest first, condensed highlights only)
|
||||
|
|
@ -15,6 +15,15 @@ releases:
|
|||
# 2.1.x Series (January 2026)
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
- version: "2.1.14"
|
||||
date: "2026-01-21"
|
||||
highlights:
|
||||
- "History-based autocomplete in bash mode (! + Tab)"
|
||||
- "Search in installed plugins list"
|
||||
- "Git commit SHA pinning for plugins"
|
||||
- "Multiple fixes: context window, memory, autocomplete"
|
||||
breaking: []
|
||||
|
||||
- version: "2.1.12"
|
||||
date: "2026-01-18"
|
||||
highlights:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue