You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🤖 Complete debug logging for init events in handleMessage
Add console.debug logs for init-start, init-output, and init-end events:
- init-start: Log hookPath and timestamp when init begins
- init-output: Log line content, isError flag, and running line count
- init-end: Log exit code, final status, and total line count
- Auto-dismiss: Log when successful init is auto-dismissed after 800ms
Also add warnings when init-output/init-end arrive without active
init state (helps catch event ordering bugs).
These logs complement the existing serialization log, providing full
visibility into init event lifecycle from arrival through rendering.
0 commit comments