zidane 1.6.10 → 1.6.11

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.
@@ -4,7 +4,7 @@ import {
4
4
  shell,
5
5
  spawn,
6
6
  writeFile
7
- } from "./chunk-GGPBK22K.js";
7
+ } from "./chunk-WNQFXNKB.js";
8
8
 
9
9
  // src/harnesses/basic.ts
10
10
  var basicTools = { shell, readFile, writeFile, listFiles };
@@ -778,7 +778,8 @@ ${skillsCatalog}`;
778
778
  }
779
779
  }) : void 0;
780
780
  async function flushTurns() {
781
- if (!session) return;
781
+ if (!session)
782
+ return;
782
783
  const remaining = turns.slice(lastPersistedTurnCount);
783
784
  if (remaining.length > 0) {
784
785
  await session.appendTurns(remaining);
@@ -786,7 +787,8 @@ ${skillsCatalog}`;
786
787
  }
787
788
  }
788
789
  async function finalizeSession(status) {
789
- if (!session) return;
790
+ if (!session)
791
+ return;
790
792
  const run2 = session.runs.find((r) => r.id === runId);
791
793
  if (run2)
792
794
  await session.updateRun(run2);
package/dist/harnesses.js CHANGED
@@ -3,8 +3,8 @@ import {
3
3
  basic_default,
4
4
  defineHarness,
5
5
  noTools
6
- } from "./chunk-NPXSTO6S.js";
7
- import "./chunk-GGPBK22K.js";
6
+ } from "./chunk-I4H5NMVB.js";
7
+ import "./chunk-WNQFXNKB.js";
8
8
  import "./chunk-5LOHDFK3.js";
9
9
  import "./chunk-4C6Y56CC.js";
10
10
  export {
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  defineHarness,
3
3
  noTools
4
- } from "./chunk-NPXSTO6S.js";
4
+ } from "./chunk-I4H5NMVB.js";
5
5
  import {
6
6
  createAgent,
7
7
  createDockerContext,
@@ -10,7 +10,7 @@ import {
10
10
  createSandboxContext,
11
11
  createSpawnTool,
12
12
  spawn
13
- } from "./chunk-GGPBK22K.js";
13
+ } from "./chunk-WNQFXNKB.js";
14
14
  import {
15
15
  connectMcpServers
16
16
  } from "./chunk-5LOHDFK3.js";
package/dist/tools.js CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  spawn,
8
8
  validateToolArgs,
9
9
  writeFile
10
- } from "./chunk-GGPBK22K.js";
10
+ } from "./chunk-WNQFXNKB.js";
11
11
  import "./chunk-5LOHDFK3.js";
12
12
  import "./chunk-4C6Y56CC.js";
13
13
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zidane",
3
- "version": "1.6.10",
3
+ "version": "1.6.11",
4
4
  "description": "an agent that goes straight to the goal",
5
5
  "type": "module",
6
6
  "private": false,