write-tool-large-heredoc-causes-timeout-permission-dialog

Writing large files (multi-KB markdown) via the Write tool or bash heredocs triggers permission approval dialogs that time out before approval can be granted. Workaround is to write content in smaller staged chunks using Bash append (>>) rather than a single large heredoc block.