From 7df52634dcaccc5283259f98cc025473460cd100 Mon Sep 17 00:00:00 2001 From: Lily Delalande <119957291+lily-de@users.noreply.github.com> Date: Fri, 11 Apr 2025 14:27:06 -0400 Subject: [PATCH] remove tool count (#2158) --- ui/desktop/src/components/BottomMenu.tsx | 3 -- ui/desktop/src/components/ToolCount.tsx | 62 ------------------------ 2 files changed, 65 deletions(-) delete mode 100644 ui/desktop/src/components/ToolCount.tsx diff --git a/ui/desktop/src/components/BottomMenu.tsx b/ui/desktop/src/components/BottomMenu.tsx index 4a1bc1b8..f9fa62af 100644 --- a/ui/desktop/src/components/BottomMenu.tsx +++ b/ui/desktop/src/components/BottomMenu.tsx @@ -7,7 +7,6 @@ import type { View } from '../App'; import { settingsV2Enabled } from '../flags'; import { BottomMenuModeSelection } from './BottomMenuModeSelection'; import ModelsBottomBar from './settings_v2/models/bottom_bar/ModelsBottomBar'; -import ToolCount from './ToolCount'; export default function BottomMenu({ hasMessages, @@ -79,8 +78,6 @@ export default function BottomMenu({ {/* Right-side section with ToolCount and Model Selector together */}
- Too many tools can degrade goose's performance. Consider turning unused extensions - off. Tool count: {toolCount} (recommend: {SUGGESTED_MAX_TOOLS}) -
-