mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 11:50:22 +00:00
fix(security): harden channel auth path checks and exec approval routing
This commit is contained in:
@@ -21,6 +21,9 @@ export type ExecToolDefaults = {
|
||||
scopeKey?: string;
|
||||
sessionKey?: string;
|
||||
messageProvider?: string;
|
||||
currentChannelId?: string;
|
||||
currentThreadTs?: string;
|
||||
accountId?: string;
|
||||
notifyOnExit?: boolean;
|
||||
notifyOnExitEmptySuccess?: boolean;
|
||||
cwd?: string;
|
||||
|
||||
Reference in New Issue
Block a user