mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
fix(cursor): add zlib inflate/inflateRaw fallback for GZIP_ALT/GZIP_BOTH frames (#250) - GZIP_ALT (0x02) and GZIP_BOTH (0x03) frames may use zlib deflate instead of gzip - Now tries gunzipSync → inflateSync → inflateRawSync with verbose error logging fix(codex): override refreshCredentials to enable automatic token refresh on 401 (#251) - CodexExecutor was inheriting base class null return, blocking 401 recovery - Now calls refreshCodexToken() from tokenRefresh.ts on 401 upstream response - Handles rotating token errors and surfaces re-auth warning clearly fix(auth): allow dashboard access when no password is set after onboarding skip (#256) - isAuthRequired() was blocking /dashboard/settings when setupComplete=true but no password - Removed setupComplete guard: if there's no password, auth cannot be required - Configure Password button on login page now navigates correctly to security settings