fix(webui): harden skill management

This commit is contained in:
Xubin Ren
2026-07-30 01:13:37 +08:00
parent d276fe1386
commit 8a56eb06ad
16 changed files with 422 additions and 8 deletions
+30
View File
@@ -791,6 +791,36 @@
"views": "Skills views",
"installedTab": "Installed",
"discoverTab": "Discover",
"customGroup": "Custom",
"builtinGroup": "Built-in",
"otherGroup": "Other",
"searchInstalled": "Search installed skills",
"filterAll": "All",
"filterEnabled": "Enabled",
"filterDisabled": "Disabled",
"noMatching": "No matching skills.",
"statusDisabled": "Disabled",
"statusEnabled": "Enabled",
"statusNeedsSetup": "Needs setup",
"showLess": "Show less",
"showMore": "Show more",
"enabledControl": "Use this skill",
"enabledDescription": "Allow the agent to load this skill when its requirements are ready.",
"enableSkill": "Enable {{name}}",
"disableSkill": "Disable {{name}}",
"updateFailed": "Could not update this skill.",
"deleteTitle": "Delete skill",
"deleteDescription": "Remove this skill from the current workspace.",
"deleteAction": "Delete",
"deleteFailed": "Could not delete this skill.",
"deleteConfirmTitle": "Delete {{name}}?",
"deleteConfirmDescription": "This removes the skill files from the current workspace. This action cannot be undone.",
"deleteConfirmAction": "Delete skill",
"instructionsTitle": "Skill instructions",
"setupRequired": "Setup required",
"setupDescription": "Install the missing dependency on the machine running nanobot, then check again.",
"copySetupCommand": "Copy setup command",
"checkAgain": "Check again",
"marketplaceSearchFailed": "Could not search skill marketplaces.",
"marketplaceInstallFailed": "Could not install this skill.",
"marketplaceSearchPlaceholder": "Search skills",