feat: add --no-analytics flag to aider command

This commit is contained in:
Jon Michael Aanes (aider) 2025-04-14 23:42:35 +02:00
parent d77991a543
commit 07126ad789

View File

@ -140,6 +140,7 @@ def create_aider_command(issue: str) -> list[str]:
'english', 'english',
'--cache-prompts', '--cache-prompts',
'--no-stream', '--no-stream',
'--no-analytics',
#'--model', #'--model',
#MODEL, #MODEL,
'--test-cmd', '--test-cmd',