docs: update Claude Code releases to v2.1.32 + guide v3.22.1

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 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-02-05 21:04:55 +01:00
parent d986e25065
commit de4b438a72
8 changed files with 62 additions and 14 deletions

View file

@ -6,7 +6,7 @@
**Written with**: Claude (Anthropic)
**Version**: 3.22.0 | **Last Updated**: January 2026
**Version**: 3.22.1 | **Last Updated**: January 2026
---
@ -484,4 +484,4 @@ where.exe claude; claude doctor; claude mcp list
**Author**: Florian BRUNIAUX | [@Méthode Aristote](https://methode-aristote.fr) | Written with Claude
*Last updated: February 2026 | Version 3.22.0*
*Last updated: February 2026 | Version 3.22.1*

View file

@ -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.31 | **Updated**: 2026-02-04
**Latest**: v2.1.32 | **Updated**: 2026-02-05
---
@ -19,6 +19,22 @@
## 2.1.x Series (January-February 2026)
### v2.1.32 (2026-02-05) ⭐ MAJOR
**Highlights**:
- ⭐ **Claude Opus 4.6 is now available!**
- ⭐ **Agent teams research preview** — Multi-agent collaboration for complex tasks (token-intensive, requires `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`)
- ⭐ **Automatic memory recording and recall** — Claude now automatically records and recalls memories as it works
- **"Summarize from here"** — Message selector now allows partial conversation summarization
- Skills from `.claude/skills/` in `--add-dir` directories auto-load
- Fixed: `@` file completion showing incorrect relative paths from subdirectories
- Fixed: Bash tool no longer throws "Bad substitution" errors with JavaScript template literals (e.g., `${index + 1}`)
- Improved: Skill character budget now scales with context window (2% of context)
- Improved: `--resume` re-uses `--agent` value from previous conversation by default
- Fixed: Thai/Lao spacing vowels rendering issues
- [VSCode] Fixed slash commands incorrectly executing when pressing Enter with preceding text
- [VSCode] Added spinner when loading past conversations list
### v2.1.31 (2026-02-03)
- **Session resume hint** — Exit message now shows how to continue your conversation later
@ -407,6 +423,7 @@
| Version | Key Features |
|---------|--------------|
| **v2.1.32** | Opus 4.6, Agent teams preview, Automatic memory |
| **v2.1.18** | Customizable keyboard shortcuts with /keybindings |
| **v2.1.16** | New task management system with dependency tracking |
| **v2.1.0** | Skill hot-reload, Shift+Enter OOTB, Vim motions, /plan command |

View file

@ -10,7 +10,7 @@
**Last updated**: January 2026
**Version**: 3.22.0
**Version**: 3.22.1
---
@ -4139,7 +4139,7 @@ The `.claude/` folder is your project's Claude Code directory for memory, settin
| Personal preferences | `CLAUDE.md` | ❌ Gitignore |
| Personal permissions | `settings.local.json` | ❌ Gitignore |
### 3.22.0 Version Control & Backup
### 3.22.1 Version Control & Backup
**Problem**: Without version control, losing your Claude Code configuration means hours of manual reconfiguration across agents, skills, hooks, and MCP servers.
@ -6219,6 +6219,7 @@ Skills.sh (Vercel Labs) provides a centralized marketplace for discovering and i
npx add-skill vercel-labs/agent-skills # React/Next.js best practices (35K+ installs)
npx add-skill supabase/agent-skills # Postgres optimization patterns
npx add-skill anthropics/skills # Frontend design + skill-creator
npx add-skill anthropics/claude-plugins-official # CLAUDE.md auditor + automation recommender
```
#### How It Works
@ -6241,6 +6242,8 @@ npx add-skill anthropics/skills # Frontend design + skill-creator
| **Testing** | test-driven-development | 721 | obra |
| **Media** | remotion-best-practices | New | remotion-dev |
| **Meta** | skill-creator | 3.2K | anthropics |
| **Tooling** | claude-md-improver | 472 | anthropics |
| | claude-automation-recommender | 333 | anthropics |
Full catalog: [skills.sh leaderboard](https://skills.sh/)
@ -17779,4 +17782,4 @@ We'll evaluate and add it to this section if it meets quality criteria.
**Contributions**: Issues and PRs welcome.
**Last updated**: January 2026 | **Version**: 3.22.0
**Last updated**: January 2026 | **Version**: 3.22.1