@botbotgo/agent-harness 0.0.77 → 0.0.78

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.
@@ -1 +1 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.76";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.77";
@@ -1 +1 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.76";
1
+ export const AGENT_HARNESS_VERSION = "0.0.77";
@@ -1071,6 +1071,7 @@ export class AgentRuntimeAdapter {
1071
1071
  return [];
1072
1072
  }
1073
1073
  const automaticMiddleware = [];
1074
+ automaticMiddleware.push(createPatchToolCallsMiddleware());
1074
1075
  if ((params.skills?.length ?? 0) > 0) {
1075
1076
  automaticMiddleware.push(createSkillsMiddleware({
1076
1077
  backend: this.resolveFilesystemBackend(binding),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "type": "module",
6
6
  "packageManager": "npm@10.9.2",