@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.
|
|
1
|
+
export declare const AGENT_HARNESS_VERSION = "0.0.474";
|
|
2
2
|
export declare const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
|
package/dist/package-version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const AGENT_HARNESS_VERSION = "0.0.
|
|
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
|
})) {
|