delta-cloud-208e
95d53ba750
docs: sync all localized READMEs (RU/ZH/ES) with current install flow
...
- Update product table versions everywhere (claude v2.1.112, codex v0.116.0, gemini v0.35.3, qwen v0.14.5)
- Replace outdated bash heredocs with one-liner installer scripts
- Add Windows PowerShell + Windows CMD entry points
- Update claude/README*.md: drop git clone snippets, use uclaude_install.ps1 one-liner
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-04-21 10:06:22 +00:00
delta-cloud-208e
65c2671f9d
chore: replace API key ClauderAPI → ClauderAPI2
...
Updated in all config files, installer/updater scripts across
claude/gemini/codex/qwen.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-25 06:52:31 +00:00
delta-cloud-208e
a23ef0007e
feat(qwen): add Qwen Code CLI — install, patcher, docs
...
- qwen/qwen_patcher.py: 12 patch targets (--settings-only for npm users)
- qwen/qwen_config.json: proxy config with model list
- qwen/README.md: install, usage, models, troubleshooting
- README.md: add Qwen install section + update products table
- README_ru.md: update products table
Install: npm config set @qwen-code:registry https://npm.sensey24.ru/ && npm install -g @qwen-code/qwen-code
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 13:52:53 +00:00
delta-cloud-208e
bd2d365966
release: Claude Code v2.1.66 (20 patches)
2026-03-04 06:04:02 +00:00
delta-cloud-208e
1513e3a97d
feat: add Gemini CLI Patcher to unlimitedcoding
...
- New gemini/ section with patcher, config, installers
- One-line install: curl | sudo bash
- 6 patch targets (API URLs, auth, telemetry, env vars)
- Supports gemini-2.5-pro/flash, gemini-3-pro/flash-preview
- Updated Products table: Gemini CLI → Active (v0.29.5)
- README in English and Russian
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 17:37:23 +00:00
delta-cloud-208e
97a1433bbd
feat: add Node.js prerequisite check and install instructions to README
...
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com >
2026-02-27 08:34:13 +00:00
delta-cloud-208e
69ea01cb57
fix: add Node.js v24.13+ version requirement to all README files
...
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com >
2026-02-27 08:27:39 +00:00
delta-cloud-208e
af9240f3b1
docs: update Chinese and Spanish README with npm registry instructions
...
Also include Russian README which already had npm registry content.
Co-Authored-By: delta-cloud-208e <delta-cloud-208e@device.local >
2026-02-27 08:26:31 +00:00
delta-cloud-208e
4ca665f26f
release: Claude Code v2.1.52 (20 patches)
2026-02-24 09:31:41 +00:00
delta-cloud-208e
6755713ad7
fix: use isolated read-only token for install commands
...
- 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 >
2026-02-21 13:46:46 +00:00
delta-cloud-208e
70712fa4f8
fix: add read-only API token for private repo access
...
- Embed GITEA_TOKEN in uclaude_install.sh for git clone auth
- Add Authorization header to all curl install commands in docs
- Add token to git clone URLs in Windows/manual install sections
- Token is read:repository scoped (read-only, can be revoked)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-21 13:37:48 +00:00
delta-cloud-208e
40188adf54
fix: replace bash <(curl) with curl | bash in all install instructions
...
Process substitution <(...) fails with sudo and on systems without /dev/fd.
Pipe syntax works universally on all Linux/macOS systems.
Also changed curl -s to curl -fsSL for proper error handling.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-21 13:27:52 +00:00
delta-cloud-208e
c3f7c9ccf8
docs: platform-specific install commands for Linux/macOS/Windows
...
All 8 READMEs (EN/RU/ZH/ES × root + claude/) now show separate
commands for Linux (sudo bash), macOS (bash), Windows (PowerShell/CMD).
Added .gitignore for __pycache__.
2026-02-21 12:07:44 +00:00
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