Skip to content

Commit 55bcd12

Browse files
authored
fix env overrides (#91)
1 parent 4965d05 commit 55bcd12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)