From df4ca72c3b903ec93e78aa77aa0c16635d95f404 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 21:51:42 -0700 Subject: [PATCH] copy --- docs/ctags.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index 65c99ae63..772c7bfd1 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -11,8 +11,10 @@ worth of code in its context window. To address this issue, `aider` has a new experimental feature that utilizes `ctags` to provide -GPT with a **map of the whole repository**, enabling it to better comprehend and navigate -larger repos. +GPT with a **concise map of the whole repository** including +all declared variables and functions with call signatures. +This map enables GPT to better comprehend and navigate +all the code in larger repos. ## The problem: code context