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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue