This commit is contained in:
Paul Gauthier 2025-03-12 13:12:18 -07:00
parent 5668b41daa
commit a2e4022e31
9 changed files with 110 additions and 86 deletions

View file

@ -30,6 +30,7 @@ usage: aider [-h] [--model] [--openai-api-key] [--anthropic-api-key]
[--model-metadata-file] [--alias] [--reasoning-effort]
[--thinking-tokens] [--verify-ssl | --no-verify-ssl]
[--timeout] [--edit-format] [--architect]
[--auto-accept-architect | --no-auto-accept-architect]
[--weak-model] [--editor-model] [--editor-edit-format]
[--show-model-warnings | --no-show-model-warnings]
[--max-chat-history-tokens]
@ -191,6 +192,14 @@ Aliases:
Use architect edit format for the main chat
Environment variable: `AIDER_ARCHITECT`
### `--auto-accept-architect`
Enable/disable automatic acceptance of architect changes (default: True)
Default: True
Environment variable: `AIDER_AUTO_ACCEPT_ARCHITECT`
Aliases:
- `--auto-accept-architect`
- `--no-auto-accept-architect`
### `--weak-model WEAK_MODEL`
Specify the model to use for commit messages and chat history summarization (default depends on --model)
Environment variable: `AIDER_WEAK_MODEL`