v3.10.3 — Fix Antigravity 404: verified REST model IDs

This commit is contained in:
Roman
2026-05-25 13:17:44 +04:00
Unverified
parent 38c9792dc2
commit 65a0731505
5 changed files with 82 additions and 43 deletions

View File

@@ -3,11 +3,11 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
if [ -f "$SCRIPT_DIR/codex-launcher_3.10.2_all.deb" ]; then
echo "Installing codex-launcher_3.10.2_all.deb ..."
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.10.2_all.deb"
if [ -f "$SCRIPT_DIR/codex-launcher_3.10.3_all.deb" ]; then
echo "Installing codex-launcher_3.10.3_all.deb ..."
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.10.3_all.deb"
echo ""
echo "Installed v3.10.2 via .deb package."
echo "Installed v3.10.3 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"