From 5b36e2b9faee528142407b96562b73901623198c Mon Sep 17 00:00:00 2001 From: Lisa Date: Thu, 13 Mar 2025 20:10:09 +0100 Subject: [PATCH] V3 Release --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3648512..35a3309 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ If you want to quickly change path use: ```js node scanner.js --pathtoscan="./your/path/goes/here" --ignorefolders="some,folder,to,ignore,and,not,scan" --ignorefiles="some,files,to,ignore,and,not,scan" ``` +## Known limitations +1. Discord webhook integration will send every file analysis which might appear few times per request of AI, it results in a ratelimit and no messages being sent or an error. +2. If OLLAMA is self hosted there is chance of it being overloaded, if it is being hosted externally and on paid plan there is chance of it eating a lot of money. +3. We do not recommend scanning nodemodules, cache files, etc. Please use --ignorefolders or --ignorefiles tag to exclude them. COPYRIGHT CC-BY-SA-4.0, CONTACT: lisahonkay@gmail.com \ No newline at end of file