You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
3
3
# 🤖 Local Code CLI
4
4
5
+
> [!NOTE]
6
+
> **BIG tribute to the original developer** of Free Claude Code! This project is a rebranded and enhanced fork of the original work, continuing as **Local Code CLI**.
7
+
5
8
Use Claude Code CLI, Codex CLI, their VS Code extensions, JetBrains ACP, or chat bots through your own provider-backed proxy.
@@ -18,6 +21,18 @@ Local Code CLI routes Anthropic Messages API traffic from Claude Code (CLI and V
18
21
19
22
</div>
20
23
24
+
## 🆕 What's New & Rebranding Details
25
+
26
+
In this rebranded release (**v2.4.7**), we have migrated the project's identity from **Free Claude Code** to **Local Code CLI** (`lcc`). The following enhancements and changes are introduced:
27
+
28
+
***Brand New Graphic Assets**: Redesigned beautiful visual banner artwork, system request diagrams, and admin dashboard screenshots.
29
+
***New CLI Launchers**: The primary executable commands are now rebranded as `lcc-server`, `lcc-claude`, `lcc-codex`, and `lcc-init`.
30
+
***Full Backward Compatibility**: All legacy `fcc-*` command aliases are fully preserved, ensuring that your scripts, configurations, and existing CLI workflows continue to operate transparently.
31
+
***Automatic Configuration Migration**: On startup, the launcher automatically checks for existing configuration files in `~/.fcc` and migrates them safely to the new `~/.lcc` folder.
32
+
***Modernized Local Admin UI**: The loopback admin page features updated branding elements and refreshed typography.
33
+
***100% Green CI Suite**: All 1,633 automated tests, linter checks, and formatting rules have been verified and passed successfully on Windows, macOS, and Linux.
34
+
35
+
21
36
<divalign="center">
22
37
<imgsrc="assets/pic.png"alt="Local Code CLI in action"width="700">
23
38
<p><em>Claude Code running through the Local Code CLI proxy.</em></p>
0 commit comments