This commit is contained in:
Paul Gauthier 2025-03-06 12:25:43 -08:00
parent 6a1284a5ca
commit 40e463cdc1
11 changed files with 288 additions and 238 deletions

View file

@ -399,6 +399,12 @@
## Enable/disable multi-line input mode with Meta-Enter to submit (default: False)
#AIDER_MULTILINE=false
## Enable/disable terminal bell notifications when LLM responses are ready (default: False)
#AIDER_NOTIFICATIONS=false
## Specify a command to run for notifications instead of the terminal bell. If not specified, a default command for your OS may be used.
#AIDER_NOTIFICATIONS_COMMAND=
## Enable/disable detection and offering to add URLs to chat (default: True)
#AIDER_DETECT_URLS=true