We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedd8d0 commit 0d24c3bCopy full SHA for 0d24c3b
web/app/components/memshell/main-config-card.tsx
@@ -53,6 +53,7 @@ const shellToolIcons: Record<ShellToolType, JSX.Element> = {
53
[ShellToolType.Command]: <CommandIcon className="h-4 w-4" />,
54
[ShellToolType.AntSword]: <SwordIcon className="h-4 w-4" />,
55
[ShellToolType.Suo5]: <WaypointsIcon className="h-4 w-4" />,
56
+ [ShellToolType.Suo52x]: <WaypointsIcon className="h-4 w-4" />,
57
[ShellToolType.NeoreGeorg]: <NetworkIcon className="h-4 w-4" />,
58
[ShellToolType.Custom]: <ZapIcon className="h-4 w-4" />,
59
};
0 commit comments