From f92592c56c4feef2df98036821027a77f52b9140 Mon Sep 17 00:00:00 2001 From: KonghaYao Date: Fri, 26 Jun 2026 11:53:38 +0800 Subject: [PATCH] Add cc-code to Alternatives to Claude Code cc-code is an open-source Rust terminal coding agent that is fully compatible with Claude Code configurations (.claude/, agents, skills, hooks, MCP). It supports multiple open-source models including DeepSeek, Xiaomi MiMo, and Zhipu GLM. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7df65fa..13df22b 100644 --- a/README.md +++ b/README.md @@ -656,6 +656,7 @@ June 14, 2026 - [**crush**](https://github.com/charmbracelet/crush) - (25.3k ⭐) - The glamourous AI coding agent for your favourite terminal. - [**qwen-code**](https://github.com/QwenLM/qwen-code) - (25.2k ⭐) - A command-line AI workflow tool adapted from Gemini CLI, optimized for Qwen3-Coder models with enhanced parser support & tool support. - [**grok-cli**](https://github.com/superagent-ai/grok-cli) - (3.1k ⭐) - An open-source AI agent that brings the power of Grok directly into your terminal. +- [**cc-code**](https://github.com/cc-claws/cc-code) - Open-source Rust terminal coding agent, Claude Code `.claude/` config compatible. Multi-model (DeepSeek/MiMo/GLM), ~50MB memory, 95-99% prompt cache hit rate. ---