From ec6c0bbaf9ab929bd3fdc6d197b339ada0ed3208 Mon Sep 17 00:00:00 2001 From: "joe-gemini-bot[bot]" <260097884+joe-gemini-bot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:38:41 +0000 Subject: [PATCH 1/3] [REFACTOR] Standardize LLM Provider Configurations --- backend/app/core/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/core/config.py b/backend/app/core/config.py index 1d5d38c..4b6f296 100644 --- a/backend/app/core/config.py +++ b/backend/app/core/config.py @@ -96,7 +96,6 @@ def cors_origins_list(self) -> list[str]: COUNCIL_TIMEOUT: int = 60 # Max time for council decision COUNCIL_MIN_CONSENSUS: float = 0.6 # Minimum consensus for decision COUNCIL_ENABLE_PARALLEL: bool = True # Parallel model calls - COUNCIL_ENABLE_PARALLEL: bool = True # Parallel model calls COUNCIL_MAX_RETRIES: int = 2 # Safety Specific Config (User Override) From 217a949ec670195c0016a4757f99a62620ce868a Mon Sep 17 00:00:00 2001 From: "joe-gemini-bot[bot]" <260097884+joe-gemini-bot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:38:43 +0000 Subject: [PATCH 2/3] [REFACTOR] Standardize LLM Provider Configurations --- extension/manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 6415019..3b1ae06 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -12,7 +12,7 @@ "https://chatgpt.com/*", "https://claude.ai/*", "https://gemini.google.com/*", - "https://grok.com/*", + , "https://groq.com/*", "http://localhost:8001/*" ], @@ -22,7 +22,6 @@ "https://chatgpt.com/*", "https://claude.ai/*", "https://gemini.google.com/*", - "https://grok.com/*", "https://groq.com/*" ], "js": ["content.js"], From 5d9abe7100f7a00a824c708dbfad08c433920fe1 Mon Sep 17 00:00:00 2001 From: josepha_mayo Date: Tue, 17 Mar 2026 15:18:42 +0100 Subject: [PATCH 3/3] Update manifest.json --- extension/manifest.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 3b1ae06..e96b95d 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -12,8 +12,7 @@ "https://chatgpt.com/*", "https://claude.ai/*", "https://gemini.google.com/*", - , - "https://groq.com/*", + "https://grok.com/*", "http://localhost:8001/*" ], "content_scripts": [ @@ -22,7 +21,7 @@ "https://chatgpt.com/*", "https://claude.ai/*", "https://gemini.google.com/*", - "https://groq.com/*" + "https://grok.com/*" ], "js": ["content.js"], "run_at": "document_end"