@botbotgo/agent-harness 0.0.450 → 0.0.451

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.450";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.451";
2
2
  export declare const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
@@ -1,2 +1,2 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.450";
1
+ export const AGENT_HARNESS_VERSION = "0.0.451";
2
2
  export const AGENT_HARNESS_RELEASE_DATE = "2026-05-04";
@@ -327,7 +327,9 @@ export function parseAgentItem(item, sourcePath) {
327
327
  subagentRefs,
328
328
  subagentPathRefs,
329
329
  asyncSubagents,
330
- langchainAgentConfig: normalizeModuleAgentConfig(readAgentConfig(normalizedItem, { includeDelegationControls: true }), moduleRoot),
330
+ langchainAgentConfig: normalizeModuleAgentConfig(readAgentConfig(normalizedItem, {
331
+ includeDelegationControls: executionMode === "langchain-v1",
332
+ }), moduleRoot),
331
333
  deepAgentConfig: normalizeModuleAgentConfig(readAgentConfig(normalizedItem, {
332
334
  includeObjectBackend: true,
333
335
  includeDelegationControls: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.450",
3
+ "version": "0.0.451",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",