feat(core): Refresh agents after loading an extension. (#17355)

This commit is contained in:
joshualitt
2026-01-22 16:22:22 -08:00
committed by GitHub
parent a1f5d39029
commit 678c58634b
2 changed files with 12 additions and 0 deletions
@@ -112,6 +112,7 @@ export abstract class ExtensionLoader {
// cache, we want to only do it once.
await refreshServerHierarchicalMemory(this.config);
await this.config.getHookSystem()?.initialize();
await this.config.getAgentRegistry().reload();
}
}