@botbotgo/agent-harness 0.0.446 → 0.0.448

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.446";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.448";
2
2
  export declare const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
@@ -1,2 +1,2 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.446";
1
+ export const AGENT_HARNESS_VERSION = "0.0.448";
2
2
  export const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
@@ -1 +1 @@
1
- The user explicitly asked for a plan for non-trivial multi-step work. Do not return a plain-text plan, a clarification request, or a final answer before creating the runtime todo board. Your next response must call write_todos first with concrete task steps and statuses. After that, continue execution using tools or follow-up steps as needed.
1
+ The runtime execution contract requires visible plan evidence for this non-trivial multi-step work. Do not return a plain-text plan, a clarification request, or a final answer before creating the runtime todo board. Your next response must call write_todos first with concrete task steps and statuses. After that, continue execution using tools or follow-up steps as needed.
@@ -11,7 +11,7 @@ import { isEmptyFinalAiMessageError } from "../resilience.js";
11
11
  import { EXECUTION_WITH_TOOL_EVIDENCE_RETRY_INSTRUCTION, REQUIRED_EXECUTION_CONTINUATION_INSTRUCTION, WRITE_TODOS_REQUIRED_PLAN_INSTRUCTION, } from "../../prompts/runtime-prompts.js";
12
12
  const CLOSE_REQUIRED_PLAN_RECOVERY_INSTRUCTION = [
13
13
  "The current required todo board still has unfinished work.",
14
- "Do not broaden the investigation, restart planning, or ask the user what to do next.",
14
+ "Do not broaden the task, restart planning, or ask the user what to do next.",
15
15
  "Use the existing tool evidence already available in this run.",
16
16
  "Your next action must be write_todos: update every remaining pending or in_progress item to completed if evidence was gathered, or failed if it cannot be completed with the available tools.",
17
17
  "After that write_todos call, provide the final answer required by the agent response format.",
@@ -16,7 +16,7 @@ export class ExecutionReconciliationError extends Error {
16
16
  }
17
17
  const CLOSE_REQUIRED_PLAN_RECOVERY_INSTRUCTION = [
18
18
  "The current required todo board still has unfinished work.",
19
- "Do not broaden the investigation, restart planning, or ask the user what to do next.",
19
+ "Do not broaden the task, restart planning, or ask the user what to do next.",
20
20
  "Use the existing tool evidence already available in this run.",
21
21
  "Your next action must be write_todos: update every remaining pending or in_progress item to completed if evidence was gathered, or failed if it cannot be completed with the available tools.",
22
22
  "After that write_todos call, provide the final answer required by the agent response format.",
@@ -284,7 +284,7 @@ function extractDeterministicToolFailureReport(executedToolResults) {
284
284
  return [
285
285
  "Status: failed",
286
286
  "Summary:",
287
- "- The investigation could not proceed because required tools failed before any concrete evidence was gathered.",
287
+ "- The request could not proceed because required tools failed before any concrete evidence was gathered.",
288
288
  "Likely Causes:",
289
289
  "- none",
290
290
  "Blockers:",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.446",
3
+ "version": "0.0.448",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",