@botbotgo/agent-harness 0.0.413 → 0.0.414

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.
package/dist/cli/main.js CHANGED
@@ -223,7 +223,6 @@ export async function runCli(argv, io = {}, deps = {}) {
223
223
  activeAgentId,
224
224
  activeSessionId,
225
225
  });
226
- activeAgentId = interactiveState.activeAgentId;
227
226
  activeSessionId = interactiveState.activeSessionId;
228
227
  await stopClientWithTimeout(client, stderr);
229
228
  restoreWriteListenerGuard?.();
@@ -1,2 +1,2 @@
1
- export declare const AGENT_HARNESS_VERSION = "0.0.413";
1
+ export declare const AGENT_HARNESS_VERSION = "0.0.414";
2
2
  export declare const AGENT_HARNESS_RELEASE_DATE = "2026-05-02";
@@ -1,2 +1,2 @@
1
- export const AGENT_HARNESS_VERSION = "0.0.413";
1
+ export const AGENT_HARNESS_VERSION = "0.0.414";
2
2
  export const AGENT_HARNESS_RELEASE_DATE = "2026-05-02";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/agent-harness",
3
- "version": "0.0.413",
3
+ "version": "0.0.414",
4
4
  "description": "Workspace runtime for multi-agent applications",
5
5
  "license": "MIT",
6
6
  "type": "module",