From a14611849e3f95924445457c638f53f7b11c88f5 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 23 May 2023 06:18:31 -0700 Subject: [PATCH] copy --- docs/ctags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index 0c477f599..5d5602e33 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -19,7 +19,7 @@ new code that respects and utilizes existing abstractions. efficient manner that fits within the 8k-token context window. To address these issues, `aider` now -sends GPT a **concise map of your whole git repository**. +sends GPT a **concise map of your whole git repository** that includes all declared variables and functions with call signatures. This *repo map* is built using `ctags`