Support for Built-in Agent Skills (#16045)

This commit is contained in:
N. Taylor Mullen
2026-01-09 22:26:58 -08:00
committed by GitHub
parent c37a32582f
commit 5eb841ae7e
17 changed files with 755 additions and 451 deletions
@@ -80,6 +80,10 @@ class ActivateSkillToolInvocation extends BaseToolInvocation<
return false;
}
if (skill.isBuiltin) {
return false;
}
const folderStructure = await this.getOrFetchFolderStructure(
skill.location,
);