From 8650d106e445f5fe0f466c13d1a5d58280ceca42 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 07:35:04 -0700 Subject: [PATCH] copy --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68d33ff57..462864f1e 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,10 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa * `aider` will apply the edits suggested by GPT-4 directly to your source files. * `aider` will automatically commit each changeset to your local git repo with a descriptive commit message. These frequent, automatic commits provide a safety net. It's easy to undo `aider` changes or use standard git workflows to manage longer sequences of changes. * `aider` can review multiple source files at once and make coordinated code changes across all of them in a single changeset/commit. -* `aider` constructs a concise [ctags based repo map](https://aider.chat/docs/ctags.html) and passes it to GPT-4 to enhance its ability to understand and navigate larger code bases. -* `aider` knows about all the files in your repo, so it can ask for permission to review whichever files seem relevant to your requests. +* `aider` gives GPT a +[map of your entire repo](https://aider.chat/docs/ctags.html), +so it can ask for permission to review whichever files seem relevant to your requests. + * You can also edit the files using your editor while chatting with `aider`. * `aider` will notice if you edit the files outside the chat. * It will help you commit these out-of-band changes, if you'd like.