openfox 1.6.87 → 1.6.90

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.
@@ -2,14 +2,14 @@ import {
2
2
  maybeAutoCompactContext,
3
3
  performManualContextCompaction,
4
4
  resolveCompactionStatsIdentity
5
- } from "./chunk-PLWQJCN4.js";
5
+ } from "./chunk-UEZDAB5X.js";
6
6
  import "./chunk-RCECKE5L.js";
7
7
  import "./chunk-ZHBL5G5X.js";
8
8
  import "./chunk-DL6ZILAF.js";
9
9
  import "./chunk-PBGOZMVY.js";
10
10
  import "./chunk-VRGRAQDG.js";
11
11
  import "./chunk-YNIAFX24.js";
12
- import "./chunk-ENH5AUOX.js";
12
+ import "./chunk-6P5WQP6Y.js";
13
13
  import "./chunk-5GVCNVKV.js";
14
14
  import "./chunk-XVWVAWSG.js";
15
15
  import "./chunk-PAAUYFYS.js";
@@ -24,4 +24,4 @@ export {
24
24
  performManualContextCompaction,
25
25
  resolveCompactionStatsIdentity
26
26
  };
27
- //# sourceMappingURL=auto-compaction-ANOQDDMV.js.map
27
+ //# sourceMappingURL=auto-compaction-6A34RHDV.js.map
@@ -5,11 +5,11 @@ import {
5
5
  generateSessionName,
6
6
  getSessionMessageCount,
7
7
  needsNameGenerationCheck
8
- } from "./chunk-VXC7VVTI.js";
8
+ } from "./chunk-DF5BZBP6.js";
9
9
  import {
10
10
  runChatTurn
11
- } from "./chunk-FTT3HMDU.js";
12
- import "./chunk-PLWQJCN4.js";
11
+ } from "./chunk-N7W42N5Y.js";
12
+ import "./chunk-UEZDAB5X.js";
13
13
  import "./chunk-RCECKE5L.js";
14
14
  import "./chunk-ZHBL5G5X.js";
15
15
  import "./chunk-DL6ZILAF.js";
@@ -18,7 +18,7 @@ import "./chunk-VRGRAQDG.js";
18
18
  import "./chunk-YNIAFX24.js";
19
19
  import {
20
20
  getEventStore
21
- } from "./chunk-ENH5AUOX.js";
21
+ } from "./chunk-6P5WQP6Y.js";
22
22
  import "./chunk-5GVCNVKV.js";
23
23
  import "./chunk-XVWVAWSG.js";
