From b761d229e08d517d3c11b79f33b5d7312ad254b8 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=8F=8F=20promptCategory.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/promptCategory.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/promptCategory.ts b/src/utils/promptCategory.ts index 2a1dea5..360fb97 100644 --- a/src/utils/promptCategory.ts +++ b/src/utils/promptCategory.ts @@ -47,3 +47,4 @@ export function getQuerySourceForREPL(): QuerySource { ? (`repl_main_thread:outputStyle:${style}` as QuerySource) : 'repl_main_thread:outputStyle:custom' } +