Commit Graph

36 Commits

Author SHA1 Message Date
delta-cloud-208e
9b6d0ebeb7 fix: remove git clone dependency from all Windows instructions
All install/update/uninstall commands now use direct download via
iwr (Invoke-WebRequest) — no git clone needed, no "directory already
exists" errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 07:54:36 +00:00
delta-cloud-208e
9adb786bec feat: add update scripts for all tools + Update section in README
- gemini/ugemini_update.sh + .ps1
- codex/ucodex_update.sh + .ps1
- qwen/uqwen_update.sh + .ps1
- README.md: added Update section with one-line and cloned-repo commands
- README.md: removed outdated Codex update instructions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 07:44:38 +00:00
delta-cloud-208e
a4632de6da feat: add uninstaller scripts for all tools + restore yolo mode
Uninstallers (.sh + .ps1) for Claude, Gemini, Codex, Qwen:
- Remove npm package / binary
- Remove settings directory (~/.gemini, ~/.qwen, ~/.codex, ~/.claude)
- Remove env vars from bashrc/zshrc, /etc/environment, /etc/profile.d
- Remove npm registry config

Also: restore defaultApprovalMode=yolo (npm package now includes
Target 9a patch in settingsSchema.js)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 07:38:14 +00:00
delta-cloud-208e
9de65c2151 fix: use auto_edit instead of yolo for defaultApprovalMode
yolo mode requires patching settingsSchema.js (Target 9a2) which is
not included in the npm package. auto_edit is the most permissive
built-in mode that works without JS patching.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 07:31:44 +00:00
delta-cloud-208e
8717236f29 fix: add folderTrust+yolo settings to Gemini installers and README
- settings.json now includes security.folderTrust.enabled=false and
  general.defaultApprovalMode=yolo to suppress trust/permission prompts
- Linux installer creates trustedFolders.json with common paths
- Windows PS1 installer creates trustedFolders.json for C:\ paths
- README Windows section adds $env: vars for current session
- Fixed BOM issue: all PS1 use WriteAllText instead of Set-Content

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 07:29:33 +00:00
delta-cloud-208e
f50c0dfced feat: add Windows PowerShell installers for Codex and Qwen, fix BOM issue
- codex/ucodex_install.ps1: downloads Rust binary from GitHub + patches config
- qwen/uqwen_install.ps1: npm install + patcher + env vars
- gemini/ugemini_install.ps1: fix UTF-8 BOM in settings.json (Set-Content → WriteAllText)
- README.md: add Windows CMD/PowerShell configure instructions for Gemini, Codex, Qwen

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 07:24:19 +00:00
delta-cloud-208e
c84c2668ce feat: add auto-installer scripts for Gemini CLI and Qwen Code
- ugemini_install.sh: npm registry setup, Node.js auto-install, retry logic, env vars for all users
- uqwen_install.sh: new installer — npm registry, patches, settings, env vars
- README.md: add one-line installer commands for Gemini and Qwen

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 21:11:06 +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
cacbc460c1 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>
2026-03-07 10:34:12 +00:00
delta-cloud-208e
a65f12866a docs: fix deprecated settings cleanup for all platforms 2026-03-07 08:52:46 +00:00
delta-cloud-208e
c701796efe docs: add troubleshooting section for common edge cases 2026-03-07 08:49:03 +00:00
delta-cloud-208e
15a181f027 release: Claude Code v2.1.71 (25 patches) 2026-03-07 05:42:11 +00:00
delta-cloud-208e
ece8a8ddeb release: Claude Code v2.1.70 (20 patches) 2026-03-06 06:08:17 +00:00
delta-cloud-208e
93ec1a5cae release: Claude Code v2.1.69 (20 patches) 2026-03-05 06:04:26 +00:00
delta-cloud-208e
12bc69ef93 release: Claude Code v2.1.68 (20 patches) 2026-03-04 12:02:13 +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
c57832cec1 release: Claude Code v2.1.63 (20 patches) 2026-03-01 06:01:36 +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
f2d65df655 docs: simplify README - npm install as primary 2-command method
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-27 08:21:14 +00:00
delta-cloud-208e
ef651eaf6d feat: add manual install instructions with version markers
- Add MANUAL_VERSION markers for auto-update of release version
- Include instructions for standalone install.sh from releases
- Fix manual install process to properly explain repo cloning first

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-27 08:20:02 +00:00
delta-cloud-208e
23b9cb6ae1 feat: add npm registry install method as Method A (recommended)
- Add Method A: npm registry install (recommended)
- Move old installer to Method B (backup)
- Update version badge to v2.1.62

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-27 08:10:44 +00:00
delta-cloud-208e
010a86fda1 feat: add npm registry install method, update version to v2.1.62
- Add Method A (npm registry, recommended) with npm.sensey24.ru
- Rename old installer to Method B (backup)
- Add VERSION_BADGE markers for auto-update
- Update version badge to v2.1.62 (20 patches)

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-27 08:04:41 +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
delta-cloud-208e
482d1beab9 docs: update READMEs with full auto-install chain info
- Root README: add sudo to one-line install, document auto-installed components
- Claude README: add auto-install chain table, Windows PowerShell instructions, remove manual npm install step
2026-02-21 12:02:20 +00:00
delta-cloud-208e
903520b0f9 refactor: перенос файлов в claude/ + мульти-продуктовая структура
- Все claude-файлы перенесены в claude/ (uclaude_updater.py, скрипты, config)
- claude/README.md с инструкцией для Claude Code
- Корневой README — общий для всех продуктов (claude, codex, gemini, qwen, antigravity)
- Node.js v24.13+ автоустановка через nodesource
- Sparse checkout: клиент скачивает только latest версию cli.js

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 11:51:09 +00:00
delta-cloud-208e
18ec457c0d feat: uclaude_install.sh — one-line installer с sparse checkout
- uclaude_install.sh: clone --depth 1 --no-checkout + sparse-checkout (только latest cli.js)
- uclaude_update.sh: обновляет sparse-checkout при смене версии
- README: инструкция с curl one-liner и ручным sparse clone

Клиент скачивает ~12MB (одна версия cli.js), а не все версии.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 11:43:42 +00:00
delta-cloud-208e
3bc69d4eff feat: sparse checkout + shallow fetch для минимального трафика
- git_pull() использует fetch --depth 1 + reset (не качает историю)
- sparse checkout: скачивается только latest версия cli.js, не все
- Все старые версии остаются в репо, но клиент их не скачивает
- README обновлён с git clone --depth 1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 11:42:49 +00:00
delta-cloud-208e
9f4214c519 release: Claude Code v2.1.50 (15 patches) 2026-02-21 11:41:52 +00:00
delta-cloud-208e
eb8d26a991 feat: uclaude_updater — automatic client updater
- uclaude_updater.py — auto-detect version, install cli.js, patch settings
- uclaude_update.sh/bat/ps1 — platform wrappers (git pull + run updater)
- patcher.config.json — shared API config
- Updated README with full usage instructions

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 11:38:48 +00:00
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