delta-cloud-208e
638742c8ab
fix(qwen): system-wide env vars via /etc/environment + /etc/profile.d/
...
Same pattern as codex and gemini:
- Write QWEN_API_KEY + QWEN_BASE_URL to /etc/environment (all users)
- Create /etc/profile.d/qwen-code.sh for login shell export
- Update script now also sets env vars (was missing)
- Fix CRLF line endings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 10:37:39 +00:00
delta-cloud-208e
b829db3e93
fix: add auth headers to all Linux .sh gitea downloads
...
- gemini/ugemini_install.sh: CURL_AUTH was defined but never used, fixed
- gemini/ugemini_update.sh: added GITEA_TOKEN + auth header
- qwen/uqwen_install.sh: use GITEA_TOKEN (was already defined but unused)
- qwen/uqwen_update.sh: added GITEA_TOKEN + auth header
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 08:34:31 +00:00
delta-cloud-208e
e4da4bdbb0
fix: TOML dotted key bug + PowerShell fallback for all Windows scripts
...
- codex: add [notice.model_migrations] with quoted keys to prevent
Codex from writing unquoted dotted keys (gpt-5.4 → gpt-5 → 4)
which causes "invalid type: map, expected a string" TOML error
- codex_patcher.py: add toml_key() to quote keys with dots,
handle broken TOML gracefully in read_toml()
- claude install: remove unnecessary Python requirement
- claude update: rewrite as standalone (no git clone dependency)
- gemini update: add Python check with fallback, auth headers
- qwen install: add PowerShell fallback, auth headers, no exit on no Python
- qwen update: add Python check with fallback, auth headers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 08:26:52 +00:00
delta-cloud-208e
72ac0d75a0
chore: fix file permissions (644 → 755)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 07:46:35 +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
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