feat(skills): enhance skills browser with bundles and categories

- Add skill bundles with batch enable/disable functionality
- Create SkillDetailDialog for viewing skill metadata
- Add Tabs component for All Skills / Bundles navigation
- Implement category filtering with skill counts
- Add search functionality for skills
- Show Gateway connection status awareness
- Add configuration and dependency badges
- Include recommended bundle highlighting
This commit is contained in:
Haze
2026-02-05 23:45:46 +08:00
Unverified
parent 727869f2b8
commit 6239b156cb
4 changed files with 675 additions and 110 deletions

View File

@@ -14,6 +14,7 @@
* [commit_6] Auto-update functionality - electron-updater integration with UI
* [commit_7] Packaging and distribution - CI/CD, multi-platform builds, icon generation
* [commit_8] Chat interface - Markdown support, typing indicator, welcome screen
* [commit_9] Skills browser - Bundles, categories, detail dialog
### Plan:
1. ~~Initialize project structure~~
@@ -24,7 +25,7 @@
6. ~~Add auto-update functionality~~
7. ~~Packaging and distribution setup~~
8. ~~Chat interface~~
9. Skills browser/enable page
9. ~~Skills browser/enable page~~
10. Cron tasks management
## Version Milestones