fix(tools): forward senderIsOwner to embedded runner so owner-only tools work (#22296)

Merged via /review-pr -> /prepare-pr -> /merge-pr.

Prepared head SHA: 0baca5ccc1
Co-authored-by: hcoj <1169805+hcoj@users.noreply.github.com>
Co-authored-by: obviyus <22031114+obviyus@users.noreply.github.com>
Reviewed-by: @obviyus
This commit is contained in:
hcoj
2026-02-21 03:03:58 +00:00
committed by GitHub
parent d94d21f9b0
commit 5dae5e6ef2
5 changed files with 5 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ export type FollowupRun = {
senderName?: string;
senderUsername?: string;
senderE164?: string;
senderIsOwner?: boolean;
sessionFile: string;
workspaceDir: string;
config: OpenClawConfig;