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 } +