fix(pi-embedded-runner): propagate sender identity to fix Feishu doc create auto-grant (#32915)

Merged via squash.

Prepared head SHA: efb2293075
Co-authored-by: cszhouwei <1811726+cszhouwei@users.noreply.github.com>
Co-authored-by: jalehman <550978+jalehman@users.noreply.github.com>
Reviewed-by: @jalehman
This commit is contained in:
Wei Zhou
2026-03-07 06:31:15 +08:00
committed by GitHub
parent 91494b2596
commit e601bf2d8e
3 changed files with 40 additions and 0 deletions

View File

@@ -803,6 +803,10 @@ export async function runEmbeddedPiAgent(
groupChannel: params.groupChannel,
groupSpace: params.groupSpace,
spawnedBy: params.spawnedBy,
senderId: params.senderId,
senderName: params.senderName,
senderUsername: params.senderUsername,
senderE164: params.senderE164,
senderIsOwner: params.senderIsOwner,
currentChannelId: params.currentChannelId,
currentThreadTs: params.currentThreadTs,