From 1aa60ed7f0b0af6c55df4a32bf2620934df63e6d Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 15 Mar 2026 22:53:10 +0100 Subject: Add ai commands --- cli/src/config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/src/config.ts') diff --git a/cli/src/config.ts b/cli/src/config.ts index a4c68a4..e82d92a 100644 --- a/cli/src/config.ts +++ b/cli/src/config.ts @@ -24,6 +24,7 @@ export type Config = { fileId: string } mappings: AccountMapping[] + anthropicApiKey?: string } export function loadConfig(): Config { -- cgit v1.3