feat(agent): enable agent skills by default (#16736)

This commit is contained in:
N. Taylor Mullen
2026-01-16 15:10:55 -08:00
committed by GitHub
parent 1681ae1842
commit 272570cc18
7 changed files with 216 additions and 9 deletions

View File

@@ -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, []);