From 11771ec172055ae3da28f2e65cf3ae1910d861f1 Mon Sep 17 00:00:00 2001 From: Vignesh Natarajan Date: Wed, 29 Apr 2026 13:58:25 -0700 Subject: [PATCH] Agents: annotate post-compaction system event trust (#74189) --- src/auto-reply/reply/agent-runner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto-reply/reply/agent-runner.ts b/src/auto-reply/reply/agent-runner.ts index 22128a731fa..ab96bb3667d 100644 --- a/src/auto-reply/reply/agent-runner.ts +++ b/src/auto-reply/reply/agent-runner.ts @@ -1644,7 +1644,7 @@ export async function runReplyAgent(params: { }) .then((contextContent) => { if (contextContent) { - enqueueSystemEvent(contextContent, { sessionKey }); + enqueueSystemEvent(contextContent, { sessionKey, trusted: true }); } }) .catch(() => {