mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
Add SdkPluginConfig type and plugins field to ClaudeAgentOptions. Plugins can be loaded using the local type with a path to the plugin directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
8 lines
189 B
JSON
8 lines
189 B
JSON
{
|
|
"name": "demo-plugin",
|
|
"description": "A demo plugin showing how to extend Claude Code with custom commands",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Team"
|
|
}
|
|
}
|