@kolisachint/hoocode-agent 0.4.82 → 0.4.83

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.
@@ -1903,7 +1903,7 @@ export class AgentSession {
1903
1903
  this._applyExtensionBindings(this._extensionRunner);
1904
1904
  const defaultActiveToolNames = this._baseToolsOverride
1905
1905
  ? Object.keys(this._baseToolsOverride)
1906
- : ["read", "bash", "edit", "write", "grep", "find", "ls"];
1906
+ : ["read", "bash", "edit", "write", "grep", "find", "glob", "ls"];
1907
1907
  const baseActiveToolNames = options.activeToolNames ?? defaultActiveToolNames;
1908
1908
  this._refreshToolRegistry({
1909
1909
  activeToolNames: baseActiveToolNames,