@hoilab/ada-cli 0.84.2 → 0.84.3

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.
@@ -2026,7 +2026,7 @@ export class AgentSession {
2026
2026
  : createAllToolDefinitions(this._cwd, {
2027
2027
  read: { autoResizeImages },
2028
2028
  bash: { commandPrefix: shellCommandPrefix, shellPath },
2029
- });
2029
+ }, this._resourceLoader.getAgentDir());
2030
2030
  this._baseToolDefinitions = new Map(Object.entries(baseToolDefinitions).map(([name, tool]) => [name, tool]));
2031
2031
  const extensionsResult = this._resourceLoader.getExtensions();
2032
2032
  if (options.flagValues) {