feat: plugin system follow-up progress

This commit is contained in:
Yeachan-Heo
2026-04-01 07:20:13 +00:00
parent 6520cf8c3f
commit f967484b9a

View File

@@ -63,6 +63,7 @@ pub struct RegisteredTool {
handler: RegisteredToolHandler,
}
#[allow(clippy::large_enum_variant)]
#[derive(Debug, Clone, PartialEq)]
enum RegisteredToolHandler {
Builtin,