mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-09 08:32:40 +00:00
Compare commits
3 Commits
sidb/featu
...
sidb/fix-f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00f53cb2cb | ||
|
|
af073adcd1 | ||
|
|
b03aea4649 |
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.12
|
||||
|
||||
- **Plugin System Released**: Extend Claude Code with custom commands, agents, hooks, and MCP servers from marketplaces
|
||||
- `/plugin install`, `/plugin enable/disable`, `/plugin marketplace` commands for plugin management
|
||||
- Repository-level plugin configuration via `extraKnownMarketplaces` for team collaboration
|
||||
- `/plugin validate` command for validating plugin structure and configuration
|
||||
- Plugin announcement blog post at https://www.anthropic.com/news/claude-code-plugins
|
||||
- Plugin documentation available at https://docs.claude.com/en/docs/claude-code/plugins
|
||||
- Comprehensive error messages and diagnostics via `/doctor` command
|
||||
- Avoid flickering in `/model` selector
|
||||
- Improvements to `/help`
|
||||
- Avoid mentioning hooks in `/resume` summaries
|
||||
- Changes to the "verbose" setting in `/config` now persist across sessions
|
||||
|
||||
## 2.0.11
|
||||
|
||||
- Reduced system prompt size by 1.4k tokens
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: code-architect
|
||||
description: Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences
|
||||
tools: Glob, Grep, LS, Read, NotebookRead, WebFetch, TodoWrite, WebSearch, KillShell, BashOutput
|
||||
model: sonnet-4.5
|
||||
model: sonnet
|
||||
color: green
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: code-explorer
|
||||
description: Deeply analyzes existing codebase features by tracing execution paths, mapping architecture layers, understanding patterns and abstractions, and documenting dependencies to inform new development
|
||||
tools: Glob, Grep, LS, Read, NotebookRead, WebFetch, TodoWrite, WebSearch, KillShell, BashOutput
|
||||
model: sonnet-4.5
|
||||
model: sonnet
|
||||
color: yellow
|
||||
---
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: code-reviewer
|
||||
description: Reviews code for bugs, logic errors, security vulnerabilities, code quality issues, and adherence to project conventions, using confidence-based filtering to report only high-priority issues that truly matter
|
||||
tools: Glob, Grep, LS, Read, NotebookRead, WebFetch, TodoWrite, WebSearch, KillShell, BashOutput
|
||||
model: sonnet-4.5
|
||||
model: sonnet
|
||||
color: red
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user