@botbotgo/agent-harness 0.0.394 → 0.0.395
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.395";
|
|
2
2
|
export declare const AGENT_HARNESS_RELEASE_DATE = "2026-05-02";
|
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.395";
|
|
2
2
|
export const AGENT_HARNESS_RELEASE_DATE = "2026-05-02";
|
|
@@ -564,8 +564,7 @@ export async function* streamRuntimeExecution(options) {
|
|
|
564
564
|
emittedUnsafeStreamSideEffects = true;
|
|
565
565
|
}
|
|
566
566
|
const shouldDeferRequiredPlanContent = requiresPlanEvidence(options.binding)
|
|
567
|
-
&& projectionState.sawPlanState
|
|
568
|
-
&& !hasCompletedPlanWithEvidence(buildExecutionRecoveryEvidence({ projectionState }));
|
|
567
|
+
&& projectionState.sawPlanState;
|
|
569
568
|
if (chunk.kind === "content"
|
|
570
569
|
&& (shouldDeferStreamContent() || projectionState.hasFailedTaskDelegation || shouldDeferRequiredPlanContent)) {
|
|
571
570
|
deferredStreamContent.push(chunk);
|