From ec3ef25f386ee8a23779344568e5436c17c1d04e Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Sat, 16 Aug 2025 14:49:00 -0300 Subject: [PATCH] feat: add magic meta plugin with file type detection Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index a563b89..453388d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,6 +53,7 @@ utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] } uzers = "0.12.1" which = "8.0.0" xdg = "2.5.2" +magic = "0.13.0" [dev-dependencies] tempfile = "3.3.0"