@@ -223,12 +229,6 @@ export function Settings() {
setActiveTab('terminal')} />
setActiveTab('mcp')} />
setActiveTab('agents')} />
- useTabStore.getState().openTab(SKILL_CENTER_TAB_ID, t('skillCenter.title'), 'skill-center')}
- />
setActiveTab('memory')} />
setActiveTab('plugins')} />
setActiveTab('computerUse')} />
@@ -251,7 +251,6 @@ export function Settings() {
{activeTab === 'terminal' && }
{activeTab === 'mcp' && }
{activeTab === 'agents' && }
- {activeTab === 'skills' && }
{activeTab === 'memory' && }
{activeTab === 'plugins' && }
{activeTab === 'computerUse' && }
@@ -4326,31 +4325,6 @@ function DetailStat({
)
}
-// ─── Skill Settings ──────────────────────────────────────
-
-function SkillSettings() {
- const t = useTranslation()
-
- return (
-