← back to Desktop Dotbar
dotbar: carry pid on live parked tab rows so folder/realm cwd lookup works post-merge (TK-12236)
9c338a8f77f2f6ec73bfefe0216ef564f7e7f0f4 · 2026-09-25 10:12:25 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 9c338a8f77f2f6ec73bfefe0216ef564f7e7f0f4
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Fri Sep 25 10:12:25 2026 -0700
dotbar: carry pid on live parked tab rows so folder/realm cwd lookup works post-merge (TK-12236)
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
---
live-filter.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/live-filter.js b/live-filter.js
index 3d82494..a6fb616 100644
--- a/live-filter.js
+++ b/live-filter.js
@@ -81,7 +81,7 @@ function buildParked(entries, { procs, tickets, isAttached = () => true, cleanLa
items.push({ ...base, ticket: tkKey(e.id) || e.id, tty: '', parked_from: e.tty || '', status: lv.status || '' });
} else {
const tty = ttyBase(e.tty || (e.kind === 'tab' ? e.id : ''));
- items.push({ ...base, ticket: ticketOf(e.label), tty, attached: tty ? isAttached(tty) : true });
+ items.push({ ...base, ticket: ticketOf(e.label), tty, pid: e.pid || null, attached: tty ? isAttached(tty) : true });
}
}
return { count: items.length, items, hidden };
← 355916c dotbar: parked panel shows only live rows (pid/claude probe,
·
back to Desktop Dotbar
·
dotbar: document claimed-vs-unclaimed bg-spare liveness + ne 426230a →