From fb8daa5607f64c18a0cd78845228b3be796ab8d0 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 24 Mar 2025 13:21:07 -1000 Subject: [PATCH] feat: Replace inline SVGs with external icon files for GitHub compatibility --- README.md | 18 +++++++++--------- assets/icons/arrows.svg | 3 +++ assets/icons/check.svg | 3 +++ assets/icons/code.svg | 3 +++ assets/icons/copy.svg | 3 +++ assets/icons/dna.svg | 3 +++ assets/icons/image.svg | 3 +++ assets/icons/key.svg | 3 +++ assets/icons/microphone.svg | 3 +++ assets/icons/monitor.svg | 3 +++ 10 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 assets/icons/arrows.svg create mode 100644 assets/icons/check.svg create mode 100644 assets/icons/code.svg create mode 100644 assets/icons/copy.svg create mode 100644 assets/icons/dna.svg create mode 100644 assets/icons/image.svg create mode 100644 assets/icons/key.svg create mode 100644 assets/icons/microphone.svg create mode 100644 assets/icons/monitor.svg diff --git a/README.md b/README.md index 679802ff1..d74adb5de 100644 --- a/README.md +++ b/README.md @@ -39,15 +39,15 @@ src="https://img.shields.io/badge/🔄%20Singularity-92%25-e74c3c?style=flat-squ ## Features -- **[Cloud and local LLMs](https://aider.chat/docs/llms.html)** - Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models. -- **[Maps your codebase](https://aider.chat/docs/repomap.html)** - Aider makes a map of your entire codebase, which helps it work well in larger projects. -- **[100+ code languages](https://aider.chat/docs/languages.html)** - Aider works with most popular programming languages: python, javascript, rust, ruby, go, cpp, php, html, css, and dozens more. -- **[Git integration](https://aider.chat/docs/git.html)** - Aider automatically commits changes with sensible commit messages. Use familiar git tools to easily diff, manage and undo AI changes. -- **[Use in your IDE](https://aider.chat/docs/usage/watch.html)** - Use aider from within your favorite IDE or editor. Ask for changes by adding comments to your code and aider will get to work. -- **[Images & web pages](https://aider.chat/docs/usage/images-urls.html)** - Add images and web pages to the chat to provide visual context, screenshots, reference docs, etc. -- **[Voice-to-code](https://aider.chat/docs/usage/voice.html)** - Speak with aider about your code! Request new features, test cases or bug fixes using your voice and let aider implement the changes. -- **[Linting & testing](https://aider.chat/docs/usage/lint-test.html)** - Automatically lint and test your code every time aider makes changes. Aider can fix problems detected by your linters and test suites. -- **[Copy/paste to web chat](https://aider.chat/docs/usage/copypaste.html)** - Work with any LLM via its web chat interface. Aider streamlines copy/pasting code context and edits back and forth with a browser. +- DNA Icon **[Cloud and local LLMs](https://aider.chat/docs/llms.html)** - Aider works best with Claude 3.7 Sonnet, DeepSeek R1 & Chat V3, OpenAI o1, o3-mini & GPT-4o, but can connect to almost any LLM, including local models. +- Arrows Icon **[Maps your codebase](https://aider.chat/docs/repomap.html)** - Aider makes a map of your entire codebase, which helps it work well in larger projects. +- Code Icon **[100+ code languages](https://aider.chat/docs/languages.html)** - Aider works with most popular programming languages: python, javascript, rust, ruby, go, cpp, php, html, css, and dozens more. +- Key Icon **[Git integration](https://aider.chat/docs/git.html)** - Aider automatically commits changes with sensible commit messages. Use familiar git tools to easily diff, manage and undo AI changes. +- Monitor Icon **[Use in your IDE](https://aider.chat/docs/usage/watch.html)** - Use aider from within your favorite IDE or editor. Ask for changes by adding comments to your code and aider will get to work. +- Image Icon **[Images & web pages](https://aider.chat/docs/usage/images-urls.html)** - Add images and web pages to the chat to provide visual context, screenshots, reference docs, etc. +- Microphone Icon **[Voice-to-code](https://aider.chat/docs/usage/voice.html)** - Speak with aider about your code! Request new features, test cases or bug fixes using your voice and let aider implement the changes. +- Check Icon **[Linting & testing](https://aider.chat/docs/usage/lint-test.html)** - Automatically lint and test your code every time aider makes changes. Aider can fix problems detected by your linters and test suites. +- Copy Icon **[Copy/paste to web chat](https://aider.chat/docs/usage/copypaste.html)** - Work with any LLM via its web chat interface. Aider streamlines copy/pasting code context and edits back and forth with a browser. ## Getting Started diff --git a/assets/icons/arrows.svg b/assets/icons/arrows.svg new file mode 100644 index 000000000..e70f2f1c1 --- /dev/null +++ b/assets/icons/arrows.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/check.svg b/assets/icons/check.svg new file mode 100644 index 000000000..ddf295592 --- /dev/null +++ b/assets/icons/check.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/code.svg b/assets/icons/code.svg new file mode 100644 index 000000000..4a7212e12 --- /dev/null +++ b/assets/icons/code.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/copy.svg b/assets/icons/copy.svg new file mode 100644 index 000000000..ae856ebf4 --- /dev/null +++ b/assets/icons/copy.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/dna.svg b/assets/icons/dna.svg new file mode 100644 index 000000000..566d1a10c --- /dev/null +++ b/assets/icons/dna.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/image.svg b/assets/icons/image.svg new file mode 100644 index 000000000..c2f960909 --- /dev/null +++ b/assets/icons/image.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/key.svg b/assets/icons/key.svg new file mode 100644 index 000000000..47254589f --- /dev/null +++ b/assets/icons/key.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/microphone.svg b/assets/icons/microphone.svg new file mode 100644 index 000000000..4424dbcb3 --- /dev/null +++ b/assets/icons/microphone.svg @@ -0,0 +1,3 @@ + + + diff --git a/assets/icons/monitor.svg b/assets/icons/monitor.svg new file mode 100644 index 000000000..2cc8a942f --- /dev/null +++ b/assets/icons/monitor.svg @@ -0,0 +1,3 @@ + + +