• v3.8.0 080f2bc56e

    admin released this 2026-05-22 18:36:32 +00:00 | 1 commits to main since this release

    AI Monitoring: self-healing watchdog with 3-tier response system.

    Tier 1: 14 rule-based auto-recovery rules (< 1s)
    Tier 2: Incident pattern store with success rates
    Tier 3: AI diagnostic agent (configurable provider/model)

    30 fault types catalogued. HealthWatcher + LogAnalyzer threads. Enhanced /health endpoint.

    Downloads
  • v3.7.0 c52b801cde

    admin released this 2026-05-22 12:31:04 +00:00 | 4 commits to main since this release

    Intelligence Routing: 3-layer self-healing parser system.

    Layer 1 (FIX 23): Deep URL extraction from nested JSON.
    Layer 2 (FIX 24): Auto-proceed on escalation blocks.
    Layer 3 (FIX 25): Intent-based command synthesis (5 heuristics).

    54 self-test patterns. 316 lines added across 5 files.

    Downloads
  • v3.6.0 beea20686b

    admin released this 2026-05-22 09:15:23 +00:00 | 9 commits to main since this release

    v3.6.0 Performance & Stability Hardening

    Inspired by architectural study of Codex-Proxy-Server (Rust/Axum).

    P0: Connection Pooling & Stream Idle Timeout

    • Connection pooling (http.client reuse per host) — eliminates ~100ms TLS handshake per request
    • Stream idle timeout (300s) — kills stalled upstream connections instead of hanging forever

    P1: Retry-After & Preemptive Token Refresh

    • Retry-After header support on all retry paths
    • Preemptive OAuth token refresh (5min before expiry)

    P2: Tool Translation

    • Separate strict mode for Responses API vs Chat Completions
    • Filter null/empty tool names

    P3: Memory & Logging

    • Response store TTL (600s eviction)
    • Bounded stream buffers (8MB cap)
    • Dual logging (proxy.log)

    Installation

    sudo dpkg -i codex-launcher_3.6.0_all.deb
    

    Fallback

    Previous versions 3.5.0 and 3.3.0 .deb retained in repository.

    Downloads
  • v3.5.0 0682e46521

    admin released this 2026-05-22 06:55:05 +00:00 | 10 commits to main since this release

    v3.5.0 Major Release

    Command Code Adapter — Multi-Format Tool-Call Parser

    Critical bug fix: CC model tool calls were silently dropped, halting the Codex agent loop. Built a cascading parser chain (17 patches) that handles all known CC model output formats:

    • DSML tags (<||DSML||invoke>)
    • <bash>...</bash> blocks
    • <explore_agent> blocks
    • <tool_call type="bash"> blocks
    • XML <function=> patterns
    • Raw JSON {"cmd":"..."} in text
    • Fallback regex extraction

    Three-tier argument parser, recursive unwrapping, post-extraction sanitizer.

    AI Assist

    AI-powered configuration assistance and troubleshooting in launcher GUI.

    Self-Revive Watchdog

    Proxy auto-restarts on crash (up to 50x, progressive backoff 1→30s).

    Debug Infrastructure

    • Debug-to-file logging (~/.cache/codex-proxy/cc-debug.log)
    • Inline self-test (--self-test, 19 tests)
    • ErrorAnalyzer with 4xx learning
    • Schema cache with 24h TTL

    Installation

    sudo dpkg -i codex-launcher_3.5.0_all.deb
    

    Fallback

    Previous version 3.3.0 .deb retained in repository for rollback.

    Downloads