From beb5c0fb6cc6631feb4c8f5933be76cc8a3ff9dc Mon Sep 17 00:00:00 2001 From: Jon Saad-Falcon <41205309+jonsaadfalcon@users.noreply.github.com> Date: Wed, 1 Apr 2026 11:17:26 -0700 Subject: [PATCH] feat: reorder agent tabs (Interact first), add strategy tooltips Move the Interact tab to the first position in agent detail view and default to it when opening an agent. Add "(optional)" hint to Advanced Settings and add (?) tooltips to Memory Extraction, Observation Compression, Retrieval Strategy, and Task Decomposition labels. Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/pages/AgentsPage.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/frontend/src/pages/AgentsPage.tsx b/frontend/src/pages/AgentsPage.tsx index 43afdbed..8aacc0b6 100644 --- a/frontend/src/pages/AgentsPage.tsx +++ b/frontend/src/pages/AgentsPage.tsx @@ -273,6 +273,10 @@ const TEMPLATE_INSTRUCTIONS: Record = { 'meeting-prep': 'Before my next meeting, pull context from my emails, messages, and past meetings with the attendees. Summarize key topics and suggest talking points.', }; +function Tooltip({ text }: { text: string }) { + return (?); +} + function LaunchWizard({ templates, onClose, @@ -649,12 +653,12 @@ function LaunchWizard({ {/* Advanced Settings */}
- Advanced Settings + Advanced Settings (optional)
- +
- +
- +
- +