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