diff --git a/codex-launcher_3.11.11_all.deb b/codex-launcher_3.11.11_all.deb index 61331b2..1815702 100644 Binary files a/codex-launcher_3.11.11_all.deb and b/codex-launcher_3.11.11_all.deb differ diff --git a/src/translate-proxy.py b/src/translate-proxy.py index 909d72e..68eed68 100755 --- a/src/translate-proxy.py +++ b/src/translate-proxy.py @@ -5574,6 +5574,7 @@ class Handler(http.server.BaseHTTPRequestHandler): if OAUTH_PROVIDER.startswith("google") and "claude" not in model.lower(): sanitized = [] last_user_text = None + last_role = None for content in contents: role = content.get("role") parts = [p for p in content.get("parts", []) if isinstance(p, dict)]