feat(issue-panel): add multi-select functionality and send to terminal feature

feat(config-store): add dashboard feature flags to initial state
fix(skill-hub-routes): update skill index path for GitHub configuration
This commit is contained in:
catlog22
2026-02-25 10:38:47 +08:00
parent e315e2315c
commit 7ebe674b62
3 changed files with 118 additions and 42 deletions

View File

@@ -175,7 +175,7 @@ const GITHUB_CONFIG = {
owner: 'catlog22',
repo: 'skill-hub',
branch: 'main',
skillIndexPath: 'skill-hub/index.json'
skillIndexPath: 'index.json'
};
/**