@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.394";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.395";
2
2
  export declare const AGENT_HARNESS_RELEASE_DATE = "2026-05-02";
@@ -1,2 +1,2 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.394";
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.394",
3
+ "version": "0.0.395",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",