Compare commits

..

2 Commits

Author SHA1 Message Date
a40a11b1b9 Ruff
All checks were successful
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 22s
2025-04-14 23:42:40 +02:00
07126ad789 feat: add --no-analytics flag to aider command 2025-04-14 23:42:35 +02: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',