Skip to content

feat: Add multi-agent command center grid view#1212

Merged
charlesvien merged 8 commits intomainfrom
03-11-add_multi-agent_command_center_grid_view
Mar 12, 2026
Merged

feat: Add multi-agent command center grid view#1212
charlesvien merged 8 commits intomainfrom
03-11-add_multi-agent_command_center_grid_view

Conversation

@charlesvien
Copy link
Member

@charlesvien charlesvien commented Mar 12, 2026

Inspired by https://x.com/karpathy/status/2031616709560610993?s=46

This is exactly how I use Ghostty w/ Claude Code and if I could do this in Code + now we have skills support... it would be magical to say the least. I could follow this up with tab support in each of the panels so you can interact with shells for each and stuff? LMK thoughts code folks!

If you guys are onboard and we manage to merge this, I'd love to demo this on Monday because I think this would drive some internal adoption.

  1. Add command center grid view with configurable layouts (1x1 through 3x3) and zoom controls
  2. Support drag-and-drop task assignment onto grid cells with swap behavior for occupied cells
  3. Add per-cell session views with status badges, toolbar with stop-all/clear actions and agent summary
  4. Extract useSessionCallbacks and useSessionConnection hooks from TaskDetail for reuse
  5. Add compact mode to SessionView/ConversationView for tighter grid rendering
  6. Wire command center into MainLayout as a new "command-center" view type
Screenshot 2026-03-11 at 10 48 08 PM

@charlesvien charlesvien marked this pull request as ready for review March 12, 2026 05:08
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch from b7da3b2 to 725e071 Compare March 12, 2026 05:20
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch 2 times, most recently from 0679a76 to fc65a07 Compare March 12, 2026 06:10
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch from 725e071 to 97b1484 Compare March 12, 2026 06:10
Copy link
Contributor

@jonathanlab jonathanlab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome

@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch 2 times, most recently from 1e5be61 to 4f7aadd Compare March 12, 2026 13:48
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch 2 times, most recently from eda657f to 3349d43 Compare March 12, 2026 16:27
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch 2 times, most recently from 3259b04 to 9528747 Compare March 12, 2026 16:56
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch 2 times, most recently from 8841195 to b6097b6 Compare March 12, 2026 17:05
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch from 9528747 to 325aff6 Compare March 12, 2026 17:05
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch from b6097b6 to eabb80c Compare March 12, 2026 17:12
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch from 325aff6 to 9c4752a Compare March 12, 2026 17:12
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch from eabb80c to c25c6be Compare March 12, 2026 17:27
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch from 9c4752a to 1039bb4 Compare March 12, 2026 17:27
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch from c25c6be to 312eb6d Compare March 12, 2026 17:38
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch 2 times, most recently from ec04b44 to fd3e1bb Compare March 12, 2026 17:51
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch from 312eb6d to 18943f2 Compare March 12, 2026 17:51
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch from fd3e1bb to f6f18d4 Compare March 12, 2026 17:58
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch from 18943f2 to 7b81176 Compare March 12, 2026 17:58
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch from f6f18d4 to e4e49a6 Compare March 12, 2026 18:51
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch 2 times, most recently from b24f3df to 0477b11 Compare March 12, 2026 21:40
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch from e4e49a6 to ed5c8d2 Compare March 12, 2026 21:40
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch from 0477b11 to 0c73e6a Compare March 12, 2026 22:20
@charlesvien charlesvien force-pushed the 03-11-add_effort_level_control_for_claude_sessions branch from ed5c8d2 to 56e47a9 Compare March 12, 2026 22:20
Copy link
Member Author

charlesvien commented Mar 12, 2026

Merge activity

  • Mar 12, 10:49 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Mar 12, 11:05 PM UTC: Graphite rebased this pull request as part of a merge.
  • Mar 12, 11:10 PM UTC: @charlesvien merged this pull request with Graphite.

@charlesvien charlesvien changed the base branch from 03-11-add_effort_level_control_for_claude_sessions to graphite-base/1212 March 12, 2026 22:57
@charlesvien charlesvien changed the base branch from graphite-base/1212 to main March 12, 2026 23:04
@charlesvien charlesvien force-pushed the 03-11-add_multi-agent_command_center_grid_view branch from 0c73e6a to d8d1c1c Compare March 12, 2026 23:05
@charlesvien charlesvien merged commit e97132e into main Mar 12, 2026
15 checks passed
@charlesvien charlesvien deleted the 03-11-add_multi-agent_command_center_grid_view branch March 12, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants