summaryrefslogtreecommitdiff
path: root/makima/src/daemon/ws
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-01-23 20:00:34 +0000
committersoryu <soryu@soryu.co>2026-01-23 20:00:34 +0000
commit12cb721dbbe571bd3b2766546b2105ef034e6cf3 (patch)
tree07a12739c23f1389a66090b8fc84dfffb1d99f82 /makima/src/daemon/ws
parent9e286c146e29e714b3b209b4d948d75cce179b05 (diff)
downloadsoryu-12cb721dbbe571bd3b2766546b2105ef034e6cf3.tar.gz
soryu-12cb721dbbe571bd3b2766546b2105ef034e6cf3.zip
[WIP] Heartbeat checkpoint - 2026-01-23 20:00:34 UTC
Diffstat (limited to 'makima/src/daemon/ws')
-rw-r--r--makima/src/daemon/ws/protocol.rs4
1 files changed, 4 insertions, 0 deletions
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<serde_json::Value>,
+ /// Override max_iterations for this task (optional).
+ /// If not set, uses the daemon's configured max_iterations.
+ #[serde(rename = "maxIterations", default)]
+ max_iterations: Option<u32>,
},
/// Pause a running task.