From 516e637c39c7f804c929d3c7f52867d188d073f3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 4 Oct 2024 12:53:45 -0700 Subject: [PATCH] Update docs github.com/paul-gauthier -> github.com/Aider-AI --- README.md | 2 +- aider/website/_config.yml | 4 ++-- aider/website/_includes/help.md | 2 +- aider/website/_includes/nav_footer_custom.html | 2 +- aider/website/_posts/2023-10-22-repomap.md | 8 ++++---- aider/website/_posts/2024-03-08-claude-3.md | 2 +- aider/website/_posts/2024-04-09-gpt-4-turbo.md | 2 +- aider/website/_posts/2024-05-13-models-over-time.md | 2 +- aider/website/_posts/2024-05-22-linting.md | 2 +- aider/website/_posts/2024-05-22-swe-bench-lite.md | 2 +- aider/website/_posts/2024-05-24-self-assembly.md | 2 +- aider/website/_posts/2024-06-02-main-swe-bench.md | 4 ++-- aider/website/_posts/2024-07-01-sonnet-not-lazy.md | 4 ++-- aider/website/docs/benchmarks-1106.md | 2 +- aider/website/docs/benchmarks-speed-1106.md | 2 +- aider/website/docs/benchmarks.md | 8 ++++---- aider/website/docs/config/adv-model-settings.md | 2 +- aider/website/docs/config/aider_conf.md | 2 +- aider/website/docs/config/dotenv.md | 2 +- aider/website/docs/ctags.md | 4 ++-- aider/website/docs/faq.md | 4 ++-- aider/website/docs/git.md | 2 +- aider/website/docs/install/optional.md | 4 ++-- aider/website/docs/languages.md | 2 +- aider/website/docs/leaderboards/index.md | 6 +++--- aider/website/docs/repomap.md | 4 ++-- aider/website/docs/scripting.md | 2 +- aider/website/docs/troubleshooting/imports.md | 2 +- aider/website/docs/unified-diffs.md | 6 +++--- aider/website/index.md | 2 +- 30 files changed, 47 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 343f21ddc..6e0afa301 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ projects like django, scikitlearn, matplotlib, etc. - [Configuration](https://aider.chat/docs/config.html) - [Troubleshooting](https://aider.chat/docs/troubleshooting.html) - [LLM Leaderboards](https://aider.chat/docs/leaderboards/) -- [GitHub](https://github.com/paul-gauthier/aider) +- [GitHub](https://github.com/Aider-AI/aider) - [Discord](https://discord.gg/Tv2uQnR88V) - [Blog](https://aider.chat/blog/) diff --git a/aider/website/_config.yml b/aider/website/_config.yml index d8fff9c5a..851a1fda4 100644 --- a/aider/website/_config.yml +++ b/aider/website/_config.yml @@ -24,7 +24,7 @@ exclude: aux_links: "GitHub": - - "https://github.com/paul-gauthier/aider" + - "https://github.com/Aider-AI/aider" "Discord": - "https://discord.gg/Tv2uQnR88V" "Blog": @@ -32,7 +32,7 @@ aux_links: nav_external_links: - title: "GitHub" - url: "https://github.com/paul-gauthier/aider" + url: "https://github.com/Aider-AI/aider" - title: "Discord" url: "https://discord.gg/Tv2uQnR88V" diff --git a/aider/website/_includes/help.md b/aider/website/_includes/help.md index 3071e2c17..661af1043 100644 --- a/aider/website/_includes/help.md +++ b/aider/website/_includes/help.md @@ -1,5 +1,5 @@ If you need more help, please check our -[GitHub issues](https://github.com/paul-gauthier/aider/issues) +[GitHub issues](https://github.com/Aider-AI/aider/issues) and file a new issue if your problem isn't discussed. Or drop into our [Discord](https://discord.gg/Tv2uQnR88V) diff --git a/aider/website/_includes/nav_footer_custom.html b/aider/website/_includes/nav_footer_custom.html index 0afaad722..7c15832fa 100644 --- a/aider/website/_includes/nav_footer_custom.html +++ b/aider/website/_includes/nav_footer_custom.html @@ -1,7 +1,7 @@ diff --git a/aider/website/_posts/2023-10-22-repomap.md b/aider/website/_posts/2023-10-22-repomap.md index 6fe7655aa..0c09d00eb 100644 --- a/aider/website/_posts/2023-10-22-repomap.md +++ b/aider/website/_posts/2023-10-22-repomap.md @@ -110,9 +110,9 @@ source code, by including the critical lines of code for each definition. Here's a sample of the map of the aider repo, just showing the maps of -[base_coder.py](https://github.com/paul-gauthier/aider/blob/main/aider/coders/base_coder.py) +[base_coder.py](https://github.com/Aider-AI/aider/blob/main/aider/coders/base_coder.py) and -[commands.py](https://github.com/paul-gauthier/aider/blob/main/aider/commands.py) +[commands.py](https://github.com/Aider-AI/aider/blob/main/aider/commands.py) : ``` @@ -188,7 +188,7 @@ It specifically uses the [py-tree-sitter-languages](https://github.com/grantjenks/py-tree-sitter-languages) python module, which provides simple, pip-installable binary wheels for -[most popular programming languages](https://github.com/paul-gauthier/grep-ast/blob/main/grep_ast/parsers.py). +[most popular programming languages](https://github.com/Aider-AI/grep-ast/blob/main/grep_ast/parsers.py). Tree-sitter parses source code into an Abstract Syntax Tree (AST) based on the syntax of the programming language. @@ -245,7 +245,7 @@ just install [aider](https://aider.chat/docs/install.html). ## Credits Aider uses -[modified versions of the tags.scm files](https://github.com/paul-gauthier/aider/tree/main/aider/queries) +[modified versions of the tags.scm files](https://github.com/Aider-AI/aider/tree/main/aider/queries) from these open source tree-sitter language implementations: diff --git a/aider/website/_posts/2024-03-08-claude-3.md b/aider/website/_posts/2024-03-08-claude-3.md index 24186928d..84b6ff355 100644 --- a/aider/website/_posts/2024-03-08-claude-3.md +++ b/aider/website/_posts/2024-03-08-claude-3.md @@ -30,7 +30,7 @@ aider --opus ## Aider's code editing benchmark -[Aider](https://github.com/paul-gauthier/aider) +[Aider](https://github.com/Aider-AI/aider) is an open source command line chat tool that lets you pair program with AI on code in your local git repo. diff --git a/aider/website/_posts/2024-04-09-gpt-4-turbo.md b/aider/website/_posts/2024-04-09-gpt-4-turbo.md index abdfb753c..c055b7dac 100644 --- a/aider/website/_posts/2024-04-09-gpt-4-turbo.md +++ b/aider/website/_posts/2024-04-09-gpt-4-turbo.md @@ -52,7 +52,7 @@ def some_complex_method(foo, bar): # ... implement method here ... ``` -Aider uses a ["laziness" benchmark suite](https://github.com/paul-gauthier/refactor-benchmark) +Aider uses a ["laziness" benchmark suite](https://github.com/Aider-AI/refactor-benchmark) which is designed to both provoke and quantify lazy coding. It consists of 89 python refactoring tasks diff --git a/aider/website/_posts/2024-05-13-models-over-time.md b/aider/website/_posts/2024-05-13-models-over-time.md index 3a6b5fa53..7b2bbdf3e 100644 --- a/aider/website/_posts/2024-05-13-models-over-time.md +++ b/aider/website/_posts/2024-05-13-models-over-time.md @@ -15,7 +15,7 @@ nav_exclude: true I recently wanted to draw a graph showing how LLM code editing skill has been changing over time as new models have been released by OpenAI, Anthropic and others. I have all the -[data in a yaml file](https://github.com/paul-gauthier/aider/blob/main/website/_data/edit_leaderboard.yml) that is used to render +[data in a yaml file](https://github.com/Aider-AI/aider/blob/main/website/_data/edit_leaderboard.yml) that is used to render [aider's LLM leaderboards](https://aider.chat/docs/leaderboards/). Below is the aider chat transcript, which shows: diff --git a/aider/website/_posts/2024-05-22-linting.md b/aider/website/_posts/2024-05-22-linting.md index 276c35441..14442a52d 100644 --- a/aider/website/_posts/2024-05-22-linting.md +++ b/aider/website/_posts/2024-05-22-linting.md @@ -25,7 +25,7 @@ This increases the ability of the LLM to understand the problem and make the correct changes to resolve it. Aider ships with basic linters built with tree-sitter that support -[most popular programming languages](https://github.com/paul-gauthier/grep-ast/blob/main/grep_ast/parsers.py). +[most popular programming languages](https://github.com/Aider-AI/grep-ast/blob/main/grep_ast/parsers.py). These built in linters will detect syntax errors and other fatal problems with the code. You can also configure aider to use your preferred linters. diff --git a/aider/website/_posts/2024-05-22-swe-bench-lite.md b/aider/website/_posts/2024-05-22-swe-bench-lite.md index 9659f2a2d..72ccf74d6 100644 --- a/aider/website/_posts/2024-05-22-swe-bench-lite.md +++ b/aider/website/_posts/2024-05-22-swe-bench-lite.md @@ -76,7 +76,7 @@ The held out "acceptance tests" were *only* used after benchmarking to compute statistics on which problems aider correctly resolved. -The [full harness to run aider on SWE Bench Lite is available on GitHub](https://github.com/paul-gauthier/aider-swe-bench). +The [full harness to run aider on SWE Bench Lite is available on GitHub](https://github.com/Aider-AI/aider-swe-bench). The benchmarking process was similar to how a developer might use aider to resolve a GitHub issue: diff --git a/aider/website/_posts/2024-05-24-self-assembly.md b/aider/website/_posts/2024-05-24-self-assembly.md index 2b0f5366a..66fd36b27 100644 --- a/aider/website/_posts/2024-05-24-self-assembly.md +++ b/aider/website/_posts/2024-05-24-self-assembly.md @@ -13,7 +13,7 @@ nav_exclude: true [![self assembly](/assets/self-assembly.jpg)](https://aider.chat/assets/self-assembly.jpg) The -[aider git repo](https://github.com/paul-gauthier/aider) +[aider git repo](https://github.com/Aider-AI/aider) currently contains about 4K commits and 14K lines of code. Aider made 15% of the commits, inserting 4.8K and deleting 1.5K lines of code. diff --git a/aider/website/_posts/2024-06-02-main-swe-bench.md b/aider/website/_posts/2024-06-02-main-swe-bench.md index e164d59b3..72c7b2faa 100644 --- a/aider/website/_posts/2024-06-02-main-swe-bench.md +++ b/aider/website/_posts/2024-06-02-main-swe-bench.md @@ -64,7 +64,7 @@ with the problem statement submitted as the opening chat message from "the user". - After that aider ran as normal, except all of aider's suggestions were always accepted without user approval. -- A [simple harness](https://github.com/paul-gauthier/aider-swe-bench#the-aider-agent) was used to retry the SWE Bench problem if aider produced code that wasn't *plausibly correct*. +- A [simple harness](https://github.com/Aider-AI/aider-swe-bench#the-aider-agent) was used to retry the SWE Bench problem if aider produced code that wasn't *plausibly correct*. Plausibly correct means that aider reported that it had successfully edited the repo without causing syntax errors or breaking any *pre-existing* tests. - If the solution from aider with GPT-4o wasn't plausible, the harness launched aider to try again from scratch using Claude 3 Opus. @@ -90,7 +90,7 @@ For a detailed discussion of the benchmark methodology, see the [article about aider's SWE Bench Lite results](https://aider.chat/2024/05/22/swe-bench-lite.html). Also, the -[aider SWE Bench repository on GitHub](https://github.com/paul-gauthier/aider-swe-bench) +[aider SWE Bench repository on GitHub](https://github.com/Aider-AI/aider-swe-bench) contains the harness and statistics code used for the benchmarks. The benchmarking process was similar to how a developer might use aider to diff --git a/aider/website/_posts/2024-07-01-sonnet-not-lazy.md b/aider/website/_posts/2024-07-01-sonnet-not-lazy.md index a2b665bea..5cb7050e0 100644 --- a/aider/website/_posts/2024-07-01-sonnet-not-lazy.md +++ b/aider/website/_posts/2024-07-01-sonnet-not-lazy.md @@ -37,8 +37,8 @@ Users who tested Sonnet with a preview of [aider's latest release](https://aider.chat/HISTORY.html#aider-v0410) were thrilled: -- *Works like a charm. It is a monster. It refactors files of any size like it is nothing. The continue trick with Sonnet is truly the holy grail. Aider beats [other tools] hands down. I'm going to cancel both subscriptions.* -- [Emasoft](https://github.com/paul-gauthier/aider/issues/705#issuecomment-2200338971) -- *Thanks heaps for this feature - it's a real game changer. I can be more ambitious when asking Claude for larger features.* -- [cngarrison](https://github.com/paul-gauthier/aider/issues/705#issuecomment-2196026656) +- *Works like a charm. It is a monster. It refactors files of any size like it is nothing. The continue trick with Sonnet is truly the holy grail. Aider beats [other tools] hands down. I'm going to cancel both subscriptions.* -- [Emasoft](https://github.com/Aider-AI/aider/issues/705#issuecomment-2200338971) +- *Thanks heaps for this feature - it's a real game changer. I can be more ambitious when asking Claude for larger features.* -- [cngarrison](https://github.com/Aider-AI/aider/issues/705#issuecomment-2196026656) - *Fantastic...! It's such an improvement not being constrained by output token length issues. [I refactored] a single JavaScript file into seven smaller files using a single Aider request.* -- [John Galt](https://discord.com/channels/1131200896827654144/1253492379336441907/1256250487934554143) ## Hitting the 4k token output limit diff --git a/aider/website/docs/benchmarks-1106.md b/aider/website/docs/benchmarks-1106.md index 600642bc9..b563e8a25 100644 --- a/aider/website/docs/benchmarks-1106.md +++ b/aider/website/docs/benchmarks-1106.md @@ -19,7 +19,7 @@ and there's a lot of interest about their ability to code compared to the previous versions. With that in mind, I've been benchmarking the new models. -[Aider](https://github.com/paul-gauthier/aider) +[Aider](https://github.com/Aider-AI/aider) is an open source command line chat tool that lets you work with GPT to edit code in your local git repo. To do this, aider needs to be able to reliably recognize when GPT wants to edit diff --git a/aider/website/docs/benchmarks-speed-1106.md b/aider/website/docs/benchmarks-speed-1106.md index 59c70cd8d..a415704d9 100644 --- a/aider/website/docs/benchmarks-speed-1106.md +++ b/aider/website/docs/benchmarks-speed-1106.md @@ -20,7 +20,7 @@ and there's a lot of interest about their capabilities and performance. With that in mind, I've been benchmarking the new models. -[Aider](https://github.com/paul-gauthier/aider) +[Aider](https://github.com/Aider-AI/aider) is an open source command line chat tool that lets you work with GPT to edit code in your local git repo. Aider relies on a diff --git a/aider/website/docs/benchmarks.md b/aider/website/docs/benchmarks.md index 3b7849328..c37c96eea 100644 --- a/aider/website/docs/benchmarks.md +++ b/aider/website/docs/benchmarks.md @@ -168,7 +168,7 @@ requests: ### whole The -[whole](https://github.com/paul-gauthier/aider/blob/main/aider/coders/wholefile_prompts.py) +[whole](https://github.com/Aider-AI/aider/blob/main/aider/coders/wholefile_prompts.py) format asks GPT to return an updated copy of the entire file, including any changes. The file should be formatted with normal markdown triple-backtick fences, inlined with the rest of its response text. @@ -187,7 +187,7 @@ def main(): ### diff -The [diff](https://github.com/paul-gauthier/aider/blob/main/aider/coders/editblock_prompts.py) +The [diff](https://github.com/Aider-AI/aider/blob/main/aider/coders/editblock_prompts.py) format also asks GPT to return edits as part of the normal response text, in a simple diff format. Each edit is a fenced code block that @@ -209,7 +209,7 @@ demo.py ### whole-func -The [whole-func](https://github.com/paul-gauthier/aider/blob/main/aider/coders/wholefile_func_coder.py) +The [whole-func](https://github.com/Aider-AI/aider/blob/main/aider/coders/wholefile_func_coder.py) format requests updated copies of whole files to be returned using the function call API. @@ -227,7 +227,7 @@ format requests updated copies of whole files to be returned using the function ### diff-func The -[diff-func](https://github.com/paul-gauthier/aider/blob/main/aider/coders/editblock_func_coder.py) +[diff-func](https://github.com/Aider-AI/aider/blob/main/aider/coders/editblock_func_coder.py) format requests a list of original/updated style edits to be returned using the function call API. diff --git a/aider/website/docs/config/adv-model-settings.md b/aider/website/docs/config/adv-model-settings.md index 5aed6d907..548a28654 100644 --- a/aider/website/docs/config/adv-model-settings.md +++ b/aider/website/docs/config/adv-model-settings.md @@ -71,7 +71,7 @@ For example, below are all the pre-configured model settings to give a sense for the settings which are supported. You can also look at the `ModelSettings` class in -[models.py](https://github.com/paul-gauthier/aider/blob/main/aider/models.py) +[models.py](https://github.com/Aider-AI/aider/blob/main/aider/models.py) file for more details about all of the model setting that aider supports.