[BUG] Pending Stop hooks no longer show as if Claude is still responding

Resolved 💬 3 comments Opened Sep 17, 2025 by raine Closed Jan 9, 2026

Preflight Checklist

  • [x] I have searched existing issues and this hasn't been reported yet
  • [x] This is a single bug report (please file separate reports for different bugs)
  • [x] I am using the latest version of Claude Code

What's Wrong?

Previously (until v1.0.113) when running Stop hooks, Claude Code would behave so that it looked like it was still responding or doing something while the Stop hooks are running.

Like this:

✶ Galloping… (esc to interrupt)

Now, as of v1.0.114, Claude Code behaves so that it looks like it has stopped responding, but the hooks are still running, and after a while, there will be the output from Stop hooks, if any.

What Should Happen?

It should show it is responding or doing something, until the Stop hooks are finished.

Steps to Reproduce

hook

sleep 3
echo "ignore" >&2
exit 2

settings.json

{
  "hooks": {
    "Stop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "\"$CLAUDE_PROJECT_DIR\"/hook"
          }
        ]
      }
    ]
  }
}

Start Claude Code and prompt anything. The stop hook will run after Claude is finished responding, and it will look like it is done, but after 3 seconds it will show output related to the Stop hook.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

1.0.113

Claude Code Version

1.0.117

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Other

Additional Information

_No response_

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