From 933ad1df4eeb5100b799c02f2f6003eaf09e59b8 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 1 Apr 2026 18:34:24 +0900 Subject: [PATCH] docs: update README with Claw Code branding and feature parity - Claude Code -> Claw Code branding - CLI command refs: claude -> claw - Feature highlights: 43 tools, JSONL sessions, prompt cache tracking, telemetry matching - Star history chart and badges - 11MB release binary positioning - Config docs aligned to .claw.json --- rust/README.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/rust/README.md b/rust/README.md index e3b5924..801a939 100644 --- a/rust/README.md +++ b/rust/README.md @@ -1,6 +1,30 @@ # 🦞 Claw Code — Rust Implementation -A high-performance Rust rewrite of the Claude Code CLI agent harness. Built for speed, safety, and native tool execution. +

+ GitHub stars + Sponsor on GitHub +

+ +

+ Claw Code — a clean-room Rust rewrite of the original agent harness. +

+ +

+ Built for 90K+ stars. 43 tools. JSONL sessions. Prompt caching. Wire-protocol telemetry matching.
+ Blazing fast. Memory-safe. Zero-compromise architecture. +

+ +## Star History + +

+ + + + + Star History Chart + + +

## Quick Start @@ -39,6 +63,11 @@ claw login | Feature | Status | |---------|--------| +| 43 tools with full parity | ✅ | +| JSONL session persistence | ✅ | +| Prompt cache tracking | ✅ | +| Wire-protocol telemetry matching | ✅ | +| 11MB release binary | ✅ | | Anthropic API + streaming | ✅ | | OAuth login/logout | ✅ | | Interactive REPL (rustyline) | ✅ |