mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 11:31:26 +00:00
feat: route exec approvals via gateway
This commit is contained in:
@@ -10,6 +10,7 @@ export type ExecHostRequest = {
|
||||
needsScreenRecording?: boolean | null;
|
||||
agentId?: string | null;
|
||||
sessionKey?: string | null;
|
||||
approvalDecision?: "allow-once" | "allow-always" | null;
|
||||
};
|
||||
|
||||
export type ExecHostRunResult = {
|
||||
|
||||
Reference in New Issue
Block a user