From 817f7cf41d2ca93a5c3a3d2f761a2b080de5b5ae Mon Sep 17 00:00:00 2001 From: Jiang Bohan Date: Tue, 14 Apr 2026 17:45:31 +0800 Subject: [PATCH] feat(views): replace inline text with info banner for local skills hint The "local runtime skills are always available" message was buried in the description text and easy to miss. Move it into a visible info callout banner with an icon so users notice it immediately. --- packages/views/agents/components/tabs/skills-tab.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/views/agents/components/tabs/skills-tab.tsx b/packages/views/agents/components/tabs/skills-tab.tsx index 25f92233d..def6b4011 100644 --- a/packages/views/agents/components/tabs/skills-tab.tsx +++ b/packages/views/agents/components/tabs/skills-tab.tsx @@ -1,7 +1,7 @@ "use client"; import { useState } from "react"; -import { Plus, FileText, Trash2 } from "lucide-react"; +import { Plus, FileText, Trash2, Info } from "lucide-react"; import type { Agent } from "@multica/core/types"; import { Dialog, @@ -65,7 +65,7 @@ export function SkillsTab({

Skills

- Workspace skills assigned to this agent. Local runtime skills are always available automatically. + Workspace skills assigned to this agent.