Hide Skills UI: remove Settings Skills section + Usage skills widget - #142
Merged
Conversation
Step 3 of the hide-Skills feature. Renderer-only removal of the three user-facing Skills management surfaces: - Settings > Skills section (nav item, section, and all skill list/toggle logic) - Usage panel skills widget (chips, view-more button, and loaders) - Orphaned settings.* and usage.* skills i18n keys in en-US and zh-CN The skill-integrity / tamper-detection dialog and the window.openclaw.skills IPC surface it depends on are intentionally kept. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1fe75171-fea2-45ef-9401-bf8a4ea0f2ba
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Step 3 of the hide Skills feature. This is a renderer-only UI removal (branched off main, independent of the earlier steps). It removes the three user-facing Skills management surfaces so users never see the "Skills" concept.
Removed
skillsfromVALID_SECTIONS, the auto-refresh watcher branch, the onMounted loader, and all now-unused skill state/logic (built-in/custom lists, toggles, allowlist/managed-entry helpers,askAgentflow). Also dropped the now-unusedrouter/useAgentStore.UsagePanel.vue: the section, chips, empty state, and the "view more skills" button, plus theloadSkills/goSkillSettingslogic and skill CSS.settings.*skills-management keys,settings.menu.skills, andusage.*Skillskeys, removed from bothen-USandzh-CN.Intentionally kept (out of scope)
App.vueand allintegrity.*keys — it is a security gate.window.openclaw.skillsIPC surface (the integrity dialog still uses it).sidebar.skills(misnamed — it maps to "Channels").Validation
vue-tsc -b+vite build: cleantsc --noEmit: clean