This commit is contained in:
Paul Gauthier 2024-10-31 11:49:17 -07:00
parent 2817766cf5
commit 3e2454b84b
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ class Analytics:
return return
if self.permanently_disable: if self.permanently_disable:
self.disable(False) self.disable(True)
return return
if not self.asked_opt_in: if not self.asked_opt_in:

View file

@ -500,7 +500,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
if analytics.need_to_ask(): if analytics.need_to_ask():
io.tool_output( io.tool_output(
"Aider respects your privacy and never collects your code, chat messages, keys or" "Aider respects your privacy and never collects your code, chat messages, keys or"
" any personal info." " personal info."
) )
io.tool_output(f"For more info: {urls.analytics}") io.tool_output(f"For more info: {urls.analytics}")
disable = not io.confirm_ask( disable = not io.confirm_ask(

View file

@ -12,7 +12,7 @@ improve aider's ability to work with LLMs, edit code and complete user requests.
Analytics are only collected if you agree and opt-in. Analytics are only collected if you agree and opt-in.
Aider respects your privacy and never collects your code, chat messages, keys or Aider respects your privacy and never collects your code, chat messages, keys or
any personal info. personal info.
Aider collects information on: Aider collects information on: