From 3a15f73ae6df2d73e8a77c63ae7552485adfc43e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E8=B6=85?= Date: Wed, 3 Jun 2026 14:55:33 +0800 Subject: [PATCH] Add DvalinCode to Alternatives to Claude Code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DvalinCode is a local-first, provider-neutral AI coding agent with three modes (Chat / Cowork / Code), inline diff approval, and a built-in Web GUI. Brings your own model — works with any OpenAI-compatible endpoint (DeepSeek, OpenAI, Claude via OpenRouter, Groq, Ollama). https://github.com/arthurpanhku/dvalincode --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98c4ac8..51469f2 100644 --- a/README.md +++ b/README.md @@ -515,6 +515,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - 🔥 [**grok-cli**](https://github.com/superagent-ai/grok-cli) (2.2k ⭐) - An open-source AI agent that brings the power of Grok directly into your terminal. - 🌟 [**octofriend**](https://github.com/synthetic-lab/octofriend) (819 ⭐) - An open-source coding helper. Very friendly! - ✨ [**opencoder**](https://github.com/ducan-ne/opencoder) (361 ⭐) - An alternative to Claude Code. +- [**dvalincode**](https://github.com/arthurpanhku/dvalincode) - A local-first, provider-neutral AI coding agent with three modes (Chat / Cowork / Code), inline diff approval, and a built-in Web GUI. Brings your own model (DeepSeek, OpenAI, Claude via OpenRouter, Groq, Ollama). ---