mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
feat: add mentioned_fnames and mentioned_idents to cache key
This commit is contained in:
parent
be5012db96
commit
cf1e6e65c7
1 changed files with 2 additions and 0 deletions
|
@ -459,6 +459,8 @@ class RepoMap:
|
||||||
tuple(sorted(chat_fnames)) if chat_fnames else None,
|
tuple(sorted(chat_fnames)) if chat_fnames else None,
|
||||||
tuple(sorted(other_fnames)) if other_fnames else None,
|
tuple(sorted(other_fnames)) if other_fnames else None,
|
||||||
max_map_tokens,
|
max_map_tokens,
|
||||||
|
tuple(sorted(mentioned_fnames)) if mentioned_fnames else None,
|
||||||
|
tuple(sorted(mentioned_idents)) if mentioned_idents else None,
|
||||||
)
|
)
|
||||||
|
|
||||||
use_cache = False
|
use_cache = False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue