@botbotgo/agent-harness 0.0.466 → 0.0.467

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.466";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.467";
2
2
  export declare const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
@@ -1,2 +1,2 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.466";
1
+ export const AGENT_HARNESS_VERSION = "0.0.467";
2
2
  export const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
@@ -25,8 +25,8 @@ const RUN_EVIDENCE_AFTER_PREMATURE_PLAN_CLOSE_INSTRUCTION = [
25
25
  "The required todo board was closed before any non-TODO evidence tool returned.",
26
26
  "Do not call write_todos again yet.",
27
27
  "Your next action must be exactly one non-TODO evidence tool call selected from the available tool descriptions and schemas.",
28
- "If the current request or todo board explicitly names one available non-TODO tool, call that named tool.",
29
- "Do not substitute a neighboring, broader, narrower, or similarly named tool when an exact available tool name is present.",
28
+ "Honor any structured workspace or runtime evidence-tool contract already supplied in this turn.",
29
+ "Do not choose tools by matching free-form request or TODO text.",
30
30
  "After that evidence tool returns, update the todo board and then provide the final answer required by the agent response format.",
31
31
  ].join("\n");
32
32
  function readPrimaryToolName(tool) {
@@ -770,8 +770,8 @@ function withPromptedJsonToolPrompt(input, tools, options = {}) {
770
770
  ? [
771
771
  "Required evidence tool call:",
772
772
  "A todo board already exists. Your next action must be exactly one non-planning tool call chosen from the available tool descriptions and schemas.",
773
- "If the current request or todo board explicitly names one available non-planning tool, call that named tool.",
774
- "Do not substitute a neighboring, broader, narrower, or similarly named tool when an exact available tool name is present.",
773
+ "Honor any structured workspace or runtime evidence-tool contract already supplied in this turn.",
774
+ "Do not choose tools by matching free-form request or TODO text.",
775
775
  "Do not call write_todos or read_todos now.",
776
776
  "Do not write prose, markdown, analysis, or a plain-text plan.",
777
777
  ].join("\n")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.466",
3
+ "version": "0.0.467",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",