Skip to content

feat(skill-sets): add update sources action to settings#230

Merged
LeeCheneler merged 1 commit intomainfrom
feat/221-update-skill-sets-from-settings
Mar 29, 2026
Merged

feat(skill-sets): add update sources action to settings#230
LeeCheneler merged 1 commit intomainfrom
feat/221-update-skill-sets-from-settings

Conversation

@LeeCheneler
Copy link
Copy Markdown
Owner

Summary

Adds an "Update Sources..." action to the Skill Sets settings menu that pulls latest changes from all cloned source repos and immediately reloads skills.

GitHub Issue

Closes #221

What Changed

Added an "Update Sources..." row to the SkillSetsManager component alongside the existing "Manage Sources..." row. On Enter, it runs pullSource on each configured source and displays per-source success (✔) or failure (✗) results inline. After updating, it re-discovers skill sets and reloads the skills registry so changes take effect immediately.

Add "Update Sources..." to the Skill Sets settings menu that pulls
latest changes from all cloned source repos. Shows per-source
success/failure results and reloads skills immediately.

Closes #221
@LeeCheneler LeeCheneler merged commit 3a7e235 into main Mar 29, 2026
4 checks passed
@LeeCheneler LeeCheneler deleted the feat/221-update-skill-sets-from-settings branch March 29, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: update skill sets from settings

1 participant