v3.10.8: Fix Re-OAuth buttons, block staging/sandbox for Antigravity, prefer production endpoint

- Fix Linux GUI Re-OAuth: load_oauth_secrets() was undefined, now loads inline
- Fix GLib.idle_add lambda returning truthy tuple (repeated callbacks)
- Proxy: production cloudcode-pa.googleapis.com tried first, sandbox as fallback
- Proxy: 403 SERVICE_DISABLED falls through to next endpoint
- Project discovery validates against production endpoint, not staging
- Antigravity preset base_url changed to production
- Windows GUI project discovery also uses production endpoint
This commit is contained in:
Roman | RyzenAdvanced
2026-05-25 21:57:30 +04:00
Unverified
parent 7bc737d8cc
commit f645e92908
11 changed files with 16485 additions and 2586 deletions

View File

@@ -3,11 +3,11 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
if [ -f "$SCRIPT_DIR/codex-launcher_3.10.7_all.deb" ]; then
echo "Installing codex-launcher_3.10.7_all.deb ..."
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.10.7_all.deb"
if [ -f "$SCRIPT_DIR/codex-launcher_3.10.8_all.deb" ]; then
echo "Installing codex-launcher_3.10.8_all.deb ..."
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.10.8_all.deb"
echo ""
echo "Installed v3.10.7 via .deb package."
echo "Installed v3.10.8 via .deb package."
echo " translate-proxy.py -> /usr/bin/translate-proxy.py"
echo " codex-launcher-gui -> /usr/bin/codex-launcher-gui"
echo " cleanup-codex-stale -> /usr/bin/cleanup-codex-stale.sh"