From c0fd246a9495855c81e1a3cd81ac10ffaafe1577 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Thu, 12 Mar 2026 19:52:45 -0700 Subject: [PATCH] Add some more clarification --- AGENT_PANEL_DOCK_BUTTONS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENT_PANEL_DOCK_BUTTONS.md b/AGENT_PANEL_DOCK_BUTTONS.md index 91b19b206a677ad1923877a578c7626a00a0906a..4f1c82fb8d49d64538dca88b95bafa2422cc6add 100644 --- a/AGENT_PANEL_DOCK_BUTTONS.md +++ b/AGENT_PANEL_DOCK_BUTTONS.md @@ -4,6 +4,8 @@ Allow the agent thread view and the threads sidebar to be independently toggled from the status bar, while sharing a single dock slot and rendering side by side when both are active. +Currently the threads sidebar and the thread view are combined as a single agent panel, so this the design in this doc leverages this existing state to move us to a world where we can control each sub-panel's visibility with independent dock buttons. + Today, each panel in a dock gets exactly one icon button in the status bar, and only one panel can be visible per dock at a time. We want to support panels that expose **multiple buttons**, each controlling an independent sub-view within the panel. ## Design