feat(tools): register team-mode skill tooling and update exports

This commit is contained in:
YeonGyu-Kim
2026-04-28 10:47:57 +09:00
parent 75fc915fb6
commit fc31524dfc
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ export function createSkillTool(options: SkillLoadOptions = {}): ToolDefinition
const discovered = (await getAllSkills({
disabledSkills: options?.disabledSkills,
browserProvider: options?.browserProvider,
teamModeEnabled: options?.teamModeEnabled,
})) ?? []
const allSkills = options.skills ? [...options.skills] : discovered