Add recipe download and copy yaml (#6201)

This commit is contained in:
Zane
2026-01-05 09:55:50 -08:00
committed by GitHub
parent 901cac9441
commit edcd011543
12 changed files with 300 additions and 19 deletions
@@ -275,7 +275,7 @@ const getToolName = (toolCallName: string): string => {
if (lastIndex === -1) return toolCallName;
return toolCallName.substring(lastIndex + 2);
}
};
// Helper function to extract extension name for tooltip
const getExtensionTooltip = (toolCallName: string): string | null => {