mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
refactor: Update repo map token handling and improve warning message
This commit is contained in:
parent
a9cf438100
commit
d48008e13d
4 changed files with 15 additions and 6 deletions
|
@ -287,7 +287,7 @@ def get_parser(default_config_files, git_root):
|
|||
"--map-tokens",
|
||||
type=int,
|
||||
default=None,
|
||||
help="Suggested number of tokens to use for repo map, use 0 to disable (default: 1024)",
|
||||
help="Suggested number of tokens to use for repo map, use 0 to disable",
|
||||
)
|
||||
group.add_argument(
|
||||
"--map-refresh",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue