docs: add Codex CLI README + update main README with Codex install

Added codex/README.md with full installation, update, troubleshooting guide.
Updated main README: Codex status Planned → Active (v0.111.0),
added Codex install section, updated Claude/Gemini versions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
delta-cloud-208e
2026-03-07 10:34:12 +00:00
parent 491b2a6854
commit cacbc460c1
2 changed files with 250 additions and 3 deletions

42
README.md Normal file → Executable file
View File

@@ -8,9 +8,9 @@ Patched AI coding tools for use with custom API endpoints.
| Folder | Tool | Status |
|--------|------|--------|
| [claude/](claude/) | Claude Code | Active (v2.1.63) |
| codex/ | OpenAI Codex CLI | Planned |
| [gemini/](gemini/) | Gemini CLI | **Active (v0.29.5)** |
| [claude/](claude/) | Claude Code | Active (v2.1.71) |
| [codex/](codex/) | OpenAI Codex CLI | **Active (v0.111.0)** |
| [gemini/](gemini/) | Gemini CLI | **Active (v0.32.1)** |
| qwen/ | Qwen Code | Planned |
| antigravity/ | Antigravity | Planned |
@@ -146,6 +146,42 @@ EOF
See [gemini/README.md](gemini/README.md) for Windows instructions, alternative install methods and details.
### Codex CLI — Install
> Codex CLI is a compiled Rust binary (not npm). Install via GitHub releases.
**Step 1 — Clone repo and install binary:**
```bash
git clone --depth 1 https://x-token:cadffcb0a6a3be728ac1ff619bb40c86588f6837@git.sensey24.ru/aibot777/unlimitedcoding.git
cd unlimitedcoding/codex
cp codex_config.example.json codex_config.json
# Edit codex_config.json — set your base_url and api_key
```
**Step 2 — Install + patch:**
```bash
sudo bash ucodex_install.sh
```
Or manually:
```bash
sudo bash update-codex.sh # Install/update binary
sudo python3 codex_patcher.py --apply # Apply config patches
```
**Step 3 — Verify:** `codex exec "Hello"`
**Update:**
```bash
cd unlimitedcoding/codex
git pull
sudo bash update-codex.sh && sudo python3 codex_patcher.py --apply
```
See [codex/README.md](codex/README.md) for details, troubleshooting, and configuration.
### Manual install from release
Clone repo and run platform installer: