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:
parent
d986e25065
commit
de4b438a72
8 changed files with 62 additions and 14 deletions
13
CHANGELOG.md
13
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
|
||||
|
|
|
|||
|
|
@ -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*
|
||||
|
||||
<!-- SEO Keywords -->
|
||||
<!-- claude code, claude code tutorial, anthropic cli, ai coding assistant, claude code mcp,
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
3.22.0
|
||||
3.22.1
|
||||
|
|
|
|||
|
|
@ -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*
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
# Purpose: Track Claude Code product releases for documentation sync
|
||||
# Maintained: Manual updates when new releases are announced
|
||||
|
||||
latest: "2.1.31"
|
||||
updated: "2026-02-04"
|
||||
latest: "2.1.32"
|
||||
updated: "2026-02-05"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# RELEASES (newest first, condensed highlights only)
|
||||
|
|
@ -15,6 +15,15 @@ releases:
|
|||
# 2.1.x Series (January-February 2026)
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
- version: "2.1.32"
|
||||
date: "2026-02-05"
|
||||
highlights:
|
||||
- "⭐ Opus 4.6 is now available"
|
||||
- "⭐ Agent teams preview (CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1)"
|
||||
- "⭐ Automatic memory recording and recall"
|
||||
- "'Summarize from here' for partial conversation summarization"
|
||||
breaking: []
|
||||
|
||||
- version: "2.1.31"
|
||||
date: "2026-02-03"
|
||||
highlights:
|
||||
|
|
@ -498,6 +507,7 @@ breaking_summary:
|
|||
# MILESTONE FEATURES (quick reference)
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
milestones:
|
||||
"2.1.32": "Opus 4.6, Agent teams preview, Automatic memory"
|
||||
"2.1.18": "Customizable keyboard shortcuts with /keybindings"
|
||||
"2.1.16": "New task management system with dependency tracking"
|
||||
"2.1.0": "Skill hot-reload, Shift+Enter OOTB, Vim motions, /plan command"
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# Source: guide/ultimate-guide.md
|
||||
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
|
||||
|
||||
version: "3.22.0"
|
||||
version: "3.22.1"
|
||||
updated: "2026-02-03"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
|
|
@ -166,7 +166,7 @@ deep_dive:
|
|||
third_party_toad: "https://github.com/batrachianai/toad"
|
||||
third_party_conductor: "https://docs.conductor.build"
|
||||
# Configuration Management & Backup (Added 2026-02-02)
|
||||
config_management_guide: "guide/ultimate-guide.md:4085" # Section 3.22.0
|
||||
config_management_guide: "guide/ultimate-guide.md:4085" # Section 3.22.1
|
||||
config_hierarchy: "guide/ultimate-guide.md:4095" # Global → Project → Local precedence
|
||||
config_git_strategy_project: "guide/ultimate-guide.md:4110" # What to commit in .claude/
|
||||
config_git_strategy_global: "guide/ultimate-guide.md:4133" # Version control ~/.claude/
|
||||
|
|
@ -197,7 +197,7 @@ deep_dive:
|
|||
visual_reference: "guide/visual-reference.md"
|
||||
# Architecture internals (guide/architecture.md)
|
||||
architecture_visual_overview: "guide/architecture.md:41"
|
||||
architecture_visual_source: "https://www.linkedin.com/posts/mohamed-ali-ben-salem-2b777b9a_en-ce-moment-je-vois-passer-des-posts-du-activity-74205921491103.22.02-eY5a"
|
||||
architecture_visual_source: "https://www.linkedin.com/posts/mohamed-ali-ben-salem-2b777b9a_en-ce-moment-je-vois-passer-des-posts-du-activity-74205921491103.22.1-eY5a"
|
||||
architecture_master_loop: "guide/architecture.md:72"
|
||||
architecture_tools: "guide/architecture.md:155"
|
||||
architecture_context: "guide/architecture.md:208"
|
||||
|
|
@ -324,6 +324,10 @@ deep_dive:
|
|||
anthropics_skills_stars: "60K+"
|
||||
anthropics_skills_categories: "Documents (docx/pdf/pptx/xlsx), Creative & Design, Development, Enterprise"
|
||||
anthropics_skills_install: "/plugin marketplace add anthropics/skills"
|
||||
anthropics_plugins_official_repo: "https://github.com/anthropics/claude-plugins-official"
|
||||
anthropics_plugins_official_installs: "3.1K"
|
||||
anthropics_plugins_official_skills: "claude-md-improver, claude-automation-recommender, playground, plugin dev meta-skills"
|
||||
anthropics_plugins_official_install: "npx add-skill anthropics/claude-plugins-official"
|
||||
agentskills_threat_model: "https://safedep.io/agent-skills-threat-model"
|
||||
agentskills_threat_model_finding: "8-14% of public skills have vulnerabilities (prompt injection, data exfiltration, privilege escalation)"
|
||||
agentskills_blog: "https://anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills"
|
||||
|
|
@ -1013,7 +1017,7 @@ ecosystem:
|
|||
- "Cross-links modified → Update all 4 repos"
|
||||
history:
|
||||
- date: "2026-01-20"
|
||||
event: "Code Landing sync v3.22.0, 66 templates, cross-links"
|
||||
event: "Code Landing sync v3.22.1, 66 templates, cross-links"
|
||||
commit: "5b5ce62"
|
||||
- date: "2026-01-20"
|
||||
event: "Cowork Landing fix (paths, README, UI badges)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue