feat: initial release — Claude Code patches v2.1.47 and v2.1.50
15 patches applied: API endpoint, auth bypass, telemetry, permissions, root check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
37
README.md
Normal file
37
README.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# Unlimited Coding — Claude Code Patches
|
||||
|
||||
Patched Claude Code CLI for use with custom API endpoints.
|
||||
|
||||
## Quick Install
|
||||
|
||||
```bash
|
||||
git clone https://git.sensey24.ru/aibot777/unlimitedcoding.git
|
||||
cd unlimitedcoding
|
||||
sudo bash claude/releases/v2.1.50/install.sh
|
||||
```
|
||||
|
||||
## What's Inside
|
||||
|
||||
- `claude/releases/` — patched `cli.js` files for each Claude Code version
|
||||
- Each release includes:
|
||||
- `cli.js` — patched CLI (15 patches applied)
|
||||
- `install.sh` — standalone installer (Linux/macOS)
|
||||
- `CHANGELOG_UPSTREAM.md` — official Anthropic changelog
|
||||
|
||||
## Update to a Specific Version
|
||||
|
||||
```bash
|
||||
cd unlimitedcoding
|
||||
git pull
|
||||
sudo bash claude/releases/v<VERSION>/install.sh
|
||||
```
|
||||
|
||||
## Latest Version
|
||||
|
||||
Check `claude/releases/index.json` for the latest available version.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Node.js 18+
|
||||
- Claude Code installed (`npm install -g @anthropic-ai/claude-code`)
|
||||
- Python 3 (for settings patching)
|
||||
Reference in New Issue
Block a user