mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-25 19:23:33 +00:00
refactor(security): simplify system.run approval model
This commit is contained in:
@@ -51,7 +51,7 @@ export type ExecFinishedResult = {
|
||||
export type ExecFinishedEventParams = {
|
||||
sessionKey: string;
|
||||
runId: string;
|
||||
cmdText: string;
|
||||
commandText: string;
|
||||
result: ExecFinishedResult;
|
||||
suppressNotifyOnExit?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user