From 7c971218a37ab3d925de5bfc57454387db3397e7 Mon Sep 17 00:00:00 2001 From: Mic Date: Fri, 6 Feb 2026 00:29:00 +0100 Subject: [PATCH] gemini info updated --- GEMINI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/GEMINI.md b/GEMINI.md index 1eb93734..69cf47a3 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -18,6 +18,9 @@ ThunderAI is a Mozilla Thunderbird add-on that integrates Large Language Models - **i18n:** - The project supports multiple languages via `_locales/`. When adding UI strings, always use `messenger.i18n.getMessage()`. - When you need to modify language file, modify only the english version. +- **Logging:** + - When possibile use the taLog object to log errors, otherwise use the console.error() method. + - If it's useful to log add debug logs using taLog.log() method. ## Files & Directories Structure - `manifest.json`: Extension entry point and permission definitions.