-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat: add Skills tab to Agent Behaviour settings #5287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: f162e2f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
b35ff95 to
d4cecb6
Compare
38ee4de to
2628c12
Compare
Code Review SummaryStatus: No Issues Found | Recommendation: Merge OverviewThis PR adds a new "Skills" tab to the Agent Behaviour settings, allowing users to view and manage installed skills. The implementation is clean and well-structured:
Code Quality Notes✅ Proper cleanup of event listeners in useEffect Files Reviewed (28 files)
|
…behaviour feat: add Skills tab to Agent Behaviour settings
…behaviour feat: add Skills tab to Agent Behaviour settings
Summary
Added a Skills tab to the Agent Behaviour settings panel.
Changes
Files Changed
webview-ui/src/components/kilocode/settings/InstalledSkillsView.tsx- New component for displaying installed skillswebview-ui/src/components/kilocode/settings/__tests__/InstalledSkillsView.spec.tsx- Tests for the componentwebview-ui/src/components/kilocode/settings/AgentBehaviourSettings.tsx- Added Skills tabwebview-ui/src/i18n/locales/en/kilocode.json- Added translation keys for skills UIwebview-ui/tsconfig.json- Added exclude for extension-specific shared code