From 46c55588836a641e1e300eede25d9652a45c3bab Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=90=20=F0=9F=8E=8B=20sessionIngressAut?= =?UTF-8?q?h.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/sessionIngressAuth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/sessionIngressAuth.ts b/src/utils/sessionIngressAuth.ts index 4d4ff03..8d81af7 100644 --- a/src/utils/sessionIngressAuth.ts +++ b/src/utils/sessionIngressAuth.ts @@ -138,3 +138,4 @@ export function getSessionIngressAuthHeaders(): Record { export function updateSessionIngressAuthToken(token: string): void { process.env.CLAUDE_CODE_SESSION_ACCESS_TOKEN = token } +