What's wrong with this entry?
Anonymous. No account, no email.
What: Enhanced initialization sequence to include proper SIGINT/SIGTERM signal handlers for graceful shutdown.
Details:
- Added signal handler initialization (
N7()) to theuz1startup function at line 455136 - Ensures proper cleanup when Claude Code is interrupted or terminated
- No user-visible behavior change, but improves reliability
Evidence:
- v2.0.20:
uz1initialization at line 455101 without signal handlers - v2.0.21:
uz1initialization at line 455136 now includesN7()signal handler
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.