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
Showing only changes of commit a40a11b1b9 - Show all commits

View File

@ -130,7 +130,7 @@ For code tasks:
"""
# MODEL = 'ollama/gemma3:27b'
#MODEL = 'ollama_chat/gemma3:27b'
# MODEL = 'ollama_chat/gemma3:27b'
def create_aider_command(issue: str) -> list[str]:
@ -142,7 +142,7 @@ def create_aider_command(issue: str) -> list[str]:
'--no-stream',
'--no-analytics',
#'--model',
#MODEL,
# MODEL,
'--test-cmd',
AIDER_TEST,
'--lint-cmd',