@kolisachint/hoocode-agent 0.4.15 → 0.4.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -241,7 +241,7 @@ export class InteractiveMode {
241
241
  this.footerDataProvider = new FooterDataProvider(this.sessionManager.getCwd());
242
242
  this.footer = new FooterComponent(this.session, this.footerDataProvider);
243
243
  this.footer.setAutoCompactEnabled(this.session.autoCompactionEnabled);
244
- this.footerDataProvider.setSubagentEnabled(this.session.getActiveToolNames().includes("subagent"));
244
+ this.footerDataProvider.setSubagentEnabled(this.session.getActiveToolNames().includes("Task"));
245
245
  this.taskPanel = new TaskPanelComponent();
246
246
  // Load hide thinking block setting
247
247
  this.hideThinkingBlock = this.settingsManager.getHideThinkingBlock();