fix(tmux): allow subsequent subagents to spawn in existing isolated container

This commit is contained in:
YeonGyu-Kim
2026-03-31 16:58:45 -07:00
parent 9f2c4500e8
commit 67429af358
2 changed files with 108 additions and 1 deletions
+1 -1
View File
@@ -537,7 +537,7 @@ export class TmuxSessionManager {
return
}
if (this.isIsolated()) {
if (this.isIsolated() && !this.isolatedWindowPaneId) {
log("[tmux-session-manager] isolated container failed, skipping inline fallback to preserve isolation", { sessionId })
return
}