From 504e6e12ad60fc710f75385c41c2f1e6d0330ff1 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 12 Apr 2026 11:46:24 -0300 Subject: [PATCH] Enable directory feature in default build --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e1bf7ba..d6b80223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ features = ["database", "i18n"] [features] # ===== DEFAULT ===== -default = ["chat", "automation", "cache", "llm", "vectordb", "crawler", "drive"] +default = ["chat", "automation", "cache", "llm", "vectordb", "crawler", "drive", "directory"] # ===== SECURITY MODES ===== # no-security: Minimal build - chat, automation, drive, cache only (no RBAC, directory, security, compliance)