chore: remove setup hooks (#845)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
jnjpng
2026-02-05 19:53:14 -08:00
committed by GitHub
parent 7c622af72b
commit 37981066b5
6 changed files with 3 additions and 92 deletions

View File

@@ -81,7 +81,6 @@ const HOOK_EVENTS: { event: HookEvent; description: string }[] = [
{ event: "Stop", description: "When the agent finishes responding" },
{ event: "SubagentStop", description: "When a subagent completes" },
{ event: "PreCompact", description: "Before context compaction" },
{ event: "Setup", description: "When invoked with --init flags" },
{ event: "SessionStart", description: "When a session starts" },
{ event: "SessionEnd", description: "When a session ends" },
];