diff --git a/packages/kilo-vscode/webview-ui/src/components/settings/AgentBehaviourTab.tsx b/packages/kilo-vscode/webview-ui/src/components/settings/AgentBehaviourTab.tsx index ed5583a9e3c..a583c71f0fc 100644 --- a/packages/kilo-vscode/webview-ui/src/components/settings/AgentBehaviourTab.tsx +++ b/packages/kilo-vscode/webview-ui/src/components/settings/AgentBehaviourTab.tsx @@ -835,10 +835,12 @@ const AgentBehaviourTab: Component = () => { }} >
{skill.description}
-
{skill.location}
+ {skill.location !== "builtin" &&
{skill.location}
} - confirmRemoveSkill(skill)} /> + {skill.location !== "builtin" && ( + confirmRemoveSkill(skill)} /> + )} )}