mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
feat: Add prompt cache warming via --cache-warming-pings
This commit is contained in:
parent
4e718fa8e1
commit
a5c283d7c8
9 changed files with 10 additions and 8 deletions
|
@ -524,7 +524,7 @@ class TestMain(TestCase):
|
|||
MockRepoMap.return_value = mock_repo_map
|
||||
|
||||
main(
|
||||
["--sonnet", "--cache", "--exit", "--yes"],
|
||||
["--sonnet", "--cache-prompts", "--exit", "--yes"],
|
||||
input=DummyInput(),
|
||||
output=DummyOutput(),
|
||||
)
|
||||
|
@ -549,7 +549,7 @@ class TestMain(TestCase):
|
|||
def test_4o_and_cache_options(self):
|
||||
with GitTemporaryDirectory():
|
||||
coder = main(
|
||||
["--4o", "--cache", "--exit", "--yes"],
|
||||
["--4o", "--cache-prompts", "--exit", "--yes"],
|
||||
input=DummyInput(),
|
||||
output=DummyOutput(),
|
||||
return_coder=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue