mayor
2feefd1731
fix(orphan): prevent Claude Code session leaks on macOS
...
Three bugs were causing orphaned Claude processes to accumulate:
1. TTY comparison in orphan.go checked for "?" but macOS shows "??"
- Orphan cleanup never found anything on macOS
- Changed to check for both "?" and "??"
2. selfKillSession in done.go used basic tmux kill-session
- Claude Code can survive SIGHUP
- Now uses KillSessionWithProcesses for proper cleanup
3. Crew stop commands used basic KillSession
- Same issue as #2
- Updated runCrewRemove, runCrewStop, runCrewStopAll
Root cause of 383 accumulated sessions: every gt done and crew stop
left orphans, and the cleanup never worked on macOS.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-17 03:49:18 -08:00
..
2026-01-07 21:41:51 -08:00
2026-01-07 21:41:51 -08:00
2026-01-16 15:56:29 -08:00
2026-01-11 23:03:47 -08:00
2026-01-12 01:45:26 -08:00
2026-01-06 22:52:32 -08:00
2026-01-13 13:40:57 -08:00
2026-01-13 13:14:47 -08:00
2026-01-13 13:14:47 -08:00
2026-01-17 03:19:08 -08:00
2026-01-15 17:44:40 -08:00
2026-01-16 15:28:55 -08:00
2026-01-13 19:34:29 -08:00
2026-01-13 19:34:29 -08:00
2026-01-13 19:34:29 -08:00
2026-01-17 00:37:57 -08:00
2026-01-07 19:17:28 -08:00
2026-01-16 12:33:51 -08:00
2026-01-17 02:49:17 -08:00
2026-01-08 20:25:01 -08:00
2026-01-13 22:13:57 -08:00
2026-01-16 15:27:59 -08:00
2026-01-17 03:49:18 -08:00
2026-01-09 02:22:36 +13:00
2026-01-09 02:22:20 +13:00
2026-01-12 23:07:49 -08:00
2026-01-17 02:55:39 -08:00
2026-01-17 02:55:39 -08:00
2026-01-08 20:25:01 -08:00
2026-01-16 14:54:45 -08:00
2026-01-17 02:55:39 -08:00
2026-01-16 11:40:18 -08:00
2026-01-17 03:49:18 -08:00
2026-01-10 22:56:33 -08:00
2026-01-17 01:34:38 -08:00
2026-01-08 20:25:01 -08:00
2026-01-16 11:05:59 -08:00
2026-01-16 11:05:59 -08:00
2026-01-12 02:45:03 -08:00
2026-01-12 02:31:06 -08:00
2026-01-16 12:33:51 -08:00
2026-01-09 14:11:53 -08:00
2026-01-13 13:39:55 -08:00
2026-01-09 22:46:06 -08:00
2026-01-16 15:28:55 -08:00
2026-01-08 22:10:40 +13:00
2026-01-17 02:09:01 -08:00
2026-01-09 13:30:11 -08:00
2026-01-11 18:45:24 -08:00
2026-01-17 00:00:47 -08:00
2026-01-09 23:01:55 -08:00
2026-01-17 03:42:02 -08:00
2026-01-09 23:01:55 -08:00
2026-01-14 21:18:20 -08:00
2026-01-14 21:18:20 -08:00
2026-01-09 23:01:55 -08:00
2026-01-13 13:45:25 -08:00
2026-01-14 21:29:37 -08:00
2026-01-09 23:01:55 -08:00
2026-01-14 21:19:54 -08:00
2026-01-14 21:25:11 -08:00
2026-01-09 23:01:55 -08:00
2026-01-17 01:33:29 -08:00
2026-01-17 02:55:39 -08:00
2026-01-16 12:41:23 -08:00
2026-01-16 12:41:23 -08:00
2026-01-17 02:11:12 -08:00
2026-01-09 22:10:09 -08:00
2026-01-09 00:41:35 -08:00
2026-01-16 15:23:28 -08:00
2026-01-16 15:23:28 -08:00
2026-01-16 15:27:38 -08:00
2026-01-16 15:27:38 -08:00
2026-01-09 00:41:35 -08:00
2026-01-17 01:40:02 -08:00
2026-01-17 02:55:39 -08:00
2026-01-16 15:44:07 -08:00
2026-01-17 03:47:18 -08:00
2026-01-17 03:41:18 -08:00
2026-01-12 16:42:33 -08:00
2026-01-08 22:10:40 +13:00
2026-01-16 12:33:51 -08:00
2026-01-16 12:33:51 -08:00
2026-01-13 13:37:00 -08:00
2026-01-17 02:55:39 -08:00
2026-01-11 18:37:01 -08:00
2026-01-12 23:07:49 -08:00
2026-01-10 18:28:14 -08:00
2026-01-10 18:28:14 -08:00
2026-01-12 23:07:49 -08:00
2026-01-12 23:07:49 -08:00
2026-01-13 20:59:15 -08:00
2026-01-13 20:59:15 -08:00
2026-01-16 15:38:08 -08:00
2026-01-16 15:38:08 -08:00
2026-01-13 13:14:47 -08:00
2026-01-17 02:55:39 -08:00
2026-01-16 15:27:38 -08:00
2026-01-06 20:40:40 -08:00
2026-01-08 20:25:01 -08:00
2026-01-06 20:43:27 -08:00
2026-01-16 15:23:35 -08:00
2026-01-12 17:44:37 -08:00
2026-01-08 20:25:01 -08:00
2026-01-17 00:50:46 -08:00
2026-01-09 21:52:09 -08:00
2026-01-13 22:13:57 -08:00
2026-01-11 18:06:09 -08:00
2026-01-12 01:45:26 -08:00
2026-01-08 22:10:40 +13:00
2026-01-08 20:25:01 -08:00
2026-01-15 19:19:13 -08:00
2026-01-13 14:01:49 +01:00
2026-01-17 00:37:38 -08:00
2026-01-12 03:11:59 -08:00
2026-01-16 11:41:05 -08:00
2026-01-16 11:41:05 -08:00
2026-01-12 03:11:59 -08:00
2026-01-16 11:41:05 -08:00
2026-01-16 11:41:05 -08:00
2026-01-12 03:10:58 -08:00
2026-01-13 13:37:00 -08:00
2026-01-06 19:10:43 -08:00
2026-01-17 00:00:50 -08:00
2026-01-12 02:38:39 -08:00
2026-01-13 13:37:00 -08:00
2026-01-08 12:36:54 -05:00
2026-01-09 22:46:06 -08:00
2026-01-07 00:06:55 -08:00
2026-01-13 19:34:29 -08:00
2026-01-08 20:25:01 -08:00
2026-01-11 22:23:21 -08:00
2026-01-13 13:46:50 -08:00
2026-01-17 00:50:46 -08:00
2026-01-17 02:09:14 -08:00
2026-01-09 21:56:53 -08:00
2026-01-17 02:55:39 -08:00
2026-01-06 12:59:49 -08:00