mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 19:11:43 +00:00
fix: unify exec approval ids
This commit is contained in:
@@ -137,6 +137,8 @@ export type ExecToolConfig = {
|
||||
backgroundMs?: number;
|
||||
/** Default timeout (seconds) before auto-killing exec commands. */
|
||||
timeoutSec?: number;
|
||||
/** Emit a running notice (ms) when approval-backed exec runs long (default: 10000, 0 = off). */
|
||||
approvalRunningNoticeMs?: number;
|
||||
/** How long to keep finished sessions in memory (ms). */
|
||||
cleanupMs?: number;
|
||||
/** Emit a system event and heartbeat when a backgrounded exec exits. */
|
||||
|
||||
Reference in New Issue
Block a user