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