gut(ui): strip residual skills* handlers/state/CSS — completes #2536 follow-up (#2539)#2542
Merged
alexey-pelykh merged 1 commit intomainfrom Apr 24, 2026
Merged
Conversation
…follow-up (#2539) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced Apr 24, 2026
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
Follow-up gut wave to #2536 (commit
80d311d25a), removing skills subsystem residue that the prior sweep missed in the agents view.Closes #2539.
What changed
ui/src/ui/app-view-state.tsskillsLoading,skillsError,skillsFilter,skillEdits,skillMessages,skillsBusyKey) + 6 orphan handler type declarations (handleInstallSkill,handleUpdateSkill,handleToggleSkillEnabled,handleUpdateSkillEdit,handleSaveSkillApiKey,handleLoadSkills) + orphanSkillMessagetype alias + itseslint-disablecommentui/src/ui/views/agents-utils.tsskills?: string[]onAgentConfigEntry;skillsLabelonAgentContext;skillFilter/skillCount/skillsLabelcomputationui/src/ui/views/agents-panels-status-files.tsui/src/styles/components.css.agent-skills-*,.skills-grid+ container-query variant) at lines 3371-3441ui/src/i18n/locales/{pt-BR,zh-CN,zh-TW}.tscards.skillsentries — canonicalen.tsdoes not define this key (residue from #2536's i18n sweep)Diff: 7 files, 98 deletions, 0 additions. Zero runtime impact.
Scope clarification vs issue body
Discovered during implementation, all already anticipated in issue #2539's Change list:
Out of scope (follow-up)
The remaining `cards.{cost,recentSessions}` entries in pt-BR/zh-CN/zh-TW are ALSO orphans — canonical `en.ts` has no `cards` block at all. This is a broader i18n coverage-gap issue, not skills-specific, and is left for a dedicated sync wave.
Verification
All AC from #2539 satisfied:
Adversarial validation: no dynamic string references to removed classes; no reflective reads of removed state; no test references; no `SkillMessage` imports anywhere; `agents-overview-grid` auto-fit layout flows cleanly with 4 rows instead of 5.
Test plan