Sidebar view filtered to agent activity (a third sidebar mode) #237
Replies: 2 comments
|
the find-and-jump part of this already exists, from three angles, all reading the same non-idle set across workspaces (sorted blocked → active → finished, with the status glyph):
so the gap you're really after isn't find/jump, it's a persistent roster you can glance at while working instead of opening a popover that dismisses. That part is real, none of the three leaves a standing list on screen. but a third and if you want a standing multi-session view rather than a popover, the dashboard is already scriptable for exactly this. that gives you the ambient "where are my agents right now" view today, no new mode. So I'm not going to add the third sidebar mode. If find/jump plus a scripted dashboard still leaves a real gap, tell me what specifically falls short. |

Uh oh!
There was an error while loading. Please reload this page.
With many sessions across workspaces, only a few have an agent doing something at any moment. The flagged view solves this for a hand-picked set; I'd love the same flat view for "where are my agents right now" — without flagging/unflagging by hand.
Proposal
SidebarModenext totree/flagged: a flat list of every session whose agent status is non-idle (working / waiting for input / finished), in tree order (stable — rows only appear/disappear as statuses change, no live re-shuffling).session : workspacerows with the existing status glyph and badge, no drag-reorder, an empty-state hint.BuiltinActionmirrors of the flagged toggle.navigableSessions, like flagged mode.sidebar mode attention(read-back via the existingsidebarModefield).Open questions
attention(matches the attention popover/nav set) oractivity?completed, or only active + blocked?Happy to implement and send a PR (tests, agent-skill docs, README/site included) if this fits agterm's direction.
All reactions