From b1ecdf1f68fc6f5820696252e2a6032848285d4c Mon Sep 17 00:00:00 2001 From: soryu Date: Tue, 27 Jan 2026 03:06:53 +0000 Subject: Fix missing local_only field in TUI CreateContractRequest Add the missing local_only field to the CreateContractRequest struct initialization in the TUI contract creation handler. Co-Authored-By: Claude Opus 4.5 --- makima/src/bin/makima.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/makima/src/bin/makima.rs b/makima/src/bin/makima.rs index 4d88fc5..44fa590 100644 --- a/makima/src/bin/makima.rs +++ b/makima/src/bin/makima.rs @@ -1108,6 +1108,7 @@ async fn run_tui_loop( initial_phase: None, autonomous_loop: None, phase_guard: None, + local_only: None, red_team_enabled: None, red_team_prompt: None, }; -- cgit v1.2.3