From f36b2acdf2cd0726cc8c1d11afaf04bc0419b2c7 Mon Sep 17 00:00:00 2001 From: robcholz <84130577+robcholz@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:49:05 -0500 Subject: [PATCH 01/16] Add VibeBox --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e0fd2a..38f357a 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) - Anthropic's agentic coding tool. - [Open Agent](https://github.com/Th0rgal/openagent) — Self-hosted control plane for Claude Code with isolated container workspaces and real-time mission streaming. - [Agentic Sprint](https://github.com/damienlaine/agentic-sprint) — Spec-driven, self-iterative multi-agent framework for Claude Code with coordinated specialized agents (Python, Next.js, CI/CD, QA, UI Testing). +- [VibeBox](https://vibebox.robcholz.com) — Open-source, per-project micro-VM sandbox for running AI coding agents safely on macOS. - [Leap.new](https://leap.new/) - It builds functional apps with real backend services, APIs, and deploys to your cloud. - [Recurse ML](https://recurse.ml) - Find bugs in AI Generated Code From 29a5eec5026df2b43f3576f0d730c84da8458e9d Mon Sep 17 00:00:00 2001 From: Bipin Rimal Date: Fri, 13 Feb 2026 19:42:17 +0545 Subject: [PATCH 02/16] Add EkLine to Documentation section EkLine is an AI-powered documentation review tool that integrates with CI/CD pipelines to automatically catch style issues, broken links, and documentation drift. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a74902..2796864 100644 --- a/README.md +++ b/README.md @@ -234,8 +234,9 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [DiagramGPT](https://www.eraser.io/diagramgpt) — DiagramGPT is a free AI-based web app that converts a schema, infrastructure definition, code snippet or plain language description into diagrams. The tool can generate flow charts, entity relationship diagrams, cloud architecture diagrams and sequence diagrams. - [DocuWriter.ai](https://www.docuwriter.ai/) — AI-powered web app to generate automated Code & API documentation from your source code files. - [README-AI](https://github.com/eli64s/readme-ai) — Automated README.md file generator, powered by large language model APIs. -- [Supacodes](https://www.supacodes.com) — An AI tool that automates writing & updating code documentation in Github -- [CodexAtlas](https://codedocumentation.app/) — Automated code and API documentation using latest AI models +- [Supacodes](https://www.supacodes.com) — An AI tool that automates writing & updating code documentation in Github. +- [CodexAtlas](https://codedocumentation.app/) — Automated code and API documentation using latest AI models. +- [EkLine](https://ekline.io/) — Helps software teams create and maintain high-quality documentation with AI-powered quality checks, style guide enforcement, and automatic doc generation. ## Observability - [TraceRoot AI](https://traceroot.ai/) - An AI native observability tool that using AI agents to automatically fix your production bugs. From 40191c1653ba1851d05508435a0ec39f4f58fb1a Mon Sep 17 00:00:00 2001 From: Baha Abu Nojaim Date: Wed, 18 Feb 2026 06:44:44 -0800 Subject: [PATCH 03/16] Add Mysti to IDE extensions section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0bbcc6..847d841 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 - [IBM watsonx Code Assistant for Z](https://www.ibm.com/products/watsonx-code-assistant-z) — watsonx Code Assistant for Z is an AI-powered mainframe application modernization product with code generation. Features include application discovery and analysis, automated code refactoring and COBOL to Java conversion. - [EasyCode](https://www.easycode.ai/) — VS Code extension with GPT-4 chat. - [Kilo Code](https://kilocode.ai) - Open Source AI coding assistant for planning, building, and fixing code inside VS Code. +- [Mysti](https://github.com/DeepMyst/Mysti) — Multi-agent AI coding assistant for VS Code. Supports Claude Code, OpenAI Codex, Gemini, Cline, and GitHub Copilot with brainstorm mode where agents debate, red-team, and collaborate on solutions. - [FlyonUI MCP](https://flyonui.com/mcp) — Integrate FlyonUI MCP - Tailwind AI Builder directly into your IDE and craft stunning Tailwind CSS Components, Blocks and Pages inspired by FlyonUI. - [Traycer](https://traycer.ai) - Plan-First Coding Assistant in VS Code. - [shadcn/studio MCP](https://shadcnstudio.com/mcp) - Integrate shadcn/studio MCP Server directly into your favorite IDE and craft stunning shadcn/ui Components, Blocks and Pages inspired by shadcn/studio. From d15a8284df5a44917df61010670bc1b2fe59dbd9 Mon Sep 17 00:00:00 2001 From: gonewx Date: Sat, 21 Feb 2026 13:22:54 +0800 Subject: [PATCH 04/16] Add Mantra - AI coding session time machine for Claude Code/Cursor/Windsurf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c236d..8e3f2bd 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Memex](https://memex.tech/) — Build anything in any stack, with just natural language, on your desktop. - [Pieces](https://pieces.app/) — AI-enabled desktop application and browser extension designed to assist developers in enhancing productivity. +- [Mantra](https://mantra.gonewx.com) — Desktop session time machine for AI coding tools. Captures and restores full conversation state for Claude Code, Cursor, and Windsurf — like quicksave for your AI sessions. Free for macOS. ## Shell assistants From a742a1439c6a627bb55ef3016ea7f53d9662f58e Mon Sep 17 00:00:00 2001 From: LeadAgent Date: Sat, 21 Feb 2026 14:33:55 +0800 Subject: [PATCH 05/16] Add Claude Code Open to Command-line section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c236d..e9b3fc9 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AdaL](https://sylph.ai/) — Self-evolving AI coding agent that lets models collaborate (Claude, GPT, Gemini). Runs locally, learns your codebase patterns. - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON ↔ TOML ↔ JSONC). +- [Claude Code Open](https://github.com/kill136/claude-code-open) — Open-source AI coding platform with Web IDE, multi-agent system, 37+ tools, and MCP protocol support. Features browser-based IDE with Monaco editor, Blueprint multi-agent orchestration, and scheduled task daemon. - [Arctic](https://github.com/arctic-cli/interface): A terminal-first TUI that unifies multiple AI coding plans and APIs with built-in usage and quota visibility. ### Desktop From 7ed0a53a57aaf509fa807a81f05e71696960f8a6 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Mon, 23 Feb 2026 11:57:27 +0100 Subject: [PATCH 06/16] Add Parallel Code to tools list in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c236d..2f36657 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [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. - [Nimbalyst](https://nimbalyst.com) - An agent management environment for Claude Code and Codex. Interactive visual editing of markdown, mockups, excalidraw, code. Parallel session management. +- [Parallel Code](https://github.com/johannesjo/parallel-code) - Desktop app that runs multiple AI coding agents (Claude Code, Codex CLI, Gemini CLI) in parallel with automatic git worktree isolation, a unified GUI, and remote monitoring. ## Git Clients From b3f9bfad27f78047d2281ae0a70fd6c3ec618270 Mon Sep 17 00:00:00 2001 From: anviren Date: Tue, 24 Feb 2026 13:17:38 +0300 Subject: [PATCH 07/16] Add Revieko to AI code reviewer list Adds Revieko to PR agents list as architecture drift / structural risk PR reviewer. link https://synqra.tech/revieko --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c236d..6fc55e2 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Matter AI](https://matterai.dev) - Open Source AI Code Reviewer to help engineering teams release code with confidence. - [Gito](https://github.com/Nayjest/Gito) - AI code reviewer that works with any language model, locally or in GitHub Actions. - [Baz](https://baz.co) - Ai Code Reviewer that is tailored to your team's guidelines and conventions. Customizable, adaptable, responsive and integrated with the rest of teh developer tooling for context. +- [Revieko](https://synqra.tech/revieko/) — Architecture drift radar for PRs: structural risk scoring and drift hotspots. ## App generators From 6061a46a27ea9b004bfe844c8d545661b88de341 Mon Sep 17 00:00:00 2001 From: Leonardo Cardoso Date: Tue, 24 Feb 2026 21:14:17 -0300 Subject: [PATCH 08/16] Add Poirot to Desktop Assistants --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42466ff..c4d0303 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Onboard](https://www.getonboardai.com) — Chat with an AI about public and private codebases. - [Code to Flow](https://codetoflow.com) — Visualize, analyze, and understand code with interactive flowcharts. - [Pieces](https://pieces.app/) — An on-device copilot that helps you capture, enrich, and reuse code, streamline collaboration, and solve complex problems through a contextual understanding of your workflow. +- [Poirot](https://github.com/LeonardoCardoso/Poirot) — A macOS app for browsing Claude Code sessions, exploring diffs, and re-running commands. Reads local transcripts, runs offline, open source. - [Wren AI](https://getwren.ai/oss) — SQL AI Agent to get results and insights faster by asking questions without writing SQL, and it's open-source! - [TEXT2SQL.AI](https://www.text2sql.ai/) — AI-powered SQL query builder. Translate, explain and fix complex SQL queries using plain English. - [SQLAI.ai](https://www.sqlai.ai/) — AI generates, fixes, explains and optimizes SQL queries. Ability to add your own database schema and train AI to understand it. @@ -119,6 +120,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Memex](https://memex.tech/) — Build anything in any stack, with just natural language, on your desktop. - [Pieces](https://pieces.app/) — AI-enabled desktop application and browser extension designed to assist developers in enhancing productivity. +- [Poirot](https://github.com/LeonardoCardoso/Poirot) — A macOS app for browsing Claude Code sessions, exploring diffs, and re-running commands. Reads local transcripts, runs offline, open source. - [Mantra](https://mantra.gonewx.com) — Desktop session time machine for AI coding tools. Captures and restores full conversation state for Claude Code, Cursor, and Windsurf — like quicksave for your AI sessions. Free for macOS. ## Shell assistants From 1b78b46970bf79c9817d4c15925feb0d7ace1aa9 Mon Sep 17 00:00:00 2001 From: nedcodes-ok Date: Fri, 27 Feb 2026 14:56:52 -0500 Subject: [PATCH 09/16] Add cursor-doctor to IDE extensions section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42466ff..e82c4b9 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Cline](https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev) — Autonomous coding agent for VS Code that can create/edit files, execute commands, and use the browser with user permission. Supports multiple AI providers including OpenRouter, Anthropic, OpenAI, Google Gemini, AWS Bedrock, Azure, and GCP Vertex. - [Refact AI](https://refact.ai/) [Source](https://github.com/smallcloudai/refact) — Open source assistant with chat, completion, refactoring, and codebase-specific fine-tuning. Extensions for VS Code and JetBrains. - [Continue](https://continue.dev/) — VS Code extension with chat, refactor, and code generation. Edits multiple files and runs commands on your behalf. +- [cursor-doctor](https://github.com/nedcodes-ok/cursor-doctor) — Health scanner and diagnostic tool for Cursor AI IDE configuration (.cursor/rules/ files). Scans for broken YAML frontmatter, rule conflicts, redundancies, missing alwaysApply, token budget issues, and stack coverage gaps. Available as CLI (`npx cursor-doctor scan`) and VS Code extension. - [Blackbox AI](https://www.useblackbox.io/) — VS Code extension with autocomplete and chat including links to online coding references. - [CodeGeeX](https://codegeex.cn/) — Open source assistant based on the CodeGeeX LLM with chat, completion, and refactoring. Extensions for 9 editors including VS Code, and PyCharm. - [Quack AI](https://www.quackai.com/) — VS Code extension for adhering to project coding guidelines. From 468eea69f202b913b1fe8ace71fed1fdcfcb8e1c Mon Sep 17 00:00:00 2001 From: nedcodes Date: Fri, 27 Feb 2026 16:13:05 -0500 Subject: [PATCH 10/16] =?UTF-8?q?Add=20rule-porter=20=E2=80=94=20AI=20IDE?= =?UTF-8?q?=20rule=20converter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42466ff..a885e4a 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AdaL](https://sylph.ai/) — Self-evolving AI coding agent that lets models collaborate (Claude, GPT, Gemini). Runs locally, learns your codebase patterns. - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON ↔ TOML ↔ JSONC). +- [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. - [Claude Code Open](https://github.com/kill136/claude-code-open) — Open-source AI coding platform with Web IDE, multi-agent system, 37+ tools, and MCP protocol support. Features browser-based IDE with Monaco editor, Blueprint multi-agent orchestration, and scheduled task daemon. - [Arctic](https://github.com/arctic-cli/interface): A terminal-first TUI that unifies multiple AI coding plans and APIs with built-in usage and quota visibility. From 00186a7cfb9c0ef23c671cb768efc841b5bfa267 Mon Sep 17 00:00:00 2001 From: Ned C Date: Fri, 27 Feb 2026 19:40:00 -0500 Subject: [PATCH 11/16] Add rule-gen to Snippet generators --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42466ff..6f91f05 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [AI Code Playground](https://aicodeplayground.com/) — A web tool for refactoring and improving code. - [AutoRegex](https://www.autoregex.xyz/) — AutoRegex uses OpenAI's GPT-3 to produce regular expressions from plain English. - [unpkg.ai](https://unpkg.ai/) — Open source AI-powered ESM module generation service. Generate JavaScript modules via URL for rapid prototyping. +- [rule-gen](https://github.com/nedcodes-ok/rule-gen) — CLI tool that generates AI coding rules from your actual codebase using Google Gemini. Feeds source files into Gemini's 1M token context window to produce project-specific rules for Cursor, Claude Code, Copilot, and Windsurf. Zero dependencies. ## Documentation From a46a10ea9edbc92ca7ad41df1fa2970d93c573d0 Mon Sep 17 00:00:00 2001 From: maneshwar Date: Sat, 28 Feb 2026 19:10:24 +0530 Subject: [PATCH 12/16] Add 'git-lrc' to Git Clients section Added a new Git client 'git-lrc' for AI code reviews. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42466ff..542be13 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Git Clients +- [git-lrc](https://github.com/HexmosTech/git-lrc) - Free, Unlimited AI Code Reviews That Run on Every Commit. - [GitBrain](https://gitbrain.dev/) — Git client that simplifies the git workflow. Splits code changes, generates summaries & commit messages for code changes. Uses OpenAI. - [GitButler](https://gitbutler.com/) — Git client for simultaneous branches on top of your existing workflow. Defaults to OpenAI, can be changed to Perplexity for generating conventional commit messages. - [AI Git Narrator](https://github.com/pmusolino/AI-Git-Narrator) - CLI tool that uses AI to automatically generate high-quality Git commit messages and pull request descriptions. From 875aef3f984ef72ad1685c9a726034ada4d4db94 Mon Sep 17 00:00:00 2001 From: maneshwar Date: Sat, 28 Feb 2026 23:20:20 +0530 Subject: [PATCH 13/16] Fix capitalization in git-lrc description Corrected capitalization in the description of git-lrc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 542be13..1305b20 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Git Clients -- [git-lrc](https://github.com/HexmosTech/git-lrc) - Free, Unlimited AI Code Reviews That Run on Every Commit. +- [git-lrc](https://github.com/HexmosTech/git-lrc) - Free, unlimited AI code reviews that run on every commit. - [GitBrain](https://gitbrain.dev/) — Git client that simplifies the git workflow. Splits code changes, generates summaries & commit messages for code changes. Uses OpenAI. - [GitButler](https://gitbutler.com/) — Git client for simultaneous branches on top of your existing workflow. Defaults to OpenAI, can be changed to Perplexity for generating conventional commit messages. - [AI Git Narrator](https://github.com/pmusolino/AI-Git-Narrator) - CLI tool that uses AI to automatically generate high-quality Git commit messages and pull request descriptions. From 3b26a8379ccdf25001ffa7d9d4b67700cd8cc91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Fern=C3=A1ndez?= <9169332+GeiserX@users.noreply.github.com> Date: Wed, 4 Mar 2026 13:23:11 +0100 Subject: [PATCH 14/16] Add LynxPrompt to Command-line section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c00dce..9037707 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [Tokscale](https://github.com/junhoyeo/tokscale) — CLI tool for tracking token usage from AI coding agents (OpenCode, Claude Code, OpenClaw, Codex, Gemini CLI, Cursor IDE, AmpCode, Factory Droid) with a global leaderboard and 2D/3D contribution graphs. - [vsync](https://github.com/nicepkg/vsync) — CLI tool that syncs Skills, MCP servers, Agents & Commands across Claude Code, Cursor, OpenCode, and Codex with automatic format conversion (JSON ↔ TOML ↔ JSONC). - [rule-porter](https://github.com/nedcodes-ok/rule-porter) — Zero-dependency CLI that converts AI IDE rule files between Cursor (.mdc), CLAUDE.md, AGENTS.md, Copilot, and Windsurf. Bidirectional with lossy-conversion warnings. +- [LynxPrompt](https://github.com/GeiserX/LynxPrompt) — Self-hostable platform for managing AI IDE configuration files. Generates, syncs, and shares configs (.cursorrules, CLAUDE.md, copilot-instructions.md, etc.) across 30+ AI coding assistants via web UI, REST API, CLI, and federated blueprint marketplace. - [Claude Code Open](https://github.com/kill136/claude-code-open) — Open-source AI coding platform with Web IDE, multi-agent system, 37+ tools, and MCP protocol support. Features browser-based IDE with Monaco editor, Blueprint multi-agent orchestration, and scheduled task daemon. - [Arctic](https://github.com/arctic-cli/interface): A terminal-first TUI that unifies multiple AI coding plans and APIs with built-in usage and quota visibility. From 64fae9ebe9dcb19f7547dd84adbb05c934cdd018 Mon Sep 17 00:00:00 2001 From: survivorforge Date: Wed, 4 Mar 2026 16:09:23 +0000 Subject: [PATCH 15/16] Add Cursor Rules Collection to Resources section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c00dce..ea50fa3 100644 --- a/README.md +++ b/README.md @@ -290,4 +290,5 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Resources - [Awesome Code Docs](https://github.com/johnxie/awesome-code-docs) — Curated deep-dive tutorials for open-source AI and developer tooling projects. +- [Cursor Rules Collection](https://github.com/survivorforge/cursor-rules) — 35+ production-quality .cursorrules files for 16 frameworks including React, Next.js, Python, Go, Rust, SvelteKit, and Django. Configure AI coding assistants with code style, architecture, and testing conventions. MIT licensed. - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com) From fed7bd79be83bc95ca05cdca2d67ba89573fab69 Mon Sep 17 00:00:00 2001 From: Kaushik Rajan Date: Sun, 8 Mar 2026 16:11:38 +0530 Subject: [PATCH 16/16] Add aiforcode.io to Resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c00dce..1c10f11 100644 --- a/README.md +++ b/README.md @@ -289,5 +289,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Resources +- [aiforcode.io](https://aiforcode.io) — Expert-curated directory of 42+ AI coding tools with transparent 100-point scoring, head-to-head comparisons, and an interactive tool recommendation quiz. Verified monthly. - [Awesome Code Docs](https://github.com/johnxie/awesome-code-docs) — Curated deep-dive tutorials for open-source AI and developer tooling projects. - [Havoptic](https://havoptic.com/) — Free, open-source timeline tracking releases from AI coding tools. Auto-updated daily. [Source](https://github.com/scotthavird/havoptic.com)