[BUG] Claude Stop Hook Output is pinned to the bottom of chat
Resolved 💬 4 comments Opened Aug 7, 2025 by dimohammed328 Closed Jan 6, 2026
Environment
- Platform (select one):
- [ ] Anthropic API
- [x] AWS Bedrock
- [ ] Google Vertex AI
- [ ] Other: <!-- specify -->
- Claude CLI version: 1.0.70 (Claude Code)
- Operating System: Linux 4.18.0-553.36.1.el8_10.x86_64
- Terminal: Windows Terminal | Tmux
Bug Description
If a stop hook exits with a non-blocking status code and output to stderr. That message is always pinned to the bottom of the chat even after you continue the conversation.
Steps to Reproduce
- set up a Stop hook that exits with status code 1 and writes output to stderr
Expected Behavior
The output should be displayed but scroll up as part of the chat history and not always pinned to the bottom
Actual Behavior
The output and warning is pinned to the bottom even after new messages. This makes it really annoying to interact with. This also persists after closing claude and starting again with claude -c. The stop hook warning is still shown even though it's no longer relevant.
Additional Context
<!-- Add any other context about the problem here, such as screenshots, logs, etc. -->
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