15 patches applied: API endpoint, auth bypass, telemetry, permissions, root check. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
896 B
896 B
Unlimited Coding — Claude Code Patches
Patched Claude Code CLI for use with custom API endpoints.
Quick Install
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/— patchedcli.jsfiles 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
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)