feat: add --no-analytics flag to aider command
This commit is contained in:
parent
d77991a543
commit
07126ad789
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user