This commit is contained in:
Paul Gauthier 2025-03-18 12:39:01 -07:00
parent 8d7300a522
commit 9084673fd7
10 changed files with 216 additions and 136 deletions

View file

@ -33,6 +33,7 @@ usage: aider [-h] [--model] [--openai-api-key] [--anthropic-api-key]
[--auto-accept-architect | --no-auto-accept-architect]
[--weak-model] [--editor-model] [--editor-edit-format]
[--show-model-warnings | --no-show-model-warnings]
[--check-model-accepts-settings | --no-check-model-accepts-settings]
[--max-chat-history-tokens]
[--cache-prompts | --no-cache-prompts]
[--cache-keepalive-pings] [--map-tokens]
@ -220,6 +221,14 @@ Aliases:
- `--show-model-warnings`
- `--no-show-model-warnings`
### `--check-model-accepts-settings`
Check if model accepts settings like reasoning_effort/thinking_tokens (default: True)
Default: True
Environment variable: `AIDER_CHECK_MODEL_ACCEPTS_SETTINGS`
Aliases:
- `--check-model-accepts-settings`
- `--no-check-model-accepts-settings`
### `--max-chat-history-tokens VALUE`
Soft limit on tokens for chat history, after which summarization begins. If unspecified, defaults to the model's max_chat_history_tokens.
Environment variable: `AIDER_MAX_CHAT_HISTORY_TOKENS`