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*