mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
0e5701aa53
commit
df4ca72c3b
1 changed files with 4 additions and 2 deletions
|
@ -11,8 +11,10 @@ worth of code in its context window.
|
|||
|
||||
To address this issue, `aider` has
|
||||
a new experimental feature that utilizes `ctags` to provide
|
||||
GPT with a **map of the whole repository**, enabling it to better comprehend and navigate
|
||||
larger repos.
|
||||
GPT with a **concise map of the whole repository** including
|
||||
all declared variables and functions with call signatures.
|
||||
This map enables GPT to better comprehend and navigate
|
||||
all the code in larger repos.
|
||||
|
||||
## The problem: code context
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue