fix(tmux): defer failed isolated container spawns
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -604,7 +604,8 @@ export class TmuxSessionManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this.isIsolated() && !this.isolatedWindowPaneId) {
|
if (this.isIsolated() && !this.isolatedWindowPaneId) {
|
||||||
log("[tmux-session-manager] isolated container failed, skipping inline fallback to preserve isolation", { sessionId })
|
log("[tmux-session-manager] isolated container failed, deferring session for retry", { sessionId })
|
||||||
|
this.enqueueDeferredSession(sessionId, title)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
const sourcePaneId = this.getEffectiveSourcePaneId()
|
const sourcePaneId = this.getEffectiveSourcePaneId()
|
||||||
|
|||||||
Reference in New Issue
Block a user