You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching Aider from the command line without specifying a configuration file, it is anticipated that Aider will automatically search for environmental configuration files as outlined in the documentation. However, while this process is initiated, the file extension yaml is not recognized for aider.conf.yaml, necessitating the use of yml instead.
To reproduce, simply give the configuration file a yaml file extension.
Version and model info
Aider v0.82.3
Main model: openrouter/google/gemini-2.5-pro-exp-03-25 with whole edit format
Weak model: openrouter/qwen/qwen3-235b-a22b:free
Git repo: .git with 3 files
Repo-map: using 1024 tokens, auto refresh
Config File (/Users/travis/Development/sandbox/.aider.conf.yml):
model: openrouter/google/gemini-2.5-pro-exp-03-25
auto-accept-architect:False
weak-model: openrouter/qwen/qwen3-235b-a22b:free
editor-model: openrouter/google/gemini-2.5-pro-exp-03-25
auto-commits: False
dirty-commits: False
vim: True
Defaults:
--set-env: []
--api-key: []
--model-settings-file:.aider.model.settings.yml
--model-metadata-file:.aider.model.metadata.json
--cache-keepalive-pings:0
--map-refresh: auto
--map-multiplier-no-files:2
--input-history-file:/Users/travis/Development/sandbox/.aider.input.history
--chat-history-file:/Users/travis/Development/sandbox/.aider.chat.history.md
--user-input-color:#00cc00
--tool-error-color:#FF2222
--tool-warning-color:#FFA500
--assistant-output-color:#0088ff
--code-theme: default
--aiderignore: /Users/travis/Development/sandbox/.aiderignore
--lint-cmd: []
--test-cmd: []
--voice-format: wav
--voice-language: en
--encoding: utf-8
--line-endings: platform
--env-file: /Users/travis/Development/sandbox/.env
Issue
When launching Aider from the command line without specifying a configuration file, it is anticipated that Aider will automatically search for environmental configuration files as outlined in the documentation. However, while this process is initiated, the file extension
yamlis not recognized foraider.conf.yaml, necessitating the use ofymlinstead.To reproduce, simply give the configuration file a
yamlfile extension.Version and model info
Aider v0.82.3
Main model: openrouter/google/gemini-2.5-pro-exp-03-25 with whole edit format
Weak model: openrouter/qwen/qwen3-235b-a22b:free
Git repo: .git with 3 files
Repo-map: using 1024 tokens, auto refresh
Config File (/Users/travis/Development/sandbox/.aider.conf.yml):
model: openrouter/google/gemini-2.5-pro-exp-03-25
auto-accept-architect:False
weak-model: openrouter/qwen/qwen3-235b-a22b:free
editor-model: openrouter/google/gemini-2.5-pro-exp-03-25
auto-commits: False
dirty-commits: False
vim: True
Defaults:
--set-env: []
--api-key: []
--model-settings-file:.aider.model.settings.yml
--model-metadata-file:.aider.model.metadata.json
--cache-keepalive-pings:0
--map-refresh: auto
--map-multiplier-no-files:2
--input-history-file:/Users/travis/Development/sandbox/.aider.input.history
--chat-history-file:/Users/travis/Development/sandbox/.aider.chat.history.md
--user-input-color:#00cc00
--tool-error-color:#FF2222
--tool-warning-color:#FFA500
--assistant-output-color:#0088ff
--code-theme: default
--aiderignore: /Users/travis/Development/sandbox/.aiderignore
--lint-cmd: []
--test-cmd: []
--voice-format: wav
--voice-language: en
--encoding: utf-8
--line-endings: platform
--env-file: /Users/travis/Development/sandbox/.env
Option settings: