v3.10.5 — Add compaction for Antigravity/Gemini OAuth to prevent token limit errors

This commit is contained in:
Roman
2026-05-25 14:44:53 +04:00
Unverified
parent cce7c2e38c
commit e42eb906a3
5 changed files with 20 additions and 14 deletions

View File

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