openfox 2.0.27 → 2.0.28

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.
@@ -5,8 +5,8 @@ import {
5
5
  } from "./chunk-UHWRWFLE.js";
6
6
  import {
7
7
  runChatTurn
8
- } from "./chunk-NWMTGGVL.js";
9
- import "./chunk-LU3I4FWR.js";
8
+ } from "./chunk-WTO2M2JL.js";
9
+ import "./chunk-ERNIKY6J.js";
10
10
  import "./chunk-DL6ZILAF.js";
11
11
  import "./chunk-PBGOZMVY.js";
12
12
  import "./chunk-VRGRAQDG.js";
@@ -19,7 +19,7 @@ import {
19
19
  import "./chunk-EU3WWTFH.js";
20
20
  import "./chunk-RFNEDBVO.js";
21
21
  import "./chunk-O4TED6AJ.js";
22
- import "./chunk-YGSBVKFU.js";
22
+ import "./chunk-SS3F2VYF.js";
23
23
  import {
24
24
  getEventStore
25
25
  } from "./chunk-M7M2VH45.js";
@@ -145,4 +145,4 @@ export {
145
145
  startChatSession,
146
146
  stopSessionExecution
147
147
  };
148
- //# sourceMappingURL=chat-handler-7YZPQHI6.js.map
148
+ //# sourceMappingURL=chat-handler-5ZJY4XN6.js.map
@@ -21,7 +21,7 @@ import {
21
21
  tokenFromPassword,
22
22
  verifyPassword,
23
23
  workflowExists
24
- } from "./chunk-DTZZ6GEI.js";
24
+ } from "./chunk-IONBIUBB.js";
25
25
  import {
26
26
  agentExists,
27
27
  createToolRegistry,
@@ -61,7 +61,7 @@ import {
61
61
  setMcpTools,
62
62
  setNotifyMcpServersChanged,
63
63
  skillExists
64
- } from "./chunk-LU3I4FWR.js";
64
+ } from "./chunk-ERNIKY6J.js";
65
65
  import {
66
66
  getPathSeparator,
67
67
  isAbsolutePath
@@ -82,7 +82,7 @@ import {
82
82
  ALWAYS_ALLOWED,
83
83
  ALWAYS_ALLOWED_FOR_SUBAGENTS,
84
84
  TOP_LEVEL_ONLY_TOOLS
85
- } from "./chunk-YGSBVKFU.js";
85
+ } from "./chunk-SS3F2VYF.js";
86
86
  import {
87
87
  createSession,
88
88
  deleteSession,
@@ -3448,7 +3448,7 @@ import { Router as Router6 } from "express";
3448
3448
  import { spawn as spawn2 } from "child_process";
3449
3449
 
3450
3450
  // src/constants.ts
3451
- var VERSION = "2.0.27";
3451
+ var VERSION = "2.0.28";
3452
3452
 
3453
3453
  // src/server/routes/auto-update.ts
3454
3454
  var updateInProgress = false;
@@ -3628,7 +3628,7 @@ async function createServerHandle(config4) {
3628
3628
  setMcpTools(mcpTools);
3629
3629
  logger.info("MCP tools registered", { count: mcpTools.length });
3630
3630
  }
3631
- const { signalMcpReady } = await import("./server-WFXWONOK.js");
3631
+ const { signalMcpReady } = await import("./server-LNEF4YAD.js");
3632
3632
  signalMcpReady();
3633
3633
  });
3634
3634
  const app = express();
