diff --git a/packages/cli/src/ui/components/views/ToolsList.tsx b/packages/cli/src/ui/components/views/ToolsList.tsx index 9326f68942..d3e1960955 100644 --- a/packages/cli/src/ui/components/views/ToolsList.tsx +++ b/packages/cli/src/ui/components/views/ToolsList.tsx @@ -32,8 +32,7 @@ export const ToolsList: React.FC = ({ {' '}- - {tool.displayName} - {showDescriptions ? ` (${tool.name})` : ''} + {tool.displayName} ({tool.name}) {showDescriptions && tool.description && ( > renders correctly with no tools 1`] = ` exports[` > renders correctly without descriptions 1`] = ` "Available Gemini CLI tools: - - Test Tool One - - Test Tool Two - - Test Tool Three + - Test Tool One (test-tool-one) + - Test Tool Two (test-tool-two) + - Test Tool Three (test-tool-three) " `;