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
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