From 12cb721dbbe571bd3b2766546b2105ef034e6cf3 Mon Sep 17 00:00:00 2001 From: soryu Date: Fri, 23 Jan 2026 20:00:34 +0000 Subject: [WIP] Heartbeat checkpoint - 2026-01-23 20:00:34 UTC --- makima/src/daemon/ws/protocol.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makima/src/daemon/ws/protocol.rs') diff --git a/makima/src/daemon/ws/protocol.rs b/makima/src/daemon/ws/protocol.rs index d0bcc19..d9a91e9 100644 --- a/makima/src/daemon/ws/protocol.rs +++ b/makima/src/daemon/ws/protocol.rs @@ -387,6 +387,10 @@ pub enum DaemonCommand { /// Used to inject previous conversation context into the prompt. #[serde(rename = "conversationHistory", default)] conversation_history: Option, + /// Override max_iterations for this task (optional). + /// If not set, uses the daemon's configured max_iterations. + #[serde(rename = "maxIterations", default)] + max_iterations: Option, }, /// Pause a running task. -- cgit v1.2.3