v3.7.0: Intelligence Routing — self-healing parser system
Layer 1 (FIX 23): Deep URL extraction from nested JSON in explore_agent blocks. Layer 2 (FIX 24): Auto-proceed on require_escalation / request_escalation_permission. Layer 3 (FIX 25): Intent-based command synthesis with 5 heuristics when all parsers fail. Module-level _build_explore_cmd() for reuse across parser + stream path. 54 self-test patterns (up from 41).
This commit is contained in:
@@ -3,11 +3,11 @@ set -e
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
|
||||
if [ -f "$SCRIPT_DIR/codex-launcher_3.6.0_all.deb" ]; then
|
||||
echo "Installing codex-launcher_3.6.0_all.deb ..."
|
||||
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.6.0_all.deb"
|
||||
if [ -f "$SCRIPT_DIR/codex-launcher_3.7.0_all.deb" ]; then
|
||||
echo "Installing codex-launcher_3.7.0_all.deb ..."
|
||||
sudo dpkg -i "$SCRIPT_DIR/codex-launcher_3.7.0_all.deb"
|
||||
echo ""
|
||||
echo "Installed v3.6.0 via .deb package."
|
||||
echo "Installed v3.7.0 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"
|
||||
|
||||
Reference in New Issue
Block a user