@botbotgo/agent-harness 0.0.425 → 0.0.426
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.426";
|
|
2
2
|
export declare const AGENT_HARNESS_RELEASE_DATE = "2026-05-03";
|
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.426";
|
|
2
2
|
export const AGENT_HARNESS_RELEASE_DATE = "2026-05-03";
|
|
@@ -214,10 +214,7 @@ function resolveCommittedEvidenceTools(input) {
|
|
|
214
214
|
if (selected.length > 0) {
|
|
215
215
|
return selected.slice(0, 3);
|
|
216
216
|
}
|
|
217
|
-
return
|
|
218
|
-
tool,
|
|
219
|
-
args: buildEvidenceToolArgs(tool, stateText),
|
|
220
|
-
}));
|
|
217
|
+
return [];
|
|
221
218
|
}
|
|
222
219
|
async function appendCommittedEvidenceToolResults(input) {
|
|
223
220
|
const toolCalls = resolveCommittedEvidenceTools({
|