mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-17 09:30:58 -07:00
feat(cli): add install and uninstall commands for skills (#16377)
This commit is contained in:
@@ -46,7 +46,7 @@ export async function loadSkillsFromDir(
|
||||
return [];
|
||||
}
|
||||
|
||||
const skillFiles = await glob('*/SKILL.md', {
|
||||
const skillFiles = await glob(['SKILL.md', '*/SKILL.md'], {
|
||||
cwd: absoluteSearchPath,
|
||||
absolute: true,
|
||||
nodir: true,
|
||||
|
||||
Reference in New Issue
Block a user