fix: Disable all shared reminders for subagents (#1073)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Devansh Jain
2026-02-20 16:24:36 -08:00
committed by GitHub
parent 1e024c34f9
commit 6efcbd806f
5 changed files with 61 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
export type SharedReminderMode =
| "interactive"
| "headless-one-shot"
| "headless-bidirectional";
| "headless-bidirectional"
| "subagent";
export type SharedReminderId =
| "session-context"