From 94b216ab0f0f822d5b42d3ebcb064e9b93806289 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 25 May 2023 10:52:33 -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 17e443a30..5a30b6d86 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -22,7 +22,7 @@ To address these issues, `aider` now 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` +This *repo map* is built automatically using `ctags` and enables GPT to better comprehend, navigate and edit code in larger repos.