diff --git a/docker/config.godmode.json b/docker/config.godmode.json index 4dd4968..5768fb7 100644 --- a/docker/config.godmode.json +++ b/docker/config.godmode.json @@ -40,7 +40,10 @@ "llm_extract": true, "llm_consolidate": true, "merge_threshold": 0.7, - "add_threshold": 0.3 + "add_threshold": 0.3, + "extended": { + "enabled": true + } }, "dangerous": { "action": "allow", diff --git a/docker/config.restricted.json b/docker/config.restricted.json index 3e684ff..52fc9ed 100644 --- a/docker/config.restricted.json +++ b/docker/config.restricted.json @@ -40,7 +40,10 @@ "llm_extract": true, "llm_consolidate": true, "merge_threshold": 0.7, - "add_threshold": 0.3 + "add_threshold": 0.3, + "extended": { + "enabled": true + } }, "dangerous": { "non_interactive": "deny",