Agent Tools and CLI Tools section headings were static divs with no way to collapse sections the user is not interested in, making the page unwieldy with a large tool set. - Convert both section heading divs to button elements toggling agentSectionOpen / cliSectionOpen state (both default open) - Section content renders conditionally on those booleans - ChevronsUpDown icon added (already in lucide-react bundle) that fades in on hover and indicates collapsed/expanded state - No change to individual tool card parameter schema expand/collapse Risk: Low — UI state only, no API or logic change. Does not change: search/filter behaviour, tool card expand/collapse, CLI tools table structure. |
||
|---|---|---|
| .. | ||
| components | ||
| contexts | ||
| hooks | ||
| lib | ||
| pages | ||
| types | ||
| App.tsx | ||
| index.css | ||
| main.tsx | ||
| vite-env.d.ts | ||