mirror of
https://github.com/davidkaya/aryx.git
synced 2026-07-27 06:58:44 +02:00
Move interactive tool toggles and auto-approval overrides from the ActivityPanel side panel into compact pill-style popovers above the chat composer in ChatPane. This cleanly separates concerns: - ActivityPanel is now purely read-only (agents + timeline) - ChatPane owns all session-level interactive controls - Tools pill: popover with MCP/LSP enable/disable toggles - Auto-approval pill: popover with grouped tool auto-approval overrides including session override state and reset action Follows the existing InlineModelPill/InlineThinkingPill pattern for scratchpad sessions, giving non-scratchpad sessions the same kind of inline configuration experience. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>