Skip to content

Commit 575ed8d

Browse files
thegreatalxxclaude
andcommitted
chore: update repo org from thealxlabs → TheLocalCodeTeam
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3303db7 commit 575ed8d

10 files changed

Lines changed: 1183 additions & 10 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Supports Ollama (free, fully local), Claude, OpenAI, and Groq — with a rich TU
88
[![npm version](https://img.shields.io/npm/v/@localcode/cli.svg?style=flat-square)](https://www.npmjs.com/package/@localcode/cli)
99
[![npm downloads](https://img.shields.io/npm/dm/@localcode/cli.svg?style=flat-square)](https://www.npmjs.com/package/@localcode/cli)
1010
[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/LocalCodeByTheAlxLabs.localcode.svg?style=flat-square&label=VS%20Code)](https://marketplace.visualstudio.com/items?itemName=LocalCodeByTheAlxLabs.localcode)
11-
[![GitHub stars](https://img.shields.io/github/stars/thealxlabs/localcode.svg?style=flat-square)](https://github.com/thealxlabs/localcode/stargazers)
11+
[![GitHub stars](https://img.shields.io/github/stars/TheLocalCodeTeam/localcode.svg?style=flat-square)](https://github.com/TheLocalCodeTeam/localcode/stargazers)
1212
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE)
1313

1414
```
@@ -24,7 +24,7 @@ Supports Ollama (free, fully local), Claude, OpenAI, and Groq — with a rich TU
2424

2525
**One-liner:**
2626
```bash
27-
curl -fsSL https://raw.githubusercontent.com/thealxlabs/localcode/main/install.sh | sh
27+
curl -fsSL https://raw.githubusercontent.com/TheLocalCodeTeam/localcode/main/install.sh | sh
2828
```
2929

3030
**npm:**
@@ -42,7 +42,7 @@ npx @localcode/cli
4242

4343
**Build from source:**
4444
```bash
45-
git clone https://github.com/thealxlabs/localcode.git
45+
git clone https://github.com/TheLocalCodeTeam/localcode.git
4646
cd localcode
4747
npm install && npm run build
4848
npm link

dist/ui/App.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
# LocalCode installer
3-
# Usage: curl -fsSL https://raw.githubusercontent.com/thealxlabs/localcode/main/install.sh | sh
3+
# Usage: curl -fsSL https://raw.githubusercontent.com/TheLocalCodeTeam/localcode/main/install.sh | sh
44

55
set -e
66

0 commit comments

Comments
 (0)