From b081dd9e192c894b92d3a15ccdedbd2a0bd86b83 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 14:29:47 -0700 Subject: [PATCH] copy --- docs/ctags.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/ctags.md b/docs/ctags.md index 079b2ffcb..07ccdbca5 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -1,7 +1,14 @@ # Enhancing GPT-4's understanding of entire repos using ctags -While GPT-4 excels at coding tasks, it struggles with making modifications within large code bases. Its limited context window prevents it from understanding and navigating code beyond its capacity. Many common code changes require knowledge and context from multiple files scattered throughout the repo. To address this issue, `aider` introduces an experimental feature that utilizes `ctags` to provide GPT with a **repo map**, enabling it to better comprehend and navigate larger repositories. +While GPT-4 excels at coding tasks, it struggles with making +modifications within large code bases. Its limited context window +prevents it from understanding code beyond its capacity. Many common +code changes require knowledge and context from multiple files +scattered throughout a large repo. To address this issue, `aider` has +introduced an experimental feature that utilizes `ctags` to provide +GPT with a **repo map**, enabling it to better comprehend and navigate +larger repositories. ## The problem: code context