Files
unlimitedcoding/README.md
delta-cloud-208e 5ba5cabbd9 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>
2026-02-21 11:21:10 +00:00

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/ — 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

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)