v3.10.12: sticky endpoint, parallel discovery, anti-stall, smart errors, missing headers

This commit is contained in:
Roman | RyzenAdvanced
2026-05-26 00:57:16 +04:00
Unverified
parent fced1653f2
commit 0896ba5e55
6 changed files with 245 additions and 36 deletions

View File

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