mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
feat: Add --cache-warming-pings option to Coder.create
This commit is contained in:
parent
ee11af11db
commit
9d593c5fa2
1 changed files with 6 additions and 0 deletions
|
@ -213,6 +213,12 @@ def get_parser(default_config_files, git_root):
|
|||
default=False,
|
||||
help="Enable caching of prompts (default: False)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--cache-warming-pings",
|
||||
type=int,
|
||||
default=0,
|
||||
help="Number of pings to warm up the cache (default: 0)",
|
||||
)
|
||||
group.add_argument(
|
||||
"--map-multiplier-no-files",
|
||||
type=float,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue