Files
paseo/packages
Mohamed Boudra c8ca503cc3 Show agent terminals created in workspace subdirectories (#1245)
Terminals were bucketed and looked up by exact cwd, so a terminal an
agent opened in a subdirectory of the workspace never appeared in the
workspace panel and its live updates were dropped — the panel only ever
queried and subscribed the exact root.

getTerminals(root) now aggregates every bucket at or below the root, and
the session controller delivers a subdirectory change to each subscribed
root above it, keyed by that root and carrying the full aggregated list.
Keying by the root with the complete set is what keeps the client's
cache replacement from dropping the terminals that live at the root.
2026-05-31 12:29:05 +08:00
..
2026-05-30 09:49:45 +07:00
2026-05-30 09:49:45 +07:00
2026-05-30 09:49:45 +07:00
2026-05-30 09:49:45 +07:00
2026-05-30 09:49:45 +07:00
2026-05-30 09:49:45 +07:00
2026-05-30 09:49:45 +07:00