• 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