You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch release focused on Stop-hook correctness and reminder signal quality. Thank you to @lovingcarevet for pointing it out!
Fixes
Claude Code Stop hook output contract corrected — hooks/stop-reminders.js previously emitted hookSpecificOutput with hookEventName: "Stop", which Claude rejects on Stop events with JSON validation errors. The Stop reminder path now emits a schema-valid continuation payload (decision: "block" + reason) and keeps {} for no-op cases. A regression suite (tests/codex/test-stop-reminders.js) now enforces this output shape.
This discussion was created from the release v6.5.1.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
v6.5.1 (2026-04-10)
Patch release focused on Stop-hook correctness and reminder signal quality. Thank you to @lovingcarevet for pointing it out!
Fixes
Claude Code
Stophook output contract corrected —hooks/stop-reminders.jspreviously emittedhookSpecificOutputwithhookEventName: "Stop", which Claude rejects on Stop events with JSON validation errors. The Stop reminder path now emits a schema-valid continuation payload (decision: "block"+reason) and keeps{}for no-op cases. A regression suite (tests/codex/test-stop-reminders.js) now enforces this output shape.This discussion was created from the release v6.5.1.
Beta Was this translation helpful? Give feedback.
All reactions