From 3dacaf65b1923ae84d9599d002b91f6e19896452 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 27 May 2023 17:28:28 -0700 Subject: [PATCH] copy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7450561ee..6f1a8aa78 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa ## Features * Chat with GPT-4 about your code by launching `aider` from the command line with set of source files to discuss and edit together. +* If you or GPT talk about a filename that's part of the git repo, `aider` will ask if you'd like to add it to the chat. This lets GPT see and edit the file's contents, in addition to the files you name on the command line. See also the in-chat `/add` and `/drop` commands described below. * Request new features, changes, improvements, or bug fixes to your code. Ask for new test cases, updated documentation or code refactors. * `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.