Hook blocking error text renders right-shifted instead of below

Resolved 💬 2 comments Opened Apr 4, 2026 by fusengine Closed May 15, 2026

When a PreToolUse hook returns permissionDecision deny with permissionDecisionReason, the error text renders to the RIGHT of hook returned blocking error instead of BELOW it. The same text already appears left-aligned in the Error line, making the right-shifted copy redundant and hard to read. The Ink renderer creates two Zj siblings in a Fragment with default flexDirection row. Wrapping in flexDirection column would fix it. Claude Code 2.1.92, macOS arm64.

View original on GitHub ↗

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