From b13c42cc5566aa7365118fddc7f327b4c774a910 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 26 Nov 2025 09:38:21 -0500 Subject: Improve worker prompt and fix output interleaving - More explicit prompt: MUST run bild --test, fix hlint issues - Add workerQuiet flag to disable ANSI status bar in loop mode - Loop mode uses simple putText, manual jr work keeps status bar --- Omni/Agent/Core.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Omni/Agent/Core.hs') diff --git a/Omni/Agent/Core.hs b/Omni/Agent/Core.hs index a2594d6..88f7237 100644 --- a/Omni/Agent/Core.hs +++ b/Omni/Agent/Core.hs @@ -27,7 +27,8 @@ data Worker = Worker { workerName :: Text, workerPid :: Maybe Int, workerStatus :: WorkerStatus, - workerPath :: FilePath + workerPath :: FilePath, + workerQuiet :: Bool -- Disable ANSI status bar (for loop mode) } deriving (Show, Eq, Generic) -- cgit v1.2.3