- Replace old aibot777 token with new scoped token (read:repository) - Simplify curl commands: use ?token= query param instead of -H header - Token embedded in uclaude_install.sh for git clone auth - All repos remain private; token only allows reading Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
74 lines
2.4 KiB
Markdown
74 lines
2.4 KiB
Markdown
# Unlimited Coding
|
||
|
||
🌐 [English](README.md) | [Русский](README_ru.md) | [中文](README_zh.md) | [Español](README_es.md)
|
||
|
||
适用于自定义 API 端点的修补版 AI 编程工具。
|
||
|
||
## 产品
|
||
|
||
| 文件夹 | 工具 | 状态 |
|
||
|--------|------|------|
|
||
| [claude/](claude/) | Claude Code | 可用 |
|
||
| codex/ | OpenAI Codex CLI | 计划中 |
|
||
| gemini/ | Gemini CLI | 计划中 |
|
||
| qwen/ | Qwen Code | 计划中 |
|
||
| antigravity/ | Antigravity | 计划中 |
|
||
|
||
## 快速开始
|
||
|
||
详细信息请参阅各产品文件夹中的 README。
|
||
|
||
### Claude Code — 安装
|
||
|
||
所有依赖自动安装(git、python3、Node.js、Claude Code)。
|
||
|
||
**Linux (Debian/Ubuntu/RHEL/Fedora):**
|
||
```bash
|
||
curl -fsSL 'https://git.sensey24.ru/aibot777/unlimitedcoding/raw/branch/master/claude/uclaude_install.sh?token=cadffcb0a6a3be728ac1ff619bb40c86588f6837' | sudo bash
|
||
```
|
||
|
||
**macOS:**
|
||
```bash
|
||
curl -fsSL 'https://git.sensey24.ru/aibot777/unlimitedcoding/raw/branch/master/claude/uclaude_install.sh?token=cadffcb0a6a3be728ac1ff619bb40c86588f6837' | bash
|
||
```
|
||
|
||
**Windows(以管理员身份运行 PowerShell):**
|
||
```powershell
|
||
git clone --depth 1 https://x-token:cadffcb0a6a3be728ac1ff619bb40c86588f6837@git.sensey24.ru/aibot777/unlimitedcoding.git
|
||
cd unlimitedcoding
|
||
powershell -ExecutionPolicy Bypass -File claude\uclaude_update.ps1 --force
|
||
```
|
||
|
||
### 手动安装(所有平台)
|
||
|
||
```bash
|
||
git clone --depth 1 https://x-token:cadffcb0a6a3be728ac1ff619bb40c86588f6837@git.sensey24.ru/aibot777/unlimitedcoding.git
|
||
cd unlimitedcoding
|
||
```
|
||
|
||
| 平台 | 命令 |
|
||
|------|------|
|
||
| Linux | `sudo bash claude/uclaude_update.sh --force` |
|
||
| macOS | `bash claude/uclaude_update.sh --force` |
|
||
| Windows CMD | `claude\uclaude_update.bat --force` |
|
||
| Windows PowerShell | `powershell -ExecutionPolicy Bypass -File claude\uclaude_update.ps1 --force` |
|
||
|
||
### 更新
|
||
|
||
| 平台 | 命令 |
|
||
|------|------|
|
||
| Linux | `cd ~/unlimitedcoding && sudo bash claude/uclaude_update.sh` |
|
||
| macOS | `cd ~/unlimitedcoding && bash claude/uclaude_update.sh` |
|
||
| Windows | `cd %USERPROFILE%\unlimitedcoding && claude\uclaude_update.bat` |
|
||
|
||
## 自动安装的组件
|
||
|
||
| 组件 | Linux | macOS | Windows |
|
||
|------|-------|-------|---------|
|
||
| Git | apt/dnf/yum | brew | winget |
|
||
| Python 3 | apt/dnf/yum | brew | winget |
|
||
| Node.js v24.13+ | nodesource | brew | winget |
|
||
| Claude Code | npm | npm | npm |
|
||
| 修补版 cli.js | 替换并备份 | 替换并备份 | 替换并备份 |
|
||
| 设置 | 所有用户 | 所有用户 | 所有用户 |
|