diff --git a/src/utils/codeCommand.ts b/src/utils/codeCommand.ts index 46d6714..6d9dfc2 100644 --- a/src/utils/codeCommand.ts +++ b/src/utils/codeCommand.ts @@ -21,6 +21,8 @@ export async function executeCodeCommand(args: string[] = []) { DISABLE_TELEMETRY: 'true', DISABLE_COST_WARNINGS: 'true', API_TIMEOUT_MS: String(config.API_TIMEOUT_MS ?? 600000), // Default to 10 minutes if not set + // Reset CLAUDE_CODE_USE_BEDROCK when running with ccr code + CLAUDE_CODE_USE_BEDROCK: undefined, }; let settingsFlag: Record | undefined; if (config?.StatusLine?.enabled) {