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 559eb65 commit d912894Copy full SHA for d912894
webview-ui/src/components/chat/ChatRow.tsx
@@ -57,6 +57,7 @@ import {
57
MessageCircleQuestionMark,
58
SquareArrowOutUpRight,
59
FileCode2,
60
+ PocketKnife,
61
} from "lucide-react"
62
import { cn } from "@/lib/utils"
63
@@ -750,7 +751,7 @@ export const ChatRowContent = ({
750
751
return (
752
<>
753
<div style={headerStyle}>
- {toolIcon("symbol-enum")}
754
+ <PocketKnife className="w-4" />
755
<span style={{ fontWeight: "bold" }}>
756
{message.type === "ask" ? (
757
0 commit comments