From de4b438a7229f0a48e8d08f721e455405f1d676c Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Thu, 5 Feb 2026 21:04:55 +0100 Subject: [PATCH] docs: update Claude Code releases to v2.1.32 + guide v3.22.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Claude Code v2.1.32 (2026-02-05): - ⭐ Opus 4.6 now available - ⭐ Agent teams research preview (experimental, token-intensive) - ⭐ Automatic memory recording and recall - "Summarize from here" for partial conversation summaries - Skills auto-load from .claude/skills/ in --add-dir directories - Fixes: @ file completion paths, bash heredoc JS template literals - [VSCode] Slash commands execution fix, conversation loading spinner Guide updates: - Bumped guide version: 3.22.0 → 3.22.1 (minor) - Updated CHANGELOG with v2.1.32 highlights - Synced version across all documentation files - Updated machine-readable tracking (YAML + Markdown) Synchronization: - Landing version badge updated: v2.1.31 → v2.1.32 - Landing footer version: v3.21.1 → v3.22.1 - Landing releases timeline updated with Opus 4.6 features - All sync checks passing (templates, quiz, lines, stars) Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 13 +++++++++++++ README.md | 3 ++- VERSION | 2 +- guide/cheatsheet.md | 4 ++-- guide/claude-code-releases.md | 19 ++++++++++++++++++- guide/ultimate-guide.md | 9 ++++++--- machine-readable/claude-code-releases.yaml | 14 ++++++++++++-- machine-readable/reference.yaml | 12 ++++++++---- 8 files changed, 62 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc4c7c..929b670 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [3.22.1] - 2026-02-05 + +### Documentation + +- **Claude Code Releases**: Updated tracking to v2.1.32 (2026-02-05) + - ⭐ **Opus 4.6 is now available** + - ⭐ **Agent teams research preview** — Multi-agent collaboration for complex tasks (experimental, token-intensive) + - ⭐ **Automatic memory recording and recall** — Claude now automatically records and recalls memories as it works + - **"Summarize from here"** — Message selector allows partial conversation summarization + - Skills from `.claude/skills/` in `--add-dir` directories now auto-load + - Multiple fixes: `@` file completion paths, bash heredoc JS template literals, Thai/Lao vowel rendering + - [VSCode] Fixed slash commands executing incorrectly, added conversation loading spinner + ## [3.22.0] - 2026-02-04 ### Documentation diff --git a/README.md b/README.md index d97403c..74340c4 100644 --- a/README.md +++ b/README.md @@ -324,6 +324,7 @@ Same agentic capabilities as Claude Code, but through a visual interface with no |---------|-------|----------| | [claude-code-templates](https://github.com/davila7/claude-code-templates) | Distribution (200+ templates) | CLI installation (17k⭐) | | [anthropics/skills](https://github.com/anthropics/skills) | Official Anthropic skills (60K+⭐) | Documents, design, dev templates | +| [anthropics/claude-plugins-official](https://skills.sh/anthropics/claude-plugins-official) | Plugin dev tools (3.1K installs) | CLAUDE.md audit, automation discovery | | [skills.sh](https://skills.sh/) | Skills marketplace | One-command install (Vercel Labs) | | [awesome-claude-code](https://github.com/hesreallyhim/awesome-claude-code) | Curation | Resource discovery | | [AI Coding Agents Matrix](https://coding-agents-matrix.dev) | Technical comparison | Comparing 23+ alternatives | @@ -486,7 +487,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.22.0 | February 2026 | Crafted with Claude* +*Version 3.22.1 | February 2026 | Crafted with Claude*