forked from farhoodlabs/paperclip
Remove namespace from skill list sidebars
Remove the org/repo namespace line from both the company skills sidebar and agent skills tab — cleaner to show just the skill name with source icon. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -1469,11 +1469,6 @@ function AgentSkillsTab({
|
||||
<div className="min-w-0 flex-1">
|
||||
<div className="flex items-center justify-between gap-3">
|
||||
<div className="min-w-0">
|
||||
{skill.key.includes("/") && (
|
||||
<div className="truncate font-mono text-[11px] leading-4 text-muted-foreground">
|
||||
{skill.key.split("/").slice(0, -1).join("/")}
|
||||
</div>
|
||||
)}
|
||||
<span className="truncate font-medium">{skill.name}</span>
|
||||
</div>
|
||||
{skill.linkTo ? (
|
||||
|
||||
Reference in New Issue
Block a user