SessionStart hooks can now be aborted mid-run instead of always running to completion
The SessionStart hook pipeline, which runs when a session begins or resumes, now accepts an abort signal. If that signal fires before the hooks finish, Claude Code returns whatever hook messages were already collected instead of continuing on to steps like reloading skills or checking watched paths.
This allows session startup to be cut short cleanly if needed, without waiting for every SessionStart hook step to finish first.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
The same wait applies at launch, including a resumed session: a prompt you send while SessionStart hooks are still running doesn't reach Claude until they finish.hooks see the edit
* Improved hook feedback: while a SessionStart, UserPromptSubmit, PreToolUse or SessionEnd hook runs, the spinner says so with elapsed time, and Esc cancels a prompt waiting on a SessionStart hookchangelog see the edit
Anthropic's documentation has since written up SessionStart, on Claude Code changelog.