Skip to content

feat(desktop): View all multi-agent activity panel in channels - #2915

Closed
DevvGwardo wants to merge 3 commits into
block:mainfrom
DevvGwardo:feat/show-all-agent-activity
Closed

feat(desktop): View all multi-agent activity panel in channels#2915
DevvGwardo wants to merge 3 commits into
block:mainfrom
DevvGwardo:feat/show-all-agent-activity

Conversation

@DevvGwardo

@DevvGwardo DevvGwardo commented Jul 26, 2026

Copy link
Copy Markdown

Summary

When multiple agents are working in a channel, the composer activity bar exposes a View all control that opens a right-side auxiliary panel of live activity cards. Each card embeds the same compact session transcript used by the single-agent activity pane, pinned to the latest rows, and drills into the full feed via View.

  • View all appears when 2+ agents are actively working (composer row + multi-agent popover)
  • Panel lists working agents only (idle harnesses stay out)
  • Cards reuse ManagedAgentSessionPanel with compactPreview so tool/message rows match the individual activity look
  • Shared headline clamping (clampHeadline) prevents shell/tool dumps from exploding overview UIs
  • Auxiliary body padding preserves the single-panel top inset so the first card header is not covered

Test plan

  • With 2+ managed agents working in a channel, confirm View all appears next to the inline activity bar
  • Click View all → right panel opens with one card per working agent (no idle rows)
  • Each card shows recent transcript activity (latest tools/messages), not early session setup
  • Card header (avatar / name / View) is fully visible under the panel title
  • View opens that agent's full activity panel
  • Panel closes on Escape / close affordance; channel switch dismisses panel
  • Single-agent path unchanged (no View all when only one agent working)

Originating Buzz channel: a3ec672d-4a27-40f5-8307-be553f11dad0 (#Welcome)

Made with Cursor

@DevvGwardo
DevvGwardo requested a review from a team as a code owner July 26, 2026 00:15
@DevvGwardo DevvGwardo changed the title feat(desktop): Show all multi-agent activity panel in channels feat(desktop): View all multi-agent activity panel in channels Jul 26, 2026
@cameronhotchkies cameronhotchkies added the triage-ready Appropriate for agentic review label Jul 29, 2026
@cameronhotchkies

Copy link
Copy Markdown
Collaborator

🦾 DCO sign-off is failing on this PR. Each commit needs a Signed-off-by trailer matching your GitHub-verified email. See the contributing guide for details. Quick fix: git commit --amend --signoff (single commit) or git rebase --signoff HEAD~N (multiple commits), then force-push.

@DevvGwardo
DevvGwardo force-pushed the feat/show-all-agent-activity branch 3 times, most recently from 5274f85 to af2cf7e Compare July 29, 2026 19:48
DevvGwardo and others added 3 commits July 31, 2026 08:48
When multiple agents are working, the composer activity bar exposes a
Show all control that opens a right-side auxiliary panel with per-agent
cards listing live action headlines. Cards drill into the existing
single-agent activity view.

Co-authored-by: DevGwardo <25094504+DevGwardo@users.noreply.github.com>
Signed-off-by: DevGwardo <25094504+DevGwardo@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Show View all when two or more channel agents are running or working,
rename Show all → View all, list running agents in the sidebar panel,
and add e2e coverage for two concurrent working signals.

Co-authored-by: DevGwardo <25094504+DevGwardo@users.noreply.github.com>
Signed-off-by: DevGwardo <25094504+DevGwardo@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Show only actively working agents, clamp headline dumps, and embed the
compact session transcript so cards match the single-agent activity look
while pinning to the latest rows.

Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: DevGwardo <25094504+DevGwardo@users.noreply.github.com>
Signed-off-by: DevvGwardo <25094504+DevvGwardo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

triage-ready Appropriate for agentic review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants