From 233593bb49deea72506eb3d2e657c96f0564ef46 Mon Sep 17 00:00:00 2001 From: Tawanda Kembo <1892654+tawanda-kembo@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:58:14 +0200 Subject: [PATCH] adds code-collator under Shell assistants --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 33924bc..37cb77e 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Butterfish](https://butterfi.sh) — CLI tool that embeds ChatGPT in your shell for easy access. Includes simple agentic capabilities. - [Shell Whiz](https://github.com/beimzhan/shell-whiz) — highly configurable CLI assistant to generate shell commands and get explanations for them. - [GitFluence](https://www.gitfluence.com/) — Web-based Git command generator to automatically generate Git commands for terminal or CLI from text description, using an AI-driven solution to suggest the most relevant Git commands. +- [code-collator](https://github.com/tawanda-kembo/code-collator): CLI tool that creates a single markdown file that describes your entire codebase to language models. Useful for AI-coding assistance from the Claude/ChatGPT web interface rather than via the API. ## Agents