Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion hooks/ponytail-activate.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,8 @@ if (!isCodex) try {
// Silent fail — don't block session start over statusline detection
}

writeHookOutput('SessionStart', mode, output);
try {
writeHookOutput('SessionStart', mode, output);
} catch (e) {
// Silent fail — stdout closed/EPIPE at hook exit must not surface as a hook failure
}
Loading