@botbotgo/agent-harness 0.0.473 → 0.0.474

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,2 +1,2 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.473";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.474";
2
2
  export declare const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
@@ -1,2 +1,2 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.473";
1
+ export const AGENT_HARNESS_VERSION = "0.0.474";
2
2
  export const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
@@ -2149,6 +2149,7 @@ export class AgentRuntimeAdapter {
2149
2149
  requestId: `${childRequestId}${requestIdSuffix}`,
2150
2150
  memoryContext: options.memoryContext,
2151
2151
  profiling: options.profiling,
2152
+ toolRuntimeContext: delegatedOptions.toolRuntimeContext ?? options.toolRuntimeContext,
2152
2153
  suppressInitialRequiredPlanInstruction: delegatedOptions.suppressInitialRequiredPlanInstruction,
2153
2154
  externalPlanEvidence: delegatedOptions.externalPlanEvidence,
2154
2155
  })) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.473",
3
+ "version": "0.0.474",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",