From f1a0db04752529e39a349ecc2d313c41589eca46 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 6 Jun 2023 10:51:33 -0700 Subject: [PATCH] copy --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 170150a86..eab883ac3 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,13 @@ to set many options. See `aider --help` for details. * GPT can only see the content of the files you specifically "add to the chat". Aider also sends GPT-4 a [map of your entire git repo](https://aider.chat/docs/ctags.html). So GPT may ask to see additional files if it feels that's needed for your requests. * I also shared some more [GPT coding tips on Hacker News](https://news.ycombinator.com/item?id=36211879). +## Testimonials + +Folks seem to find aider pretty useful: + +* "aider ... has easily quadrupled my coding productivity." -- [SOLAR_FIELDS](https://news.ycombinator.com/item?id=36212100) +* "What an amazing tool. It's incredible." -- [valyagolev](https://github.com/paul-gauthier/aider/issues/6#issue-1722897858) + ## Limitations You can only use `aider` to edit code that fits in the GPT context window.