From bffd879759240bf074e7e20645273f411ae9debc Mon Sep 17 00:00:00 2001 From: Dor Amir Date: Mon, 2 Mar 2026 11:19:20 -0500 Subject: [PATCH] Add NadirClaw - LLM cost optimizer --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 88e1a50..926666e 100644 --- a/readme.md +++ b/readme.md @@ -52,6 +52,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [Kodus](https://kodus.io/) - Open-source AI code-review tool. ## IDEs & Code Editors +* [NadirClaw](https://github.com/doramirdor/NadirClaw) - LLM router that cuts AI API costs by 40-70% via intelligent routing. Drop-in OpenAI-compatible proxy. * [VSCode](https://code.visualstudio.com/) - Popular, extensible open-source editor by Microsoft. * [IntelliJ IDEA](https://www.jetbrains.com/idea/) - Powerful IDE for JVM and polyglot development.