From a583a8449ce3c1ad0d31eac2938cf0273b724116 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Tue, 26 Aug 2025 20:43:34 -0300 Subject: [PATCH] refactor: update module imports and remove unused shell plugins Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) --- src/meta_plugin/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/meta_plugin/mod.rs b/src/meta_plugin/mod.rs index e200ecc..333a6cb 100644 --- a/src/meta_plugin/mod.rs +++ b/src/meta_plugin/mod.rs @@ -126,9 +126,9 @@ pub enum MetaPluginType { Binary, Text, User, - Shell, - ShellPid, - KeepPid, + // Shell, + // ShellPid, + // KeepPid, DigestSha256, DigestMd5, ReadTime,