fix(tmux): expose tracked pane ids for openclaw routing

This commit is contained in:
GeonWoo Jeon (Jay)
2026-04-07 22:49:37 +09:00
parent 20ee955030
commit 9491bede5b
3 changed files with 130 additions and 54 deletions
+4
View File
@@ -182,6 +182,10 @@ export class TmuxSessionManager {
}))
}
getTrackedPaneId(sessionId: string): string | undefined {
return this.sessions.get(sessionId)?.paneId
}
private removeTrackedSession(sessionId: string): void {
this.sessions.delete(sessionId)