fix(tmux): track placeholder panes before attach readiness

This commit is contained in:
Disaster-Terminator
2026-04-18 16:39:43 +08:00
committed by YeonGyu-Kim
parent 688bb551b2
commit c63108d55b
6 changed files with 153 additions and 16 deletions
@@ -13,6 +13,7 @@ export function createTrackedSession(params: {
paneId: params.paneId,
description: params.description,
attachActivated: false,
attachActivatedAt: undefined,
createdAt: now,
lastSeenAt: now,
closePending: false,