mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 19:44:30 -07:00
feat(hooks): Add a hooks.enabled setting. (#15933)
This commit is contained in:
@@ -753,7 +753,7 @@ export class Config {
|
||||
}
|
||||
|
||||
// Initialize hook system if enabled
|
||||
if (this.enableHooks) {
|
||||
if (this.getEnableHooks()) {
|
||||
this.hookSystem = new HookSystem(this);
|
||||
await this.hookSystem.initialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user