diff options
| author | soryu <soryu@soryu.co> | 2026-01-23 20:00:34 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-01-23 20:00:34 +0000 |
| commit | 12cb721dbbe571bd3b2766546b2105ef034e6cf3 (patch) | |
| tree | 07a12739c23f1389a66090b8fc84dfffb1d99f82 /makima/src/daemon/cli/daemon.rs | |
| parent | 9e286c146e29e714b3b209b4d948d75cce179b05 (diff) | |
| download | soryu-12cb721dbbe571bd3b2766546b2105ef034e6cf3.tar.gz soryu-12cb721dbbe571bd3b2766546b2105ef034e6cf3.zip | |
[WIP] Heartbeat checkpoint - 2026-01-23 20:00:34 UTC
Diffstat (limited to 'makima/src/daemon/cli/daemon.rs')
| -rw-r--r-- | makima/src/daemon/cli/daemon.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makima/src/daemon/cli/daemon.rs b/makima/src/daemon/cli/daemon.rs index c779d64..0dd11dc 100644 --- a/makima/src/daemon/cli/daemon.rs +++ b/makima/src/daemon/cli/daemon.rs @@ -38,4 +38,9 @@ pub struct DaemonArgs { /// Requires bwrap to be installed on the system. #[arg(long, env = "MAKIMA_DAEMON_BUBBLEWRAP")] pub bubblewrap: bool, + + /// Maximum iterations for autonomous task loops. + /// Set to 0 for unlimited (not recommended). Default: 10. + #[arg(long, env = "MAKIMA_MAX_ITERATIONS")] + pub max_iterations: Option<u32>, } |
