refactor(plugin): simplify promise tool declarations

This commit is contained in:
Dax Raad 2026-07-10 00:17:37 -04:00
commit efeff63749
7 changed files with 91 additions and 60 deletions

View file

@ -36,6 +36,5 @@ test.each([
"Provider",
"Reference",
"Skill",
...(name === "promise" ? ["Tool"] : []),
])
})