15 patches applied: API endpoint, auth bypass, telemetry, permissions, root check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
38 lines
896 B
Markdown
38 lines
896 B
Markdown
# 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)
|