fix: update tool name from Gemini to Qwen Code in ToolsList component and snapshots

This commit is contained in:
Vinh Nguyen
2025-10-31 10:25:49 +07:00
parent 817218f1cf
commit db58aaff3a
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ export const ToolsList: React.FC<ToolsListProps> = ({
}) => ( }) => (
<Box flexDirection="column" marginBottom={1}> <Box flexDirection="column" marginBottom={1}>
<Text bold color={theme.text.primary}> <Text bold color={theme.text.primary}>
Available Gemini CLI tools: Available Qwen Code CLI tools:
</Text> </Text>
<Box height={1} /> <Box height={1} />
{tools.length > 0 ? ( {tools.length > 0 ? (

View File

@@ -1,7 +1,7 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`<ToolsList /> > renders correctly with descriptions 1`] = ` exports[`<ToolsList /> > renders correctly with descriptions 1`] = `
"Available Gemini CLI tools: "Available Qwen Code CLI tools:
- Test Tool One (test-tool-one) - Test Tool One (test-tool-one)
This is the first test tool. This is the first test tool.
@@ -16,14 +16,14 @@ exports[`<ToolsList /> > renders correctly with descriptions 1`] = `
`; `;
exports[`<ToolsList /> > renders correctly with no tools 1`] = ` exports[`<ToolsList /> > renders correctly with no tools 1`] = `
"Available Gemini CLI tools: "Available Qwen Code CLI tools:
No tools available No tools available
" "
`; `;
exports[`<ToolsList /> > renders correctly without descriptions 1`] = ` exports[`<ToolsList /> > renders correctly without descriptions 1`] = `
"Available Gemini CLI tools: "Available Qwen Code CLI tools:
- Test Tool One - Test Tool One
- Test Tool Two - Test Tool Two