mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 12:34:38 -07:00
Always show the tool internal name in /tools (#12964)
This commit is contained in:
committed by
GitHub
parent
4d85ce40be
commit
0075b4f118
@@ -32,8 +32,7 @@ export const ToolsList: React.FC<ToolsListProps> = ({
|
||||
<Text color={theme.text.primary}>{' '}- </Text>
|
||||
<Box flexDirection="column">
|
||||
<Text bold color={theme.text.accent}>
|
||||
{tool.displayName}
|
||||
{showDescriptions ? ` (${tool.name})` : ''}
|
||||
{tool.displayName} ({tool.name})
|
||||
</Text>
|
||||
{showDescriptions && tool.description && (
|
||||
<MarkdownDisplay
|
||||
|
||||
Reference in New Issue
Block a user