mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 22:51:00 -07:00
Add Folder Trust Support To Hooks (#15325)
This commit is contained in:
@@ -31,7 +31,7 @@ export class HookSystem {
|
||||
|
||||
// Initialize components
|
||||
this.hookRegistry = new HookRegistry(config);
|
||||
this.hookRunner = new HookRunner();
|
||||
this.hookRunner = new HookRunner(config);
|
||||
this.hookAggregator = new HookAggregator();
|
||||
this.hookPlanner = new HookPlanner(this.hookRegistry);
|
||||
this.hookEventHandler = new HookEventHandler(
|
||||
|
||||
Reference in New Issue
Block a user