From a78ae2994737b86963723ef9b8dc61c6610095a4 Mon Sep 17 00:00:00 2001 From: Alvin Date: Mon, 28 Apr 2025 21:23:16 +0200 Subject: [PATCH 1/3] Add tmuxai --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 136bfa2..a102bc2 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [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/tawandakembo/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. - [Warp](https://www.warp.dev/) - Warp brings AI and team knowledge together in a single, fast, and intuitive terminal. +- [TmuxAI](https://tmuxai.dev/) - AI-powered, non-intrusive terminal assistant. ## Agents From c04e8ed553939411c251675428d63b6b88901827 Mon Sep 17 00:00:00 2001 From: Broda Noel Date: Wed, 7 May 2025 21:38:42 +0200 Subject: [PATCH 2/3] Add `cmd-ai` --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e7981e..af60cb3 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [talk-codebase](https://github.com/rsaryev/talk-codebase) — CLI chatbot with repository as context. Supports OpenAI as well as locally running LLMs via GPT4All. - [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. - [poorcoder](https://github.com/vgrichina/poorcoder) — A collection of Bash scripts to extract code context, apply changes from markdown, and generate AI commit messages while using web-based LLMs. +- [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) + ### Desktop From 8aceb7b28229ce5cc29ad3d6973e3ea58591004e Mon Sep 17 00:00:00 2001 From: Daniel Klein Date: Wed, 7 May 2025 17:04:45 -0400 Subject: [PATCH 3/3] add zed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8e7981e..7ab994f 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Theia IDE](https://theia-ide.org/#theiaide) — An extensible open-source IDE (web and desktop) providing AI-powered features like chat, code completion, terminal assistance and custom agents using arbitrary LLMs. Built on [Theia AI](https://eclipsesource.com/blogs/2024/10/07/introducing-theia-ai/), a platform designed to enable the creation of custom, AI-powered tools and IDEs. - [OneCompiler](https://onecompiler.com/) — A free AI Powered online compiler supporting over 70 languages, including Java, Python, MySQL, C++, and HTML, for writing, running, and sharing code. - [trae](https://www.trae.ai/) — Trae is an adaptive AI IDE that transforms how you work, collaborating with you to run faster. +- [Zed](https://zed.dev/) - A high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. ## Git Clients