You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a Bridge recorder for local API bridge debugging. When bridge mode is enabled, you can open a live recorder from the connection popup and inspect the original request body, bridge request body, upstream response body, and bridge response body.
Improved local bridge proxy bypass for Codex launches, including local NO_PROXY coverage and Codex Desktop macOS no-proxy launch args, so Clash/system proxy settings are less likely to intercept 127.0.0.1 bridge traffic.
Filled missing Chinese UI translations around the new bridge recorder and related connection UI.
Continued Startkit and desktop-agent launch cleanup from the 0.7 line, including better Windows desktop app detection, StartApps/manual executable handling, and simpler managed toolchain behavior.
Fixes
Fixed several thread/runtime and channel replay races that could affect IM-to-agent routing and callback handling.
Tightened attachment-key validation and structured install/report flows in onboarding and Startkit.
Stabilized release tests around Windows path expectations and direct resume command generation.
Compatibility
Codex Desktop proxy bypass may require fully quitting and relaunching Codex Desktop so the new launch args take effect.
Bridge recorder data is intentionally session-only: it records live traffic while the popup is open and clears when the popup closes.
The recorder captures bodies only, not headers; JSON and SSE bodies are both supported for inspection.
Packages
macOS Apple Silicon DMG: signed, with the app notarized.
Windows x64 Setup EXE, MSI, and portable ZIP: built by GitHub Actions.
Linux x64 AppImage and deb: built by GitHub Actions.