Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Commit e49fab0

Browse files
committed
fix env overrides
1 parent 4965d05 commit e49fab0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎src/main/services/agent.ts‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ export function registerAgentIpc(
220220
POSTHOG_API_KEY: apiKey,
221221
POSTHOG_API_HOST: apiHost,
222222
POSTHOG_AUTH_HEADER: `Bearer ${apiKey}`,
223+
ANTHROPIC_API_KEY: apiKey,
224+
ANTHROPIC_AUTH_TOKEN: apiKey,
225+
ANTHROPIC_BASE_URL: `${apiHost}/api/projects/${projectId}/llm_gateway`,
223226
};
224227

225228
const mcpOverrides = {};

0 commit comments

Comments
 (0)