From 03c70ab723fd46b8d19d9c424ba23dca1b49d88a Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Wed, 11 Feb 2026 01:35:50 -0800 Subject: [PATCH] fix: auto-approve reflection subagent task without HITL prompt (#912) Co-authored-by: Letta --- src/permissions/checker.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/permissions/checker.ts b/src/permissions/checker.ts index ca7d0ba..065dafa 100644 --- a/src/permissions/checker.ts +++ b/src/permissions/checker.ts @@ -425,6 +425,8 @@ const READ_ONLY_SUBAGENT_TYPES = new Set([ "Plan", "recall", // Conversation history search - Skill, Bash, Read, TaskOutput "Recall", + "reflection", // Memory reflection - reads history, writes to agent's own memory files + "Reflection", ]); /**