mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-11 18:02:40 +00:00
Compare commits
1 Commits
v2.1.107
...
fix/plugin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68efae8efa |
@@ -1,9 +1,5 @@
|
||||
# Changelog
|
||||
|
||||
## 2.1.107
|
||||
|
||||
- Show thinking hints sooner during long operations
|
||||
|
||||
## 2.1.105
|
||||
|
||||
- Added `path` parameter to the `EnterWorktree` tool to switch into an existing worktree of the current repository
|
||||
|
||||
9
plugins/plugin-dev/.claude-plugin/plugin.json
Normal file
9
plugins/plugin-dev/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "plugin-dev",
|
||||
"version": "0.1.0",
|
||||
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.",
|
||||
"author": {
|
||||
"name": "Daisy Hollman",
|
||||
"email": "daisy@anthropic.com"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user