()
| 46 | * Called during team cleanup to reset state for potential new teams. |
| 47 | */ |
| 48 | export function clearTeammateColors(): void { |
| 49 | teammateColorAssignments.clear() |
| 50 | colorIndex = 0 |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Checks if we're currently running inside a tmux session. |