Files
unlimitedcoding/README.md
delta-cloud-208e 82ec4252d2 docs: add multilingual READMEs (EN, RU, ZH, ES)
Language switcher added to root and claude/ READMEs.
Translations: Russian, Chinese (Simplified), Spanish.
2026-02-21 12:04:19 +00:00

52 lines
1.4 KiB
Markdown

# Unlimited Coding
🌐 [English](README.md) | [Русский](README_ru.md) | [中文](README_zh.md) | [Español](README_es.md)
Patched AI coding tools for use with custom API endpoints.
## Products
| Folder | Tool | Status |
|--------|------|--------|
| [claude/](claude/) | Claude Code | Active |
| codex/ | OpenAI Codex CLI | Planned |
| gemini/ | Gemini CLI | Planned |
| qwen/ | Qwen Code | Planned |
| antigravity/ | Antigravity | Planned |
## Quick Start
See README in each product folder for details.
### Claude Code — One-line Install
```bash
sudo bash <(curl -s https://git.sensey24.ru/aibot777/unlimitedcoding/raw/branch/master/claude/uclaude_install.sh)
```
This will automatically install all dependencies (git, python3, Node.js, Claude Code) and apply patches.
### Manual Install
```bash
git clone --depth 1 https://git.sensey24.ru/aibot777/unlimitedcoding.git
cd unlimitedcoding
sudo bash claude/uclaude_update.sh --force
```
### Update
```bash
cd ~/unlimitedcoding
sudo bash claude/uclaude_update.sh
```
## What Gets Installed Automatically
- **Git** — via apt/dnf/yum/brew (if missing)
- **Python 3** — via apt/dnf/yum/brew (if missing)
- **Node.js v24.13+** — via nodesource/brew (if missing or outdated)
- **Claude Code** — via npm (if missing)
- **Patched cli.js** — replaces original with backup
- **Settings** — API endpoint, model, permissions for all users