@@ -3821,7 +3821,7 @@ async function createServerHandle(config4) {
3821
3821
  app.get("/api/sessions/:id", async (req, res) => {
3822
3822
  const { getEventStore: getEventStore2 } = await import("./events-F5IURVXP.js");
3823
3823
  const { buildMessagesFromStoredEvents } = await import("./folding-PI67HWBR.js");
3824
- const { getPendingQuestionsForSession } = await import("./tools-B6HIABTH.js");
3824
+ const { getPendingQuestionsForSession } = await import("./tools-EHUIRZFG.js");
3825
3825
  const session = sessionManager.getSession(req.params.id);
3826
3826
  if (!session) {
3827
3827
  return res.status(404).json({ error: "Session not found" });
@@ -3954,7 +3954,7 @@ async function createServerHandle(config4) {
3954
3954
  if (!callId || approved === void 0) {
3955
3955
  return res.status(400).json({ error: "callId and approved are required" });
3956
3956
  }
3957
- const { providePathConfirmation } = await import("./tools-B6HIABTH.js");
3957
+ const { providePathConfirmation } = await import("./tools-EHUIRZFG.js");
3958
3958
  const result = providePathConfirmation(callId, approved, alwaysAllow);
3959
3959
  if (!result.found) {
3960
3960
  return res.status(404).json({ error: "No pending path confirmation with that ID" });
@@ -3962,7 +3962,7 @@ async function createServerHandle(config4) {
3962
3962
  const { getEventStore: getEventStore2 } = await import("./events-F5IURVXP.js");
3963
3963
  const { buildMessagesFromStoredEvents, foldPendingConfirmations } = await import("./folding-PI67HWBR.js");
3964
3964
  const { createSessionStateMessage } = await import("./protocol-BKNLAEPJ.js");
3965
- const { getPendingQuestionsForSession } = await import("./tools-B6HIABTH.js");
3965
+ const { getPendingQuestionsForSession } = await import("./tools-EHUIRZFG.js");
3966
3966
  const eventStore = getEventStore2();
3967
3967
  const events = eventStore.getEvents(sessionId);
3968
3968
  const messages = buildMessagesFromStoredEvents(events);
@@ -3983,7 +3983,7 @@ async function createServerHandle(config4) {
3983
3983
  if (!skip && typeof answer !== "string") {
3984
3984
  return res.status(400).json({ error: "answer is required when not skipping" });
3985
3985
  }
3986
- const { provideAnswer } = await import("./tools-B6HIABTH.js");
3986
+ const { provideAnswer } = await import("./tools-EHUIRZFG.js");
3987
3987
  const found = provideAnswer(callId, answer ?? "", skip ?? false);
3988
3988
  if (!found) {
3989
3989
  return res.status(404).json({ error: "No pending question with that ID" });
@@ -4019,8 +4019,8 @@ async function createServerHandle(config4) {
4019
4019
  if (!session) {
4020
4020
  return res.status(404).json({ error: "Session not found" });
4021
4021
  }
4022
- const { stopSessionExecution } = await import("./chat-handler-7YZPQHI6.js");
4023
- const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-B6HIABTH.js");
4022
+ const { stopSessionExecution } = await import("./chat-handler-5ZJY4XN6.js");
4023
+ const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-EHUIRZFG.js");
4024
4024
  const queuedMessages = sessionManager.getQueueState(sessionId);
4025
4025
  sessionManager.clearMessageQueue(sessionId);
4026
4026
  stopSessionExecution(sessionId, sessionManager);
@@ -4515,7 +4515,7 @@ async function createServerHandle(config4) {
4515
4515
  });
4516
4516
  async function rebuildMcpTools() {
4517
4517
  const { createMcpTools: createMcpTools2 } = await import("./tool-adapter-B7QP6NLA.js");
4518
- const { setMcpTools: setMcpTools2 } = await import("./tools-B6HIABTH.js");
4518
+ const { setMcpTools: setMcpTools2 } = await import("./tools-EHUIRZFG.js");
4519
4519
  const mcpTools = createMcpTools2(mcpManager);
4520
4520
  setMcpTools2(mcpTools);
4521
4521
  }
@@ -4827,7 +4827,7 @@ async function createServerHandle(config4) {
4827
4827
  const state = sessionManager.getContextState(sessionId);
4828
4828
  wssExports.broadcastForSession(sessionId, createContextStateMessage(state));
4829
4829
  });
4830
- const { QueueProcessor } = await import("./processor-DJW5WIZO.js");
4830
+ const { QueueProcessor } = await import("./processor-2GN5MJHI.js");
4831
4831
  const queueProcessor = new QueueProcessor({
4832
4832
  sessionManager,
4833
4833
  providerManager,
@@ -4902,4 +4902,4 @@ export {
4902
4902
  createServerHandle,
4903
4903
  createServer
4904
4904
  };
4905
- //# sourceMappingURL=chunk-S2QN73UJ.js.map
4905
+ //# sourceMappingURL=chunk-AETO4TMN.js.map
@@ -196,7 +196,7 @@ async function runCli(options) {
196
196
  if (!configExists) {
197
197
  await runNetworkSetup(mode);
198
198
  }
199
- const { runServe } = await import("./serve-LQ4DULNW.js");
199
+ const { runServe } = await import("./serve-O47BL4WX.js");
200
200
  const serveOptions = { mode };
201
201
  if (values.port) serveOptions.port = parseInt(values.port);
202
202
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -208,4 +208,4 @@ async function runCli(options) {
208
208
  export {
209
209
  runCli
210
210
  };
211
- //# sourceMappingURL=chunk-Z3GCVOXC.js.map
211
+ //# sourceMappingURL=chunk-D7ODVXBQ.js.map
@@ -50,7 +50,7 @@ import {
50
50
  createToolCallEvent,
51
51
  createToolResultEvent,
52
52
  streamLLMPure
53
- } from "./chunk-YGSBVKFU.js";
53
+ } from "./chunk-SS3F2VYF.js";
54
54
  import {
55
55
  getCurrentContextWindowId,
56
56
  getCurrentWindowMessageOptions,
@@ -2563,7 +2563,7 @@ ${CONTINUE_PROMPT}` : CONTINUE_PROMPT;
2563
2563
  sessionManager.setCurrentContextSize(sessionId, result.usage.promptTokens);
2564
2564
  if (!compacting) {
2565
2565
  const contextState2 = sessionManager.getContextState(sessionId);
2566
- const { shouldCompact, appendCompactionPrompt } = await import("./compactor-G4QIY6PV.js");
2566
+ const { shouldCompact, appendCompactionPrompt } = await import("./compactor-BN5IDIVR.js");
2567
2567
  if (shouldCompact(contextState2.currentTokens, contextState2.maxTokens, runtimeConfig.context.compactionThreshold)) {
2568
2568
  appendCompactionPrompt(sessionId, append);
2569
2569
  compacting = true;
@@ -3368,7 +3368,7 @@ var callSubAgentTool = {
3368
3368
  };
3369
3369
  }
3370
3370
  try {
3371
- const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-B6HIABTH.js");
3371
+ const { getToolRegistryForAgent: getToolRegistryForAgent2 } = await import("./tools-EHUIRZFG.js");
3372
3372
  const toolRegistry = getToolRegistryForAgent2(agentDef);
3373
3373
  const turnMetrics = new TurnMetrics();
3374
3374
  const result = await executeSubAgent({
@@ -4174,7 +4174,7 @@ async function computeContextHash(sessionManager, sessionId) {
4174
4174
  const runtimeConfig = getRuntimeConfig();
4175
4175
  const configDir = getGlobalConfigDir(runtimeConfig.mode ?? "production");
4176
4176
  const skills = await getEnabledSkillMetadata(configDir, runtimeConfig.workdir);
4177
- const { createToolRegistry: createToolRegistry2 } = await import("./tools-B6HIABTH.js");
4177
+ const { createToolRegistry: createToolRegistry2 } = await import("./tools-EHUIRZFG.js");
4178
4178
  const allTools = createToolRegistry2().definitions;
4179
4179
  const toolFingerprint = getToolFingerprint(allTools);
4180
4180
  const hash = computeDynamicContextHash(instructionContent, skills, toolFingerprint);
@@ -4287,7 +4287,7 @@ var mcpConfigTool = createTool(
4287
4287
  await saveGlobalConfig(mcpConfigMode, { ...globalConfig, mcpServers: updated });
4288
4288
  }
4289
4289
  async function rebuildTools() {
4290
- const { setMcpTools: setMcpTools2 } = await import("./tools-B6HIABTH.js");
4290
+ const { setMcpTools: setMcpTools2 } = await import("./tools-EHUIRZFG.js");
4291
4291
  const mcpTools = createMcpTools(mcpManagerForTools);
4292
4292
  setMcpTools2(mcpTools);
4293
4293
  }
@@ -4691,4 +4691,4 @@ export {
4691
4691
  getToolRegistryForAgent,
4692
4692
  createToolRegistry
4693
4693
  };
4694
- //# sourceMappingURL=chunk-LU3I4FWR.js.map
4694
+ //# sourceMappingURL=chunk-ERNIKY6J.js.map
@@ -2,7 +2,7 @@ import {
2
2
  injectWorkflowKickoffIfNeeded,
3
3
  runAgentTurn,
4
4
  runChatTurn
5
- } from "./chunk-NWMTGGVL.js";
5
+ } from "./chunk-WTO2M2JL.js";
6
6
  import {
7
7
  applyDynamicContext,
8
8
  checkAborted,
@@ -19,7 +19,7 @@ import {
19
19
  loadAllAgentsDefault,
20
20
  saveItemToDir,
21
21
  spawnShellProcess
22
- } from "./chunk-LU3I4FWR.js";
22
+ } from "./chunk-ERNIKY6J.js";
23
23
  import {
24
24
  getPlatformShell,
25
25
  onProcessEvent
@@ -43,11 +43,11 @@ import {
43
43
  } from "./chunk-EU3WWTFH.js";
44
44
  import {
45
45
  appendCompactionPrompt
46
- } from "./chunk-FMI362TD.js";
46
+ } from "./chunk-SSWRM5BT.js";
47
47
  import {
48
48
  TurnMetrics,
49
49
  createMessageStartEvent
50
- } from "./chunk-YGSBVKFU.js";
50
+ } from "./chunk-SS3F2VYF.js";
51
51
  import {
52
52
  getCurrentContextWindowId,
53
53
  getEventStore,
@@ -1777,7 +1777,7 @@ async function handleClientMessage(ws, client, message, _getLLMClient, _getActiv
1777
1777
  const runtimeConfig = getRuntimeConfig();
1778
1778
  const configDir = getGlobalConfigDir(runtimeConfig.mode ?? "production");
1779
1779
  const skills = await getEnabledSkillMetadata(configDir, runtimeConfig.workdir);
1780
- const { createToolRegistry } = await import("./tools-B6HIABTH.js");
1780
+ const { createToolRegistry } = await import("./tools-EHUIRZFG.js");
1781
1781
  const allTools = createToolRegistry().definitions;
1782
1782
  const toolFingerprint = getToolFingerprint(allTools);
1783
1783
  const currentHash = computeDynamicContextHash(instructionContent, skills, toolFingerprint);
@@ -1850,7 +1850,7 @@ async function handleClientMessage(ws, client, message, _getLLMClient, _getActiv
1850
1850
  const runtimeConfig = getRuntimeConfig();
1851
1851
  const configDir = getGlobalConfigDir(runtimeConfig.mode ?? "production");
1852
1852
  const skills = await getEnabledSkillMetadata(configDir, runtimeConfig.workdir);
1853
- const { createToolRegistry } = await import("./tools-B6HIABTH.js");
1853
+ const { createToolRegistry } = await import("./tools-EHUIRZFG.js");
1854
1854
  const allTools = createToolRegistry().definitions;
1855
1855
  const toolFingerprint = getToolFingerprint(allTools);
1856
1856
  const currentHash = computeDynamicContextHash(instructionContent, skills, toolFingerprint);
@@ -2071,4 +2071,4 @@ export {
2071
2071
  signalMcpReady,
2072
2072
  createWebSocketServer
2073
2073
  };
2074
- //# sourceMappingURL=chunk-DTZZ6GEI.js.map
2074
+ //# sourceMappingURL=chunk-IONBIUBB.js.map
@@ -497,6 +497,7 @@ async function* streamLLMPure(options) {
497
497
  break;
498
498
  }
499
499
  case "error":
500
+ if (signal?.aborted) break;
500
501
  yield {
501
502
  type: "chat.error",
502
503
  data: { error: value.error, recoverable: true }
@@ -705,4 +706,4 @@ export {
705
706
  createChatDoneEvent,
706
707
  consumeStreamGenerator
707
708
  };
708
- //# sourceMappingURL=chunk-YGSBVKFU.js.map
709
+ //# sourceMappingURL=chunk-SS3F2VYF.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  COMPACTION_PROMPT,
3
3
  createMessageStartEvent
4
- } from "./chunk-YGSBVKFU.js";
4
+ } from "./chunk-SS3F2VYF.js";
5
5
  import {
6
6
  getCurrentWindowMessageOptions
7
7
  } from "./chunk-M7M2VH45.js";
@@ -31,4 +31,4 @@ export {
31
31
  shouldCompact,
32
32
  getCompactionTarget
33
33
  };
34
- //# sourceMappingURL=chunk-FMI362TD.js.map
34
+ //# sourceMappingURL=chunk-SSWRM5BT.js.map
@@ -14,7 +14,7 @@ import {
14
14
  loadAllAgentsDefault,
15
15
  processEventsForConversation,
16
16
  runTopLevelAgentLoop
17
- } from "./chunk-LU3I4FWR.js";
17
+ } from "./chunk-ERNIKY6J.js";
18
18
  import {
19
19
  TurnMetrics,
20
20
  WORKFLOW_KICKOFF_PROMPT,
@@ -22,7 +22,7 @@ import {
22
22
  buildAgentSmallReminder,
23
23
  createChatDoneEvent,
24
24
  createMessageStartEvent
25
- } from "./chunk-YGSBVKFU.js";
25
+ } from "./chunk-SS3F2VYF.js";
26
26
  import {
27
27
  getCurrentContextWindowId,
28
28
  getCurrentWindowMessageOptions,
@@ -320,4 +320,4 @@ export {
320
320
  runAgentTurn,
321
321
  injectWorkflowKickoffIfNeeded
322
322
  };
323
- //# sourceMappingURL=chunk-NWMTGGVL.js.map
323
+ //# sourceMappingURL=chunk-WTO2M2JL.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-Z3GCVOXC.js";
4
+ } from "../chunk-D7ODVXBQ.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-Z3GCVOXC.js";
4
+ } from "../chunk-D7ODVXBQ.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-K44MW7JJ.js";
@@ -2,8 +2,8 @@ import {
2
2
  appendCompactionPrompt,
3
3
  getCompactionTarget,
4
4
  shouldCompact
5
- } from "./chunk-FMI362TD.js";
6
- import "./chunk-YGSBVKFU.js";
5
+ } from "./chunk-SSWRM5BT.js";
6
+ import "./chunk-SS3F2VYF.js";
7
7
  import "./chunk-M7M2VH45.js";
8
8
  import "./chunk-6PLAWCHQ.js";
9
9
  import "./chunk-FBGWG4N6.js";
@@ -17,4 +17,4 @@ export {
17
17
  getCompactionTarget,
18
18
  shouldCompact
19
19
  };
20
- //# sourceMappingURL=compactor-G4QIY6PV.js.map
20
+ //# sourceMappingURL=compactor-BN5IDIVR.js.map
@@ -2,8 +2,8 @@ import {
2
2
  injectWorkflowKickoffIfNeeded,
3
3
  runAgentTurn,
4
4
  runChatTurn
5
- } from "./chunk-NWMTGGVL.js";
6
- import "./chunk-LU3I4FWR.js";
5
+ } from "./chunk-WTO2M2JL.js";
6
+ import "./chunk-ERNIKY6J.js";
7
7
  import "./chunk-DL6ZILAF.js";
8
8
  import "./chunk-PBGOZMVY.js";
9
9
  import "./chunk-VRGRAQDG.js";
@@ -19,7 +19,7 @@ import {
19
19
  createMessageStartEvent,
20
20
  createToolCallEvent,
21
21
  createToolResultEvent
22
- } from "./chunk-YGSBVKFU.js";
22
+ } from "./chunk-SS3F2VYF.js";
23
23
  import "./chunk-M7M2VH45.js";
24
24
  import "./chunk-6PLAWCHQ.js";
25
25
  import "./chunk-FBGWG4N6.js";
@@ -42,4 +42,4 @@ export {
42
42
  runAgentTurn,
43
43
  runChatTurn
44
44
  };
45
- //# sourceMappingURL=orchestrator-B5XMOEFI.js.map
45
+ //# sourceMappingURL=orchestrator-I4QEUXG3.js.map
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.27",
3
+ "version": "2.0.28",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -3,7 +3,7 @@ import {
3
3
  finalizeTurnCompletion,
4
4
  generateSessionNameForSession
5
5
  } from "./chunk-UHWRWFLE.js";
6
- import "./chunk-LU3I4FWR.js";
6
+ import "./chunk-ERNIKY6J.js";
7
7
  import "./chunk-DL6ZILAF.js";
8
8
  import "./chunk-PBGOZMVY.js";
9
9
  import "./chunk-VRGRAQDG.js";
@@ -15,7 +15,7 @@ import {
15
15
  import "./chunk-EU3WWTFH.js";
16
16
  import "./chunk-RFNEDBVO.js";
17
17
  import "./chunk-O4TED6AJ.js";
18
- import "./chunk-YGSBVKFU.js";
18
+ import "./chunk-SS3F2VYF.js";
19
19
  import {
20
20
  getEventStore
21
21
  } from "./chunk-M7M2VH45.js";
@@ -171,7 +171,7 @@ var QueueProcessor = class {
171
171
  backend: provider?.backend ?? llmClient.getBackend(),
172
172
  model: llmClient.getModel()
173
173
  };
174
- const { runChatTurn } = await import("./orchestrator-B5XMOEFI.js");
174
+ const { runChatTurn } = await import("./orchestrator-I4QEUXG3.js");
175
175
  const runChatTurnParams = buildRunChatTurnParams({
176
176
  sessionManager,
177
177
  sessionId,
@@ -216,4 +216,4 @@ var QueueProcessor = class {
216
216
  export {
217
217
  QueueProcessor
218
218
  };
219
- //# sourceMappingURL=processor-DJW5WIZO.js.map
219
+ //# sourceMappingURL=processor-2GN5MJHI.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  VERSION,
3
3
  createServer
4
- } from "./chunk-S2QN73UJ.js";
5
- import "./chunk-DTZZ6GEI.js";
6
- import "./chunk-NWMTGGVL.js";
7
- import "./chunk-LU3I4FWR.js";
4
+ } from "./chunk-AETO4TMN.js";
5
+ import "./chunk-IONBIUBB.js";
6
+ import "./chunk-WTO2M2JL.js";
7
+ import "./chunk-ERNIKY6J.js";
8
8
  import "./chunk-DL6ZILAF.js";
9
9
  import "./chunk-PBGOZMVY.js";
10
10
  import "./chunk-VRGRAQDG.js";
@@ -13,8 +13,8 @@ import "./chunk-F4PMNP7S.js";
13
13
  import "./chunk-EU3WWTFH.js";
14
14
  import "./chunk-RFNEDBVO.js";
15
15
  import "./chunk-O4TED6AJ.js";
16
- import "./chunk-FMI362TD.js";
17
- import "./chunk-YGSBVKFU.js";
16
+ import "./chunk-SSWRM5BT.js";
17
+ import "./chunk-SS3F2VYF.js";
18
18
  import {
19
19
  loadConfig
20
20
  } from "./chunk-M7M2VH45.js";
@@ -199,4 +199,4 @@ async function runServe(options) {
199
199
  export {
200
200
  runServe
201
201
  };
202
- //# sourceMappingURL=serve-LQ4DULNW.js.map
202
+ //# sourceMappingURL=serve-O47BL4WX.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-S2QN73UJ.js";
5
- import "../chunk-DTZZ6GEI.js";
6
- import "../chunk-NWMTGGVL.js";
7
- import "../chunk-LU3I4FWR.js";
4
+ } from "../chunk-AETO4TMN.js";
5
+ import "../chunk-IONBIUBB.js";
6
+ import "../chunk-WTO2M2JL.js";
7
+ import "../chunk-ERNIKY6J.js";
8
8
  import "../chunk-DL6ZILAF.js";
9
9
  import "../chunk-PBGOZMVY.js";
10
10
  import "../chunk-VRGRAQDG.js";
@@ -13,8 +13,8 @@ import "../chunk-F4PMNP7S.js";
13
13
  import "../chunk-EU3WWTFH.js";
14
14
  import "../chunk-RFNEDBVO.js";
15
15
  import "../chunk-O4TED6AJ.js";
16
- import "../chunk-FMI362TD.js";
17
- import "../chunk-YGSBVKFU.js";
16
+ import "../chunk-SSWRM5BT.js";
17
+ import "../chunk-SS3F2VYF.js";
18
18
  import "../chunk-M7M2VH45.js";
19
19
  import "../chunk-6PLAWCHQ.js";
20
20
  import "../chunk-FBGWG4N6.js";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  createWebSocketServer,
3
3
  signalMcpReady
4
- } from "./chunk-DTZZ6GEI.js";
5
- import "./chunk-NWMTGGVL.js";
6
- import "./chunk-LU3I4FWR.js";
4
+ } from "./chunk-IONBIUBB.js";
5
+ import "./chunk-WTO2M2JL.js";
6
+ import "./chunk-ERNIKY6J.js";
7
7
  import "./chunk-DL6ZILAF.js";
8
8
  import "./chunk-PBGOZMVY.js";
9
9
  import "./chunk-VRGRAQDG.js";
@@ -12,8 +12,8 @@ import "./chunk-F4PMNP7S.js";
12
12
  import "./chunk-EU3WWTFH.js";
13
13
  import "./chunk-RFNEDBVO.js";
14
14
  import "./chunk-O4TED6AJ.js";
15
- import "./chunk-FMI362TD.js";
16
- import "./chunk-YGSBVKFU.js";
15
+ import "./chunk-SSWRM5BT.js";
16
+ import "./chunk-SS3F2VYF.js";
17
17
  import "./chunk-M7M2VH45.js";
18
18
  import "./chunk-6PLAWCHQ.js";
19
19
  import "./chunk-FBGWG4N6.js";
@@ -34,4 +34,4 @@ export {
34
34
  createWebSocketServer,
35
35
  signalMcpReady
36
36
  };
37
- //# sourceMappingURL=server-WFXWONOK.js.map
37
+ //# sourceMappingURL=server-LNEF4YAD.js.map
@@ -12,7 +12,7 @@ import {
12
12
  setMcpTools,
13
13
  stepDoneTool,
14
14
  validateToolAction
15
- } from "./chunk-LU3I4FWR.js";
15
+ } from "./chunk-ERNIKY6J.js";
16
16
  import "./chunk-DL6ZILAF.js";
17
17
  import "./chunk-PBGOZMVY.js";
18
18
  import "./chunk-VRGRAQDG.js";
@@ -26,7 +26,7 @@ import {
26
26
  } from "./chunk-EU3WWTFH.js";
27
27
  import "./chunk-RFNEDBVO.js";
28
28
  import "./chunk-O4TED6AJ.js";
29
- import "./chunk-YGSBVKFU.js";
29
+ import "./chunk-SS3F2VYF.js";
30
30
  import "./chunk-M7M2VH45.js";
31
31
  import "./chunk-6PLAWCHQ.js";
32
32
  import "./chunk-FBGWG4N6.js";
@@ -57,4 +57,4 @@ export {
57
57
  stepDoneTool,
58
58
  validateToolAction
59
59
  };
60
- //# sourceMappingURL=tools-B6HIABTH.js.map
60
+ //# sourceMappingURL=tools-EHUIRZFG.js.map