From 6bc6aa240b4a6053cb5c3021da5b56a0fb03a6e3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 16 May 2023 10:15:40 -0700 Subject: [PATCH] copy --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 474adb4e2..a6069b649 100644 --- a/examples/README.md +++ b/examples/README.md @@ -25,7 +25,7 @@ To better understand the chat transcripts, it's worth knowing that: - Each time GPT-4 suggests a code change, `aider` automatically applies it to the source files. - After applying the edits, `aider` commits them to git with a descriptive commit message. - - `aider` notes each time a source file is added to the chat session. Once added, these files are available for review and editing by GPT-4. The user adds files either via the command line or the in-chat `/add` command. If GPT-4 asks to see specific files, `aider` asks the user for permission to add them to the chat. + - GPT-4 can only see and edit files which have been "added to the chat session". The user adds files either via the command line or the in-chat `/add` command. If GPT-4 asks to see specific files, `aider` asks the user for permission to add them to the chat. The transcripts contain notifications from `aider` whenever a file is added or dropped from the session. ## Transcript formatting