Reload skills when extensions change (#18225)

This commit is contained in:
christine betts
2026-02-03 15:31:14 -05:00
committed by GitHub
parent 0f918f0cc8
commit 2cf3a14439
3 changed files with 13 additions and 0 deletions
@@ -113,6 +113,7 @@ export abstract class ExtensionLoader {
await refreshServerHierarchicalMemory(this.config);
await this.config.getHookSystem()?.initialize();
await this.config.getAgentRegistry().reload();
await this.config.reloadSkills();
}
}