fix: add refresh button to Skill Browser dialog#163
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Nov 27, 2025
fix/skill-browser-refresh-buttonbreaking-brake/cc-wf-studio:fix/skill-browser-refresh-buttonCopy head branch name to clipboard
Merged
fix: add refresh button to Skill Browser dialog#163breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom fix/skill-browser-refresh-buttonbreaking-brake/cc-wf-studio:fix/skill-browser-refresh-buttonCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
fix/skill-browser-refresh-buttonbreaking-brake/cc-wf-studio:fix/skill-browser-refresh-buttonCopy head branch name to clipboard
Conversation
- Added refresh button to reload skill list without closing dialog - Added refreshing state management - Added i18n support (en, ja, ko, zh-CN, zh-TW) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Merged
github-actions Bot
added a commit
that referenced
this pull request
Nov 27, 2025
## [2.14.1](v2.14.0...v2.14.1) (2025-11-27) ### Bug Fixes * add refresh button to Skill Browser dialog ([#163](#163)) ([41ac722](41ac722))
Contributor
|
🎉 This PR is included in version 2.14.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Merged
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.
Problem
Current Behavior
Expected Behavior
Solution
Add a refresh button similar to MCP server selection, allowing users to update the skill list without closing the dialog.
Changes
File:
src/webview/src/components/dialogs/SkillBrowserDialog.tsxrefreshingstatehandleRefresh()functionFiles: Translation files (6 files)
skill.action.refreshkeyskill.refreshingkeyskill.error.refreshFailedkeyImpact
Testing
🤖 Generated with Claude Code