mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
Merge branch 'main' into glow
This commit is contained in:
commit
8504f12ee0
2 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,9 @@
|
||||||
# aider is GPT-4 powered coding in your terminal
|
# aider is GPT-4 powered coding in your terminal
|
||||||
|
|
||||||
`aider` is a command-line chat tool that allows you to write and edit
|
`aider` is a command-line chat tool that allows you to write and edit
|
||||||
code with GPT-4 in the terminal. You can ask GPT to help you start
|
code with GPT-4. You can ask GPT to help you start
|
||||||
a new project, or add features to your existing code.
|
a new project, or add features to your existing code.
|
||||||
`aider` is especially useful for working with code in a git repo, as
|
`aider` is especially suited for working with code in a git repo, as it has features for committing, diffing and undoing changes proposed by GPT.
|
||||||
it will automatically commit GPT's code changes with a descriptive
|
|
||||||
commit message.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -69,8 +69,10 @@ But it's not ideal to have to manually identify the right
|
||||||
set of files to add to the chat.
|
set of files to add to the chat.
|
||||||
And sending whole files is a bulky way to send code context,
|
And sending whole files is a bulky way to send code context,
|
||||||
wasting the precious 8k context window.
|
wasting the precious 8k context window.
|
||||||
You may quickly run out of context window if you need to
|
GPT doesn't need to see the entire implementation of BarLog,
|
||||||
send many files worth of context.
|
it just needs to understand it well enough to use it.
|
||||||
|
You may quickly run out of context window if you
|
||||||
|
send many files worth of code just to convey context.
|
||||||
|
|
||||||
## Using a repo map to provide context
|
## Using a repo map to provide context
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue