feat: add in-chat skill discovery and local registry install command

This commit is contained in:
William Valentin
2026-02-18 10:41:12 -08:00
parent f34a974210
commit 02fa604c7c
9 changed files with 267 additions and 4 deletions
+1
View File
@@ -13,5 +13,6 @@ export {
createApprovalsCommand,
createApproveCommand,
createDenyCommand,
createSkillCommand,
registerBuiltinCommands,
} from './builtin/index.js';