Added automatic skill hot-reload

This commit is contained in:
tanzhenxin 2026-01-08 15:43:46 +08:00
parent b5bcc07223
commit 0e769e100b
3 changed files with 106 additions and 0 deletions

View file

@ -344,6 +344,7 @@ export async function main() {
extensionEnablementManager,
argv,
);
registerCleanup(() => config.shutdown());
if (config.getListExtensions()) {
console.log('Installed extensions:');