Files
cc-switch/src
T
YoVinchen 493b154a9d Feat/skill multi app migration (#378)
* feat(skill): add database migration and Gemini support for multi-app skills

- Refactor skills table from single key to (directory, app_type) composite primary key
- Add migration logic to convert existing skill records
- Support skill installation/uninstallation for Claude/Codex/Gemini independently
- Add new Tauri commands: get_skills_for_app, install_skill_for_app, uninstall_skill_for_app
- Update frontend API and components to support app-specific skill operations

* fix(usage): correct cache token column order in request log table

- Swap cache read and cache creation columns to match data binding
- Add whitespace-nowrap to all table headers for better display
493b154a9d · 2025-12-09 19:39:31 +08:00
History
..
2025-12-05 11:26:41 +08:00
2025-12-08 21:14:06 +08:00
2025-11-25 09:30:55 +08:00
2025-12-09 19:39:31 +08:00
2025-12-08 21:14:06 +08:00
2025-12-08 21:14:06 +08:00
2025-11-05 10:29:28 +08:00
2025-12-05 11:26:41 +08:00