vibetunnel/web/src
Peter Steinberger 5d49693573 Suppress socket disconnect error on normal Claude Code exit
- Add isExitingNormally flag set during onExit callback
- Check for common normal disconnect errors (EPIPE, ECONNRESET, Unknown error)
- Log as debug instead of error for normal disconnects
- Prevents misleading error message when exiting Claude Code normally
2025-07-29 15:30:35 +02:00
..
client Suppress socket disconnect error on normal Claude Code exit 2025-07-29 15:30:35 +02:00
server Suppress socket disconnect error on normal Claude Code exit 2025-07-29 15:30:35 +02:00
shared Implement unified test notification system through server 2025-07-28 16:04:07 +02:00
test Notification fix attempt 2025-07-29 09:46:02 +02:00
types fix: change default notification preference to false to prevent misleading UI state 2025-07-27 13:40:39 +02:00
cli.ts feat: add comprehensive Git worktree management with follow mode and enhanced UI (#452) 2025-07-26 15:06:18 +02:00