mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +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
|
To address this issue, `aider` has
|
||||||
a new experimental feature that utilizes `ctags` to provide
|
a new experimental feature that utilizes `ctags` to provide
|
||||||
GPT with a **map of the whole repository**, enabling it to better comprehend and navigate
|
GPT with a **concise map of the whole repository** including
|
||||||
larger repos.
|
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
|
## The problem: code context
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue