mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
feat(agent): enable agent skills by default (#16736)
This commit is contained in:
@@ -133,6 +133,10 @@ function collectEntries(
|
||||
definition.properties &&
|
||||
Object.keys(definition.properties).length > 0;
|
||||
|
||||
if (definition.ignoreInDocs) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (!hasChildren && (options.includeAll || definition.showInDialog)) {
|
||||
if (!sections.has(sectionKey)) {
|
||||
sections.set(sectionKey, []);
|
||||
|
||||
Reference in New Issue
Block a user