mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 13:04:49 -07:00
Reload skills when extensions change (#18225)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user