Use --no-analytics for all calls to aider #61

Merged
Jmaa merged 2 commits from jmaa/issue-58-use-noanalytics-for-all-calls-to-aider into main 2025-04-14 21:43:50 +00:00

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',