mirror of
http://10.0.2.1:3031/sauer/claw-code.git
synced 2026-06-30 12:37:03 +10:00
feat: plugin system follow-up progress
This commit is contained in:
parent
6520cf8c3f
commit
f967484b9a
@ -63,6 +63,7 @@ pub struct RegisteredTool {
|
||||
handler: RegisteredToolHandler,
|
||||
}
|
||||
|
||||
#[allow(clippy::large_enum_variant)]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
enum RegisteredToolHandler {
|
||||
Builtin,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user