mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
fix: update tool name from Gemini to Qwen Code in ToolsList component and snapshots
This commit is contained in:
@@ -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 ? (
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user