From 11b35ece85afc34c3a01b4d1031c6fbb36c97b01 Mon Sep 17 00:00:00 2001 From: ManuelZierl Date: Fri, 6 Jun 2025 19:23:22 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5bb4210..9af33ab 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,12 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso mods works by reading standard in and prefacing it with a prompt supplied in the mods arguments. Optionally it formats output as Markdown, which you can pipe to markdown rendering CLIs. Example: `mods -f "what are your thoughts on improving this code?" < main.go | glow` +- [fellow]([https://github.com/charmbracelet/mods](https://github.com/ManuelZierl/fellow) + + Fellow is a open-source command-line AI assistant built by developers, for developers. Unlike most AI tools that stop at suggesting code, Fellow goes a step further: +It executes tasks on your behalf. It reasons step-by-step, chooses commands from a plugin system, and edits files, generates content, or writes tests — autonomously. + + ## Chatbots - Telegram From ae3e6ce2b4ee0f70afac9f8cef4f6bb34a220055 Mon Sep 17 00:00:00 2001 From: ManuelZierl Date: Fri, 6 Jun 2025 19:23:47 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9af33ab..6082a00 100644 --- a/README.md +++ b/README.md @@ -385,7 +385,7 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso mods works by reading standard in and prefacing it with a prompt supplied in the mods arguments. Optionally it formats output as Markdown, which you can pipe to markdown rendering CLIs. Example: `mods -f "what are your thoughts on improving this code?" < main.go | glow` -- [fellow]([https://github.com/charmbracelet/mods](https://github.com/ManuelZierl/fellow) +- [fellow](https://github.com/ManuelZierl/fellow) Fellow is a open-source command-line AI assistant built by developers, for developers. Unlike most AI tools that stop at suggesting code, Fellow goes a step further: It executes tasks on your behalf. It reasons step-by-step, chooses commands from a plugin system, and edits files, generates content, or writes tests — autonomously. From 463e3da45ff89eb3dd13282981ab0adeb0fd5837 Mon Sep 17 00:00:00 2001 From: ManuelZierl Date: Fri, 6 Jun 2025 19:28:48 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6082a00..5bdaebc 100644 --- a/README.md +++ b/README.md @@ -387,8 +387,7 @@ Visit the website to get latest updates: [awesome-chatgpt-api.top](https://aweso - [fellow](https://github.com/ManuelZierl/fellow) - Fellow is a open-source command-line AI assistant built by developers, for developers. Unlike most AI tools that stop at suggesting code, Fellow goes a step further: -It executes tasks on your behalf. It reasons step-by-step, chooses commands from a plugin system, and edits files, generates content, or writes tests — autonomously. + Fellow is a open-source command-line AI assistant built by developers, for developers. Unlike most AI tools that stop at suggesting code, Fellow goes a step further: It executes tasks on your behalf. It reasons step-by-step, chooses commands from a plugin system, and edits files, generates content, or writes tests — autonomously. ## Chatbots