24
24
  import {
@@ -61,7 +61,7 @@ async function startChatSession(sessionId, content, deps, options) {
61
61
  sessionManager.setRunning(sessionId, true);
62
62
  broadcastForSession(sessionId, createSessionRunningMessage(true));
63
63
  try {
64
- const { maybeAutoCompactContext } = await import("./auto-compaction-ANOQDDMV.js");
64
+ const { maybeAutoCompactContext } = await import("./auto-compaction-6A34RHDV.js");
65
65
  await maybeAutoCompactContext({
66
66
  sessionManager,
67
67
  sessionId,
@@ -175,4 +175,4 @@ export {
175
175
  startChatSession,
176
176
  stopSessionExecution
177
177
  };
178
- //# sourceMappingURL=chat-handler-7H7KENGR.js.map
178
+ //# sourceMappingURL=chat-handler-6ATTKNZT.js.map
@@ -514,6 +514,10 @@ var EventStore = class {
514
514
  var eventStoreInstance = null;
515
515
  function initEventStore(db) {
516
516
  eventStoreInstance = new EventStore(db);
517
+ try {
518
+ db.prepare(`UPDATE sessions SET is_running = 0`).run();
519
+ } catch {
520
+ }
517
521
  resetStaleRunningSessions(eventStoreInstance, db);
518
522
  const result = eventStoreInstance.optimizeStorage();
519
523
  if (result.deletedSnapshots > 0 || result.strippedSnapshots > 0) {
@@ -1279,4 +1283,4 @@ export {
1279
1283
  compactContext,
1280
1284
  getRecentUserPromptsForSession
1281
1285
  };
1282
- //# sourceMappingURL=chunk-ENH5AUOX.js.map
1286
+ //# sourceMappingURL=chunk-6P5WQP6Y.js.map
@@ -190,7 +190,7 @@ async function runCli(options) {
190
190
  if (!configExists) {
191
191
  await runNetworkSetup(mode);
192
192
  }
193
- const { runServe } = await import("./serve-54UN2X54.js");
193
+ const { runServe } = await import("./serve-YO7HQKUD.js");
194
194
  const serveOptions = { mode };
195
195
  if (values.port) serveOptions.port = parseInt(values.port);
196
196
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -202,4 +202,4 @@ async function runCli(options) {
202
202
  export {
203
203
  runCli
204
204
  };
205
- //# sourceMappingURL=chunk-GQTY7TSD.js.map
205
+ //# sourceMappingURL=chunk-7WHJUQ4Y.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getEventStore,
3
3
  updateSessionMetadata
4
- } from "./chunk-ENH5AUOX.js";
4
+ } from "./chunk-6P5WQP6Y.js";
5
5
  import {
6
6
  buildMessagesFromStoredEvents,
7
7
  foldPendingConfirmations
@@ -143,4 +143,4 @@ export {
143
143
  needsNameGenerationCheck,
144
144
  applyGeneratedSessionName
145
145
  };
146
- //# sourceMappingURL=chunk-VXC7VVTI.js.map
146
+ //# sourceMappingURL=chunk-DF5BZBP6.js.map
@@ -13,11 +13,11 @@ import {
13
13
  getToolRegistryForAgent,
14
14
  loadAllAgentsDefault,
15
15
  runTopLevelAgentLoop
16
- } from "./chunk-PLWQJCN4.js";
16
+ } from "./chunk-UEZDAB5X.js";
17
17
  import {
18
18
  getCurrentContextWindowId,
19
19
  getEventStore
20
- } from "./chunk-ENH5AUOX.js";
20
+ } from "./chunk-6P5WQP6Y.js";
21
21
  import {
22
22
  buildSnapshotFromSessionState
23
23
  } from "./chunk-XVWVAWSG.js";
@@ -327,4 +327,4 @@ export {
327
327
  runBuilderTurn,
328
328
  runVerifierTurn
329
329
  };
330
- //# sourceMappingURL=chunk-FTT3HMDU.js.map
330
+ //# sourceMappingURL=chunk-N7W42N5Y.js.map
@@ -32,7 +32,7 @@ import {
32
32
  import {
33
33
  getCurrentContextWindowId,
34
34
  getEventStore
35
- } from "./chunk-ENH5AUOX.js";
35
+ } from "./chunk-6P5WQP6Y.js";
36
36
  import {
37
37
  buildContextMessagesFromEventHistory,
38
38
  foldContextState,
@@ -1467,15 +1467,15 @@ function extractDangerousPatterns(command) {
1467
1467
  return dangerous;
1468
1468
  }
1469
1469
  function extractGitNoVerify(command) {
1470
- const parts = command.split(/\s+/);
1471
- for (let i = 0; i < parts.length - 1; i++) {
1472
- if (parts[i] === "git") {
1473
- const sub = parts[i + 1];
1474
- if (sub && !sub.startsWith("-")) {
1475
- const args = parts.slice(i + 2);
1476
- if (args.includes("--no-verify") || args.includes("-n")) {
1477
- return true;
1478
- }
1470
+ const subCommands = command.split(/\s*(?:&&|\|\||\||;)\s*/);
1471
+ for (const sub of subCommands) {
1472
+ const parts = sub.trim().split(/\s+/);
1473
+ const gitIndex = parts.indexOf("git");
1474
+ const subCmd = parts[gitIndex + 1];
1475
+ if (gitIndex >= 0 && subCmd && !subCmd.startsWith("-")) {
1476
+ const gitArgs = parts.slice(gitIndex + 2);
1477
+ if (gitArgs.some((a) => a === "--no-verify" || a === "-n")) {
1478
+ return true;
1479
1479
  }
1480
1480
  }
1481
1481
  }
@@ -3793,7 +3793,7 @@ var callSubAgentTool = {
3793
3793
  };
3794
3794
  }
3795
3795
  try {
3796
- const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-XZBUMSMC.js");
3796
+ const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-7MGUWXDP.js");
3797
3797
  const toolRegistry = getToolRegistryForAgent2(agentDef);
3798
3798
  const turnMetrics = new TurnMetrics();
3799
3799
  const result = await executeSubAgent({
@@ -4983,4 +4983,4 @@ export {
4983
4983
  getToolRegistryForAgent,
4984
4984
  createToolRegistry
4985
4985
  };
4986
- //# sourceMappingURL=chunk-PLWQJCN4.js.map
4986
+ //# sourceMappingURL=chunk-UEZDAB5X.js.map
@@ -2,7 +2,7 @@ import {
2
2
  createVerifierNudgeConfig,
3
3
  runBuilderTurn,
4
4
  runChatTurn
5
- } from "./chunk-FTT3HMDU.js";
5
+ } from "./chunk-N7W42N5Y.js";
6
6
  import {
7
7
  TurnMetrics,
8
8
  agentExists,
@@ -37,7 +37,7 @@ import {
37
37
  setSkillEnabled,
38
38
  skillExists,
39
39
  spawnShellProcess
40
- } from "./chunk-PLWQJCN4.js";
40
+ } from "./chunk-UEZDAB5X.js";
41
41
  import {
42
42
  getProject
43
43
  } from "./chunk-ZHBL5G5X.js";
@@ -87,7 +87,7 @@ import {
87
87
  updateSessionProvider,
88
88
  updateSessionRunning,
89
89
  updateSessionSummary
90
- } from "./chunk-ENH5AUOX.js";
90
+ } from "./chunk-6P5WQP6Y.js";
91
91
  import {
92
92
  initDatabase
93
93
  } from "./chunk-5GVCNVKV.js";
@@ -5427,7 +5427,7 @@ function createTerminalRoutes() {
5427
5427
  }
5428
5428
 
5429
5429
  // src/constants.ts
5430
- var VERSION = "1.6.87";
5430
+ var VERSION = "1.6.90";
5431
5431
 
5432
5432
  // src/server/index.ts
5433
5433
  var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
@@ -5642,7 +5642,7 @@ async function createServerHandle(config) {
5642
5642
  res.json({ project });
5643
5643
  });
5644
5644
  app.get("/api/sessions", async (req, res) => {
5645
- const { getRecentUserPromptsForSession } = await import("./events-ZHG3VBZC.js");
5645
+ const { getRecentUserPromptsForSession } = await import("./events-AQKDXJFK.js");
5646
5646
  const projectId = req.query["projectId"];
5647
5647
  const limit = Math.min(parseInt(req.query["limit"]) || 20, 100);
5648
5648
  const offset = parseInt(req.query["offset"]) || 0;
@@ -5675,7 +5675,7 @@ async function createServerHandle(config) {
5675
5675
  res.status(201).json({ session });
5676
5676
  });
5677
5677
  app.get("/api/sessions/:id", async (req, res) => {
5678
- const { getEventStore: getEventStore2 } = await import("./events-ZHG3VBZC.js");
5678
+ const { getEventStore: getEventStore2 } = await import("./events-AQKDXJFK.js");
5679
5679
  const { buildMessagesFromStoredEvents: buildMessagesFromStoredEvents2 } = await import("./folding-4VHGQE6Y.js");
5680
5680
  const session = sessionManager.getSession(req.params.id);
5681
5681
  if (!session) {
@@ -5706,7 +5706,7 @@ async function createServerHandle(config) {
5706
5706
  res.json({ success: true });
5707
5707
  });
5708
5708
  app.post("/api/sessions/:id/provider", async (req, res) => {
5709
- const { getEventStore: getEventStore2 } = await import("./events-ZHG3VBZC.js");
5709
+ const { getEventStore: getEventStore2 } = await import("./events-AQKDXJFK.js");
5710
5710
  const { buildMessagesFromStoredEvents: buildMessagesFromStoredEvents2 } = await import("./folding-4VHGQE6Y.js");
5711
5711
  const sessionId = req.params.id;
5712
5712
  const session = sessionManager.getSession(sessionId);
@@ -5744,7 +5744,7 @@ async function createServerHandle(config) {
5744
5744
  res.json({ success: true });
5745
5745
  });
5746
5746
  app.put("/api/sessions/:id/mode", async (req, res) => {
5747
- const { getEventStore: getEventStore2 } = await import("./events-ZHG3VBZC.js");
5747
+ const { getEventStore: getEventStore2 } = await import("./events-AQKDXJFK.js");
5748
5748
  const { buildMessagesFromStoredEvents: buildMessagesFromStoredEvents2 } = await import("./folding-4VHGQE6Y.js");
5749
5749
  const sessionId = req.params.id;
5750
5750
  const session = sessionManager.getSession(sessionId);
@@ -5797,12 +5797,12 @@ async function createServerHandle(config) {
5797
5797
  if (!callId || approved === void 0) {
5798
5798
  return res.status(400).json({ error: "callId and approved are required" });
5799
5799
  }
5800
- const { providePathConfirmation } = await import("./tools-XZBUMSMC.js");
5800
+ const { providePathConfirmation } = await import("./tools-7MGUWXDP.js");
5801
5801
  const result = providePathConfirmation(callId, approved, alwaysAllow);
5802
5802
  if (!result.found) {
5803
5803
  return res.status(404).json({ error: "No pending path confirmation with that ID" });
5804
5804
  }
5805
- const { getEventStore: getEventStore2 } = await import("./events-ZHG3VBZC.js");
5805
+ const { getEventStore: getEventStore2 } = await import("./events-AQKDXJFK.js");
5806
5806
  const { buildMessagesFromStoredEvents: buildMessagesFromStoredEvents2, foldPendingConfirmations: foldPendingConfirmations2 } = await import("./folding-4VHGQE6Y.js");
5807
5807
  const { createSessionStateMessage: createSessionStateMessage2 } = await import("./protocol-QDSVJTRN.js");
5808
5808
  const eventStore = getEventStore2();
@@ -5821,7 +5821,7 @@ async function createServerHandle(config) {
5821
5821
  if (!callId || !answer) {
5822
5822
  return res.status(400).json({ error: "callId and answer are required" });
5823
5823
  }
5824
- const { provideAnswer: provideAnswer2 } = await import("./tools-XZBUMSMC.js");
5824
+ const { provideAnswer: provideAnswer2 } = await import("./tools-7MGUWXDP.js");
5825
5825
  const found = provideAnswer2(callId, answer);
5826
5826
  if (!found) {
5827
5827
  return res.status(404).json({ error: "No pending question with that ID" });
@@ -5857,14 +5857,14 @@ async function createServerHandle(config) {
5857
5857
  if (!session) {
5858
5858
  return res.status(404).json({ error: "Session not found" });
5859
5859
  }
5860
- const { stopSessionExecution } = await import("./chat-handler-7H7KENGR.js");
5861
- const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-XZBUMSMC.js");
5860
+ const { stopSessionExecution } = await import("./chat-handler-6ATTKNZT.js");
5861
+ const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-7MGUWXDP.js");
5862
5862
  stopSessionExecution(sessionId, sessionManager);
5863
5863
  abortSession(sessionId);
5864
5864
  cancelQuestionsForSession(sessionId, "Session stopped by user");
5865
5865
  cancelPathConfirmationsForSession(sessionId, "Session stopped by user");
5866
5866
  sessionManager.clearMessageQueue(sessionId);
5867
- const eventStore = (await import("./events-ZHG3VBZC.js")).getEventStore();
5867
+ const eventStore = (await import("./events-AQKDXJFK.js")).getEventStore();
5868
5868
  eventStore.append(sessionId, { type: "running.changed", data: { isRunning: false } });
5869
5869
  res.json({ success: true });
5870
5870
  });
@@ -5878,7 +5878,7 @@ async function createServerHandle(config) {
5878
5878
  if (typeof messageIndex !== "number" || messageIndex < 0) {
5879
5879
  return res.status(400).json({ error: "messageIndex must be a non-negative number" });
5880
5880
  }
5881
- const { truncateSessionMessages } = await import("./events-ZHG3VBZC.js");
5881
+ const { truncateSessionMessages } = await import("./events-AQKDXJFK.js");
5882
5882
  truncateSessionMessages(sessionId, messageIndex);
5883
5883
  res.json({ success: true });
5884
5884
  });
@@ -6347,7 +6347,7 @@ async function createServerHandle(config) {
6347
6347
  providerManager
6348
6348
  );
6349
6349
  const wss = wssExports.wss;
6350
- const { QueueProcessor } = await import("./processor-JKBK7BAN.js");
6350
+ const { QueueProcessor } = await import("./processor-4SOP4Q6S.js");
6351
6351
  const queueProcessor = new QueueProcessor({
6352
6352
  sessionManager,
6353
6353
  providerManager,
@@ -6422,4 +6422,4 @@ export {
6422
6422
  createServerHandle,
6423
6423
  createServer
6424
6424
  };
6425
- //# sourceMappingURL=chunk-6JSQNOQG.js.map
6425
+ //# sourceMappingURL=chunk-ZORPFD4C.js.map
package/dist/cli/dev.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "../chunk-GQTY7TSD.js";
4
+ } from "../chunk-7WHJUQ4Y.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-K44MW7JJ.js";
package/dist/cli/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "../chunk-GQTY7TSD.js";
4
+ } from "../chunk-7WHJUQ4Y.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-K44MW7JJ.js";
@@ -37,7 +37,7 @@ import {
37
37
  isStoredEvent,
38
38
  isTurnEvent,
39
39
  truncateSessionMessages
40
- } from "./chunk-ENH5AUOX.js";
40
+ } from "./chunk-6P5WQP6Y.js";
41
41
  import "./chunk-5GVCNVKV.js";
42
42
  import {
43
43
  buildContextMessagesFromEventHistory,
@@ -113,4 +113,4 @@ export {
113
113
  isTurnEvent,
114
114
  truncateSessionMessages
115
115
  };
116
- //# sourceMappingURL=events-ZHG3VBZC.js.map
116
+ //# sourceMappingURL=events-AQKDXJFK.js.map
@@ -3,7 +3,7 @@ import {
3
3
  runBuilderTurn,
4
4
  runChatTurn,
5
5
  runVerifierTurn
6
- } from "./chunk-FTT3HMDU.js";
6
+ } from "./chunk-N7W42N5Y.js";
7
7
  import {
8
8
  TurnMetrics,
9
9
  createChatDoneEvent,
@@ -11,14 +11,14 @@ import {
11
11
  createMessageStartEvent,
12
12
  createToolCallEvent,
13
13
  createToolResultEvent
14
- } from "./chunk-PLWQJCN4.js";
14
+ } from "./chunk-UEZDAB5X.js";
15
15
  import "./chunk-RCECKE5L.js";
16
16
  import "./chunk-ZHBL5G5X.js";
17
17
  import "./chunk-DL6ZILAF.js";
18
18
  import "./chunk-PBGOZMVY.js";
19
19
  import "./chunk-VRGRAQDG.js";
20
20
  import "./chunk-YNIAFX24.js";
21
- import "./chunk-ENH5AUOX.js";
21
+ import "./chunk-6P5WQP6Y.js";
22
22
  import "./chunk-5GVCNVKV.js";
23
23
  import "./chunk-XVWVAWSG.js";
24
24
  import "./chunk-PAAUYFYS.js";
@@ -40,4 +40,4 @@ export {
40
40
  runChatTurn,
41
41
  runVerifierTurn
42
42
  };
43
- //# sourceMappingURL=orchestrator-4NPBVVEI.js.map
43
+ //# sourceMappingURL=orchestrator-YUAFANFC.js.map
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "1.6.87",
3
+ "version": "1.6.90",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -43,7 +43,7 @@
43
43
  "typecheck": "npm run typecheck:server && npm run typecheck:web",
44
44
  "typecheck:server": "tsc --noEmit",
45
45
  "typecheck:web": "cd web && tsc --noEmit",
46
- "lint": "eslint src/",
46
+ "lint": "eslint src/ web/src/",
47
47
  "lint:fix": "eslint src/ --fix",
48
48
  "format": "prettier --check 'src/**/*.ts'",
49
49
  "format:fix": "prettier --write 'src/**/*.ts'",
@@ -5,10 +5,10 @@ import {
5
5
  generateSessionName,
6
6
  getSessionMessageCount,
7
7
  needsNameGenerationCheck
8
- } from "./chunk-VXC7VVTI.js";
8
+ } from "./chunk-DF5BZBP6.js";
9
9
  import {
10
10
  getEventStore
11
- } from "./chunk-ENH5AUOX.js";
11
+ } from "./chunk-6P5WQP6Y.js";
12
12
  import "./chunk-5GVCNVKV.js";
13
13
  import "./chunk-XVWVAWSG.js";
14
14
  import {
@@ -177,7 +177,7 @@ var QueueProcessor = class {
177
177
  backend: provider?.backend ?? llmClient.getBackend(),
178
178
  model: llmClient.getModel()
179
179
  };
180
- const { runChatTurn } = await import("./orchestrator-4NPBVVEI.js");
180
+ const { runChatTurn } = await import("./orchestrator-YUAFANFC.js");
181
181
  const runChatTurnParams = buildRunChatTurnParams({
182
182
  sessionManager,
183
183
  sessionId,
@@ -221,4 +221,4 @@ var QueueProcessor = class {
221
221
  export {
222
222
  QueueProcessor
223
223
  };
224
- //# sourceMappingURL=processor-JKBK7BAN.js.map
224
+ //# sourceMappingURL=processor-4SOP4Q6S.js.map
@@ -6,9 +6,9 @@ import {
6
6
  import {
7
7
  VERSION,
8
8
  createServer
9
- } from "./chunk-6JSQNOQG.js";
10
- import "./chunk-FTT3HMDU.js";
11
- import "./chunk-PLWQJCN4.js";
9
+ } from "./chunk-ZORPFD4C.js";
10
+ import "./chunk-N7W42N5Y.js";
11
+ import "./chunk-UEZDAB5X.js";
12
12
  import "./chunk-RCECKE5L.js";
13
13
  import "./chunk-ZHBL5G5X.js";
14
14
  import "./chunk-DL6ZILAF.js";
@@ -17,7 +17,7 @@ import "./chunk-VRGRAQDG.js";
17
17
  import "./chunk-6GGYIEBM.js";
18
18
  import "./chunk-JDDNBK6T.js";
19
19
  import "./chunk-YNIAFX24.js";
20
- import "./chunk-ENH5AUOX.js";
20
+ import "./chunk-6P5WQP6Y.js";
21
21
  import "./chunk-5GVCNVKV.js";
22
22
  import "./chunk-XVWVAWSG.js";
23
23
  import "./chunk-PAAUYFYS.js";
@@ -190,4 +190,4 @@ async function runServe(options) {
190
190
  export {
191
191
  runServe
192
192
  };
193
- //# sourceMappingURL=serve-54UN2X54.js.map
193
+ //# sourceMappingURL=serve-YO7HQKUD.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-6JSQNOQG.js";
5
- import "../chunk-FTT3HMDU.js";
6
- import "../chunk-PLWQJCN4.js";
4
+ } from "../chunk-ZORPFD4C.js";
5
+ import "../chunk-N7W42N5Y.js";
6
+ import "../chunk-UEZDAB5X.js";
7
7
  import "../chunk-RCECKE5L.js";
8
8
  import "../chunk-ZHBL5G5X.js";
9
9
  import "../chunk-DL6ZILAF.js";
@@ -12,7 +12,7 @@ import "../chunk-VRGRAQDG.js";
12
12
  import "../chunk-6GGYIEBM.js";
13
13
  import "../chunk-JDDNBK6T.js";
14
14
  import "../chunk-YNIAFX24.js";
15
- import "../chunk-ENH5AUOX.js";
15
+ import "../chunk-6P5WQP6Y.js";
16
16
  import "../chunk-5GVCNVKV.js";
17
17
  import "../chunk-XVWVAWSG.js";
18
18
  import "../chunk-PAAUYFYS.js";
@@ -11,14 +11,14 @@ import {
11
11
  requestPathAccess,
12
12
  stepDoneTool,
13
13
  validateToolAction
14
- } from "./chunk-PLWQJCN4.js";
14
+ } from "./chunk-UEZDAB5X.js";
15
15
  import "./chunk-RCECKE5L.js";
16
16
  import "./chunk-ZHBL5G5X.js";
17
17
  import "./chunk-DL6ZILAF.js";
18
18
  import "./chunk-PBGOZMVY.js";
19
19
  import "./chunk-VRGRAQDG.js";
20
20
  import "./chunk-YNIAFX24.js";
21
- import "./chunk-ENH5AUOX.js";
21
+ import "./chunk-6P5WQP6Y.js";
22
22
  import "./chunk-5GVCNVKV.js";
23
23
  import "./chunk-XVWVAWSG.js";
24
24
  import "./chunk-PAAUYFYS.js";
@@ -49,4 +49,4 @@ export {
49
49
  stepDoneTool,
50
50
  validateToolAction
51
51
  };
52
- //# sourceMappingURL=tools-XZBUMSMC.js.map
52
+ //# sourceMappingURL=tools-7MGUWXDP.js.map