mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-13 08:05:01 +00:00
Can force repo-map on with: --map-tokens 1024
This commit is contained in:
parent
f8e76bcb88
commit
617b1bdee2
9 changed files with 17 additions and 7 deletions
|
@ -21,6 +21,7 @@ cog.out(text)
|
|||
- Added `--subtree-only` to limit aider to current directory subtree.
|
||||
- Should help with large/mono repo performance.
|
||||
- New `/add-clipboard-image` to add images to the chat from your clipboard.
|
||||
- Use `--map-tokens 1024` to use repo map with any model.
|
||||
- Support for Sonnet's 8k output window.
|
||||
- [Aider already supported infinite output from Sonnet.](https://aider.chat/2024/07/01/sonnet-not-lazy.html)
|
||||
- Performance improvements for large repos.
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
#show-model-warnings: true
|
||||
|
||||
## Max number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||
#map-tokens: true
|
||||
#map-tokens:
|
||||
|
||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||
#max-chat-history-tokens:
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
#AIDER_SHOW_MODEL_WARNINGS=true
|
||||
|
||||
## Max number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||
#AIDER_MAP_TOKENS=true
|
||||
#AIDER_MAP_TOKENS=
|
||||
|
||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||
#AIDER_MAX_CHAT_HISTORY_TOKENS=
|
||||
|
|
|
@ -123,7 +123,7 @@ cog.outl("```")
|
|||
#show-model-warnings: true
|
||||
|
||||
## Max number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||
#map-tokens: true
|
||||
#map-tokens:
|
||||
|
||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||
#max-chat-history-tokens:
|
||||
|
|
|
@ -130,7 +130,7 @@ cog.outl("```")
|
|||
#AIDER_SHOW_MODEL_WARNINGS=true
|
||||
|
||||
## Max number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||
#AIDER_MAP_TOKENS=true
|
||||
#AIDER_MAP_TOKENS=
|
||||
|
||||
## Maximum number of tokens to use for chat history. If not specified, uses the model's max_chat_history_tokens.
|
||||
#AIDER_MAX_CHAT_HISTORY_TOKENS=
|
||||
|
|
|
@ -175,7 +175,6 @@ Aliases:
|
|||
|
||||
### `--map-tokens VALUE`
|
||||
Max number of tokens to use for repo map, use 0 to disable (default: 1024)
|
||||
Default: 1024
|
||||
Environment variable: `AIDER_MAP_TOKENS`
|
||||
|
||||
### `--max-chat-history-tokens VALUE`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue