mirror of
https://github.com/instructkr/claude-code.git
synced 2026-04-03 22:38:48 +03:00
feat: plugin system follow-up progress
This commit is contained in:
@@ -63,6 +63,7 @@ pub struct RegisteredTool {
|
|||||||
handler: RegisteredToolHandler,
|
handler: RegisteredToolHandler,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[allow(clippy::large_enum_variant)]
|
||||||
#[derive(Debug, Clone, PartialEq)]
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
enum RegisteredToolHandler {
|
enum RegisteredToolHandler {
|
||||||
Builtin,
|
Builtin,
|
||||||
|
|||||||
Reference in New Issue
Block a user