From 2fa39e386844ee52fc629b41979b18e888c8ec6c Mon Sep 17 00:00:00 2001 From: Vinh Nguyen <1097578+vinhnx@users.noreply.github.com> Date: Sun, 24 May 2026 14:19:57 +0700 Subject: [PATCH] Add VT Code coding agent VT Code is an open-source coding agent with LLM-native code understanding and robust shell safety. Supports multiple LLM providers with automatic failover and efficient context management. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c41f50..3db14fa 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,8 @@ Projects built on, forked from, or inspired by [OpenClaw](https://github.com/ope - **[LionClaw](https://github.com/moshthepitt/lionclaw)** `⭐ 8` — Secure-first local AI CLI with a small auditable kernel, durable sessions, and installable skills. MIT. +- **[VT Code](https://github.com/vinhnx/vtcode)** `⭐ 604` - Open-source coding agent with LLM-native code understanding and robust shell safety. Supports multiple LLM providers with automatic failover and efficient context management. MIT. + ### Closed Source Proprietary agents — usable but not forkable or extensible at the source level.