Commit Graph

175 Commits

Author SHA1 Message Date
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
c9aa45e838 fix(codex): remove deprecated o3/o4-mini from example config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 11:56:04 +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
491b2a6854 feat(codex): add Codex CLI patcher — config+env based patching
Codex CLI is a Rust binary — patched via config.toml + env vars.
6 targets: api_endpoint, auth, telemetry, permissions, model, env.
Includes installer, binary updater, config validator, pipeline CLI.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 10:30:57 +00:00
delta-cloud-208e
32690c9a53 fix: add IS_SANDBOX + BUBBLEWRAP env vars to bypass root check
Anthropic v2.1.71 blocks bypassPermissions for root (UID=0).
Added IS_SANDBOX=1 and CLAUDE_CODE_BUBBLEWRAP=1 to settings.json env.
Fixed effort_level: configurable from config instead of hardcoded "medium".

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 09:44:53 +00:00
delta-cloud-208e
4a8892b523 release: Gemini CLI v0.32.1 (6 patches) 2026-03-07 09:24:01 +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
3c3bfe6699 release: Gemini CLI v0.32.1 (6 patches) 2026-03-07 08:01:24 +00:00
delta-cloud-208e
fd50097351 release: Gemini CLI v0.32.1 (6 patches) 2026-03-07 07:41:15 +00:00
delta-cloud-208e
61c3ec1042 release: Gemini CLI v0.32.1 (6 patches) 2026-03-07 06:25:05 +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
ce1074ada0 release: Claude Code v2.1.70 (25 patches) 2026-03-06 14:49:16 +00:00
delta-cloud-208e
ca09931197 release: Claude Code v2.1.70 (25 patches) 2026-03-06 14:36:10 +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
43139cb78f release: Claude Code v2.1.69 (20 patches) 2026-03-06 00:08:24 +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
dc7db3dde6 release: Claude Code v2.1.68 (20 patches) 2026-03-05 00:01:19 +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
40be204aff release: Claude Code v2.1.63 (20 patches) 2026-03-01 06:19:56 +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
e45a11c97d docs: sync all README files to v2.1.62 with correct instructions
Update claude/README_ru.md, claude/README_zh.md, claude/README_es.md
to match the English version structure:
- Add VERSION_BADGE markers with v2.1.62 (20 patches)
- Add Method A (npm registry) as primary install option
- Add Method B (automatic installer) as backup option
- Replace outdated "15 patches applied" text

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-27 08:30:05 +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
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
f435c53408 fix: update target_version to 2.1.62 in patcher.config.json
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-27 08:13:30 +00:00
delta-cloud-208e
91529ddc6c feat: use npm.sensey24.ru registry for @anthropic-ai/claude-code
- Add NPM_REGISTRY constant and set_npm_registry() function
- Configure npm to use https://npm.sensey24.ru/ for @anthropic-ai scope
- Pass --registry flag to npm install commands
- Configure registry in uclaude_install.sh before running updater

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-27 08:13:03 +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
52a9acbe70 release: Claude Code v2.1.62 (20 patches) 2026-02-27 06:00:31 +00:00
delta-cloud-208e
5a717f8fd9 release: Claude Code v2.1.61 (20 patches) 2026-02-27 00:08:21 +00:00
delta-cloud-208e
2d34473378 feat: dynamic Node.js version detection from npm registry
- Add get_required_node_version() — fetches engines.node from npm registry
  for @anthropic-ai/claude-code@latest and extracts required major version
- install_node() now installs setup_{major}.x matching Claude Code requirement
- ensure_node() uses dynamic version for checks and error messages
- Windows: Get-RequiredNodeMajor fetches version from npm registry
- Windows: MSI download uses required major version, not hardcoded v22
- Fallback to MIN_NODE_VERSION (18) if npm registry is unreachable
- Future-proof: when Claude Code raises requirement to 26+, scripts auto-adapt

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-26 18:47:08 +00:00
delta-cloud-208e
b50ad05d93 feat: use LTS Node.js version for installation
- Replace hardcoded setup_24.x with setup_lts.x for Linux apt/dnf/yum
- Update Windows installer to use Node.js 22 LTS with dynamic version fetch
- Update install messages to reflect LTS instead of specific version
- Fixes: Node.js 24+ requirement causing installation failures on some systems
- Ensures latest LTS version (20.x, 22.x) is used instead of bleeding edge

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-26 18:44:31 +00:00
delta-cloud-208e
62b5af8543 fix: correct which claude resolution in find_all_cli_js()
- Handle case where which claude resolves directly to cli.js (not to .bin/claude)
- When claude binary basename is cli.js, add it directly to candidates
- When claude binary is in .bin/, resolve to parent node_modules/@anthropic-ai/claude-code/cli.js
- Fixes: which claude path not being properly included in multi-install patching

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-26 18:41:33 +00:00
delta-cloud-208e
ea8ce4f05d feat: patch ALL installed cli.js locations for multi-install support
- Add find_all_cli_js() — discovers all cli.js paths across npm global dirs,
  which claude symlink resolution, and NVM per-user installs
- Update cmd_update() to iterate all found paths and patch each one
- Update ensure_claude_code() to use find_all_cli_js() for install detection
- Fixes: `claude --version` showing old version when multiple Claude Code
  installs exist (e.g. /usr/lib vs /usr/local/lib vs NVM)

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
2026-02-26 18:39:32 +00:00
delta-cloud-208e
ae06a26974 fix: lower Node.js requirement to v18, update repo before running updater
- Changed MIN_NODE_VERSION from (24, 13, 0) to (18, 0, 0) to match Claude Code requirements
- Updated uclaude_install.sh to fetch latest repo before running updater
- Rewrote uclaude_update.ps1 to require v18+ and update repo first
- Added multiple fallback methods for Node.js installation on Windows

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 18:18:48 +00:00
delta-cloud-208e
daab4f8320 release: Claude Code v2.1.59 (20 patches) 2026-02-26 07:08:01 +00:00
delta-cloud-208e
a6d97cb95c release: Claude Code v2.1.59 (20 patches) 2026-02-26 07:08:01 +00:00
delta-cloud-208e
1f3d67af0c release: Claude Code v2.1.53 (20 patches) 2026-02-26 07:08:01 +00:00
chrome-storm-c442
c466223882 fix: use shell=True on Windows for subprocess calls (npm/claude are .cmd)
Without shell=True, subprocess.run(["npm", ...]) fails on Windows because
npm and claude are .cmd batch files, not .exe. Added run_cmd() wrapper that
sets shell=True only on Windows, keeping Linux/macOS behavior unchanged.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 06:24:24 -05:00
delta-cloud-208e
4ca665f26f release: Claude Code v2.1.52 (20 patches) 2026-02-24 09:31:41 +00:00
delta-cloud-208e
cbc6e45a10 docs: update file tables — patcher.config.json → patcher.config.example.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 14:40:14 +00:00