fix unit test

This commit is contained in:
DennisYu07 2026-03-09 01:01:35 -07:00
parent c0c8da9aeb
commit 411cf08396
7 changed files with 171 additions and 6 deletions

View file

@ -856,6 +856,8 @@ export class Config {
);
this.debugLogger.debug('MessageBus initialized with hook subscription');
} else {
this.debugLogger.debug('Hook system disabled, skipping initialization');
}
this.subagentManager = new SubagentManager(this);