openfox 2.0.146 → 2.0.147

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.
Files changed (31) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/CHANGELOG.md +16 -0
  3. package/dist/{auto-continue-IENGLXVQ.js → auto-continue-FGQ63HHR.js} +2 -2
  4. package/dist/{chat-handler-RJUJHVOX.js → chat-handler-VCED3JYF.js} +4 -4
  5. package/dist/{chunk-7BIGFGU5.js → chunk-2V6QL6IW.js} +285 -115
  6. package/dist/chunk-65KDNVRA.js +7 -0
  7. package/dist/{chunk-5D4MQG7P.js → chunk-ABXERHIY.js} +4 -4
  8. package/dist/{chunk-QR6FIHIP.js → chunk-AJMBQMJH.js} +16 -12
  9. package/dist/{chunk-L43S7FJM.js → chunk-ESHP42KO.js} +2 -2
  10. package/dist/{chunk-EZEFBLPY.js → chunk-QHFJRUJV.js} +3 -3
  11. package/dist/{chunk-OS4P2KQJ.js → chunk-UOBJP4GN.js} +7 -7
  12. package/dist/{chunk-7IETJ4D4.js → chunk-YQJ6HEFS.js} +29 -29
  13. package/dist/cli/dev.js +1 -1
  14. package/dist/cli/index.js +1 -1
  15. package/dist/{dynamic-context-IQUBKUCX.js → dynamic-context-YLRA34WJ.js} +2 -2
  16. package/dist/{export-import-NAQDPRET.js → export-import-R4E5BUQS.js} +2 -2
  17. package/dist/{launch-EUU25RFE.js → launch-QP2BI3PB.js} +5 -5
  18. package/dist/{orchestrator-PPAIE2UH.js → orchestrator-7T62RLDL.js} +4 -4
  19. package/dist/package.json +1 -1
  20. package/dist/{processor-7XMJPNCD.js → processor-LDLRELLS.js} +3 -3
  21. package/dist/{serve-3GNQNYG6.js → serve-A4AJAH2N.js} +8 -8
  22. package/dist/server/index.js +7 -7
  23. package/dist/{server-C4LB436R.js → server-A3EGJ6MD.js} +6 -6
  24. package/dist/skill-defaults/workflows/SKILL.md +149 -16
  25. package/dist/{tools-OH3WW6Q4.js → tools-MRC27SZG.js} +2 -2
  26. package/dist/{update-PG63SDV3.js → update-MLDVVG3D.js} +2 -2
  27. package/dist/web/assets/{index-jXXIgPm-.js → index-CkVmYTBd.js} +82 -82
  28. package/dist/web/index.html +1 -1
  29. package/dist/web/sw.js +1 -1
  30. package/package.json +1 -1
  31. package/dist/chunk-EABIZXTG.js +0 -7
@@ -329,7 +329,7 @@ function resolveAgentDef(sessionManager, sessionId) {
329
329
  });
330
330
  }
331
331
  async function getEffectiveToolDefinitions(agentDef, sessionId, modelName) {
332
- const { getToolRegistryForAgent } = await import("./tools-OH3WW6Q4.js");
332
+ const { getToolRegistryForAgent } = await import("./tools-MRC27SZG.js");
333
333
  const { isDescribeImageEligible } = await import("./describe-image-Z5WS6YU3.js");
334
334
  const all = getToolRegistryForAgent(agentDef, sessionId).definitions;
335
335
  const eligible = await isDescribeImageEligible(modelName);
@@ -398,4 +398,4 @@ export {
398
398
  computeSessionHash,
399
399
  applyDynamicContext
400
400
  };
401
- //# sourceMappingURL=chunk-L43S7FJM.js.map
401
+ //# sourceMappingURL=chunk-ESHP42KO.js.map
@@ -252,7 +252,7 @@ async function runCli(options) {
252
252
  break;
253
253
  }
254
254
  case "update": {
255
- const { runUpdate } = await import("./update-PG63SDV3.js");
255
+ const { runUpdate } = await import("./update-MLDVVG3D.js");
256
256
  const code = await runUpdate();
257
257
  if (code !== 0) {
258
258
  process.exit(code);
@@ -265,7 +265,7 @@ async function runCli(options) {
265
265
  if (!configExists) {
266
266
  await runNetworkSetup(mode);
267
267
  }
268
- const { runServe } = await import("./serve-3GNQNYG6.js");
268
+ const { runServe } = await import("./serve-A4AJAH2N.js");
269
269
  const serveOptions = { mode };
270
270
  if (values.port) serveOptions.port = parseInt(values.port);
271
271
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -277,4 +277,4 @@ async function runCli(options) {
277
277
  export {
278
278
  runCli
279
279
  };
280
- //# sourceMappingURL=chunk-EZEFBLPY.js.map
280
+ //# sourceMappingURL=chunk-QHFJRUJV.js.map
@@ -5,18 +5,18 @@ import {
5
5
  } from "./chunk-ORIPUMOQ.js";
6
6
  import {
7
7
  launchWorkflowRun
8
- } from "./chunk-7BIGFGU5.js";
8
+ } from "./chunk-2V6QL6IW.js";
9
9
  import {
10
10
  runChatTurn
11
- } from "./chunk-5D4MQG7P.js";
11
+ } from "./chunk-ABXERHIY.js";
12
12
  import {
13
13
  applyDynamicContext,
14
14
  computeSessionHash,
15
15
  computeUnifiedDiff
16
- } from "./chunk-L43S7FJM.js";
16
+ } from "./chunk-ESHP42KO.js";
17
17
  import {
18
18
  devServerManager
19
- } from "./chunk-QR6FIHIP.js";
19
+ } from "./chunk-AJMBQMJH.js";
20
20
  import {
21
21
  gitSpawnEnv
22
22
  } from "./chunk-J7GAZGZT.js";
@@ -1358,7 +1358,7 @@ async function handleClientMessage(ws, client, message, _getLLMClient, _getActiv
1358
1358
  }
1359
1359
  const session = sessionManager.requireSession(sessionId);
1360
1360
  try {
1361
- const { buildCachedPrompt, computePreviewToolDiff } = await import("./dynamic-context-IQUBKUCX.js");
1361
+ const { buildCachedPrompt, computePreviewToolDiff } = await import("./dynamic-context-YLRA34WJ.js");
1362
1362
  const allAgents = await import("./registry-24U5BZAJ.js");
1363
1363
  const agentDef = allAgents.findAgentById(session.mode, await allAgents.loadAllAgentsDefault()) ?? allAgents.findAgentById("planner", await allAgents.loadAllAgentsDefault());
1364
1364
  const modelName = session.providerModel ?? _providerManager?.getCurrentModel();
@@ -1370,7 +1370,7 @@ async function handleClientMessage(ws, client, message, _getLLMClient, _getActiv
1370
1370
  const oldCached = sessionManager.getCachedPrompt(sessionId);
1371
1371
  const oldPrompt = oldCached?.systemPrompt;
1372
1372
  const diff = oldPrompt ? computeUnifiedDiff(oldPrompt, newPrompt) : [];
1373
- const { getToolRegistryForAgent } = await import("./tools-OH3WW6Q4.js");
1373
+ const { getToolRegistryForAgent } = await import("./tools-MRC27SZG.js");
1374
1374
  const unfilteredTools = getToolRegistryForAgent(agentDef).definitions;
1375
1375
  const toolDiff = computePreviewToolDiff(oldCached?.tools, unfilteredTools, newTools);
1376
1376
  send({
@@ -1743,4 +1743,4 @@ export {
1743
1743
  signalMcpReady,
1744
1744
  createWebSocketServer
1745
1745
  };
1746
- //# sourceMappingURL=chunk-OS4P2KQJ.js.map
1746
+ //# sourceMappingURL=chunk-UOBJP4GN.js.map
@@ -9,10 +9,10 @@ import {
9
9
  terminalManager,
10
10
  tokenFromPassword,
11
11
  verifyPassword
12
- } from "./chunk-OS4P2KQJ.js";
12
+ } from "./chunk-UOBJP4GN.js";
13
13
  import {
14
14
  TEMPLATE_VARIABLES
15
- } from "./chunk-7BIGFGU5.js";
15
+ } from "./chunk-2V6QL6IW.js";
16
16
  import {
17
17
  projectSessionStatus
18
18
  } from "./chunk-T3S5MTMD.js";
@@ -42,7 +42,7 @@ import {
42
42
  setMcpManagerForTools,
43
43
  setMcpTools,
44
44
  setNotifyMcpServersChanged
45
- } from "./chunk-QR6FIHIP.js";
45
+ } from "./chunk-AJMBQMJH.js";
46
46
  import {
47
47
  deleteOwnedSkill,
48
48
  deleteProjectSkill,
@@ -224,7 +224,7 @@ import {
224
224
  } from "./chunk-YNMP647F.js";
225
225
  import {
226
226
  VERSION
227
- } from "./chunk-EABIZXTG.js";
227
+ } from "./chunk-65KDNVRA.js";
228
228
  import {
229
229
  deleteProject,
230
230
  getProject,
@@ -3147,8 +3147,8 @@ var SessionManager = class {
3147
3147
  * @throws Error for invalid payloads or unknown project
3148
3148
  */
3149
3149
  async importSession(projectId, rawPayload) {
3150
- const { parseSessionExport, IMPORTED_SESSION_REMINDER, SESSION_EXPORT_VERSION } = await import("./export-import-NAQDPRET.js");
3151
- const { injectContextDriftReminders, getToolSetFingerprint } = await import("./dynamic-context-IQUBKUCX.js");
3150
+ const { parseSessionExport, IMPORTED_SESSION_REMINDER, SESSION_EXPORT_VERSION } = await import("./export-import-R4E5BUQS.js");
3151
+ const { injectContextDriftReminders, getToolSetFingerprint } = await import("./dynamic-context-YLRA34WJ.js");
3152
3152
  const { loadAllAgentsDefault: loadAllAgentsDefault2, resolveDefaultAgentId } = await import("./registry-24U5BZAJ.js");
3153
3153
  const payload = parseSessionExport(rawPayload);
3154
3154
  if (payload.version !== SESSION_EXPORT_VERSION) {
@@ -7248,7 +7248,7 @@ function detectWsl() {
7248
7248
  // src/server/index.ts
7249
7249
  var __dirname3 = dirname7(fileURLToPath6(import.meta.url));
7250
7250
  async function announceContextDrift(sessionManager, sessionIds) {
7251
- const { injectContextDriftRemindersForSessions } = await import("./dynamic-context-IQUBKUCX.js");
7251
+ const { injectContextDriftRemindersForSessions } = await import("./dynamic-context-YLRA34WJ.js");
7252
7252
  await injectContextDriftRemindersForSessions(sessionManager, sessionIds);
7253
7253
  }
7254
7254
  async function createServerHandle(config3) {
@@ -7364,7 +7364,7 @@ async function createServerHandle(config3) {
7364
7364
  toolRegistry = createToolRegistry();
7365
7365
  logger.info("MCP tools registered", { count: mcpTools.length });
7366
7366
  }
7367
- const { signalMcpReady } = await import("./server-C4LB436R.js");
7367
+ const { signalMcpReady } = await import("./server-A3EGJ6MD.js");
7368
7368
  signalMcpReady();
7369
7369
  }
7370
7370
  const app = express();
@@ -7581,7 +7581,7 @@ async function createServerHandle(config3) {
7581
7581
  app.use("/api", sessionFavoriteRouter);
7582
7582
  const { createTasksService } = await import("./service-KMOSB6SU.js");
7583
7583
  const { registerTaskRoutes } = await import("./tasks-X5DM553T.js");
7584
- const { setTasksService } = await import("./tools-OH3WW6Q4.js");
7584
+ const { setTasksService } = await import("./tools-MRC27SZG.js");
7585
7585
  const tasksService = createTasksService({
7586
7586
  sessionManager,
7587
7587
  config: config3,
@@ -7904,7 +7904,7 @@ All file and git operations should use this branch.
7904
7904
  const { getEventStore: getEventStore2, combineEventsWithSnapshot: combineEventsWithSnapshot2 } = await import("./events-FTS5W6FX.js");
7905
7905
  const { buildMessagesFromStoredEvents: buildMessagesFromStoredEvents2, buildSessionStatsMessages, foldPendingConfirmations } = await import("./folding-VWRMYZ5T.js");
7906
7906
  const { computeSessionStatsSummary } = await import("./stats-2QMXP6G4.js");
7907
- const { getPendingQuestionsForSession: getPendingQuestionsForSession2 } = await import("./tools-OH3WW6Q4.js");
7907
+ const { getPendingQuestionsForSession: getPendingQuestionsForSession2 } = await import("./tools-MRC27SZG.js");
7908
7908
  const { getMaxVisibleItems } = await import("./settings-FQUDSGZF.js");
7909
7909
  const session = sessionManager.getSession(req.params.id);
7910
7910
  if (!session) {
@@ -7935,7 +7935,7 @@ All file and git operations should use this branch.
7935
7935
  });
7936
7936
  app.get("/api/sessions/:id/status", async (req, res) => {
7937
7937
  const { projectSessionStatus: projectSessionStatus2 } = await import("./session-status-UFO5IFI7.js");
7938
- const { getPendingQuestionsForSession: getPendingQuestionsForSession2 } = await import("./tools-OH3WW6Q4.js");
7938
+ const { getPendingQuestionsForSession: getPendingQuestionsForSession2 } = await import("./tools-MRC27SZG.js");
7939
7939
  const { getEventStore: getEventStore2, combineEventsWithSnapshot: combineEventsWithSnapshot2 } = await import("./events-FTS5W6FX.js");
7940
7940
  const { foldPendingConfirmations } = await import("./folding-VWRMYZ5T.js");
7941
7941
  const sessionId = req.params["id"];
@@ -7971,8 +7971,8 @@ All file and git operations should use this branch.
7971
7971
  if (!session) {
7972
7972
  return res.status(404).json({ error: "Session not found" });
7973
7973
  }
7974
- const { stopSessionExecution } = await import("./chat-handler-RJUJHVOX.js");
7975
- const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-OH3WW6Q4.js");
7974
+ const { stopSessionExecution } = await import("./chat-handler-VCED3JYF.js");
7975
+ const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-MRC27SZG.js");
7976
7976
  sessionManager.clearMessageQueue(sessionId);
7977
7977
  stopSessionExecution(sessionId, sessionManager);
7978
7978
  abortSession(sessionId);
@@ -8204,7 +8204,7 @@ All file and git operations should use this branch.
8204
8204
  }
8205
8205
  sessionManager.setDangerLevel(sessionId, dangerLevel);
8206
8206
  if (dangerLevel === "dangerous") {
8207
- const { autoApprovePendingConfirmationsForSession } = await import("./tools-OH3WW6Q4.js");
8207
+ const { autoApprovePendingConfirmationsForSession } = await import("./tools-MRC27SZG.js");
8208
8208
  const approvedCallIds = autoApprovePendingConfirmationsForSession(sessionId);
8209
8209
  for (const callId of approvedCallIds) {
8210
8210
  wssExports.broadcastForSession(sessionId, {
@@ -8239,7 +8239,7 @@ All file and git operations should use this branch.
8239
8239
  setSessionDisabledServers(sessionId, disabledServers);
8240
8240
  const messages = session.messages ?? [];
8241
8241
  if (messages.length === 0) {
8242
- const { applyDynamicContext } = await import("./dynamic-context-IQUBKUCX.js");
8242
+ const { applyDynamicContext } = await import("./dynamic-context-YLRA34WJ.js");
8243
8243
  const modelName = session.providerModel ?? providerManager.getCurrentModel();
8244
8244
  await applyDynamicContext(sessionManager, sessionId, modelName);
8245
8245
  } else {
@@ -8273,7 +8273,7 @@ All file and git operations should use this branch.
8273
8273
  if (alwaysAllow !== void 0 && typeof alwaysAllow !== "boolean") {
8274
8274
  return res.status(400).json({ error: "alwaysAllow must be a boolean if provided" });
8275
8275
  }
8276
- const { providePathConfirmation: providePathConfirmation2, getConfirmationSessionId } = await import("./tools-OH3WW6Q4.js");
8276
+ const { providePathConfirmation: providePathConfirmation2, getConfirmationSessionId } = await import("./tools-MRC27SZG.js");
8277
8277
  const pendingSessionId = getConfirmationSessionId(callId);
8278
8278
  if (!pendingSessionId) {
8279
8279
  return res.status(404).json({ error: "No pending path confirmation with that ID" });
@@ -8288,7 +8288,7 @@ All file and git operations should use this branch.
8288
8288
  const { getEventStore: getEventStore2, combineEventsWithSnapshot: combineEvents } = await import("./events-FTS5W6FX.js");
8289
8289
  const { buildMessagesFromStoredEvents: buildMessagesFromStoredEvents2, foldPendingConfirmations } = await import("./folding-VWRMYZ5T.js");
8290
8290
  const { createSessionStateMessage } = await import("./protocol-M4DFHA32.js");
8291
- const { getPendingQuestionsForSession: getPendingQuestionsForSession2 } = await import("./tools-OH3WW6Q4.js");
8291
+ const { getPendingQuestionsForSession: getPendingQuestionsForSession2 } = await import("./tools-MRC27SZG.js");
8292
8292
  const { getMaxVisibleItems } = await import("./settings-FQUDSGZF.js");
8293
8293
  const eventStore = getEventStore2();
8294
8294
  const { snapshot, events: eventsSinceSnapshot } = eventStore.getEventsSinceSnapshot(sessionId);
@@ -8326,7 +8326,7 @@ All file and git operations should use this branch.
8326
8326
  if (!skip && typeof answer !== "string") {
8327
8327
  return res.status(400).json({ error: "answer is required when not skipping" });
8328
8328
  }
8329
- const { provideAnswer: provideAnswer2 } = await import("./tools-OH3WW6Q4.js");
8329
+ const { provideAnswer: provideAnswer2 } = await import("./tools-MRC27SZG.js");
8330
8330
  const found = provideAnswer2(callId, answer ?? "", skip ?? false);
8331
8331
  if (!found) {
8332
8332
  return res.status(404).json({ error: "No pending question with that ID" });
@@ -8392,7 +8392,7 @@ All file and git operations should use this branch.
8392
8392
  backend: activeProvider?.backend ?? llmClient.getBackend(),
8393
8393
  model: llmClient.getModel()
8394
8394
  };
8395
- const { runAgentTurn, TurnMetrics } = await import("./orchestrator-PPAIE2UH.js");
8395
+ const { runAgentTurn, TurnMetrics } = await import("./orchestrator-7T62RLDL.js");
8396
8396
  runAgentTurn(
8397
8397
  {
8398
8398
  sessionManager,
@@ -8430,8 +8430,8 @@ All file and git operations should use this branch.
8430
8430
  if (!session) {
8431
8431
  return res.status(404).json({ error: "Session not found" });
8432
8432
  }
8433
- const { stopSessionExecution } = await import("./chat-handler-RJUJHVOX.js");
8434
- const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-OH3WW6Q4.js");
8433
+ const { stopSessionExecution } = await import("./chat-handler-VCED3JYF.js");
8434
+ const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-MRC27SZG.js");
8435
8435
  const queuedMessages = sessionManager.getQueueState(sessionId);
8436
8436
  sessionManager.clearMessageQueue(sessionId);
8437
8437
  stopSessionExecution(sessionId, sessionManager);
@@ -8554,7 +8554,7 @@ All file and git operations should use this branch.
8554
8554
  return res.status(404).json({ error: "Session not found" });
8555
8555
  }
8556
8556
  try {
8557
- const { buildSessionExport } = await import("./export-import-NAQDPRET.js");
8557
+ const { buildSessionExport } = await import("./export-import-R4E5BUQS.js");
8558
8558
  const payload = buildSessionExport(sessionManager, sessionId);
8559
8559
  const filename = `${(payload.session.title ?? "session").replace(/[^a-zA-Z0-9-_]/g, "_")}.openfox-session.json`;
8560
8560
  res.setHeader("Content-Disposition", `attachment; filename="${filename}"`);
@@ -9377,7 +9377,7 @@ All file and git operations should use this branch.
9377
9377
  });
9378
9378
  async function rebuildMcpTools() {
9379
9379
  const { createMcpTools: createMcpTools2 } = await import("./tool-adapter-ZY4FC4C4.js");
9380
- const { setMcpTools: setMcpTools2 } = await import("./tools-OH3WW6Q4.js");
9380
+ const { setMcpTools: setMcpTools2 } = await import("./tools-MRC27SZG.js");
9381
9381
  const mcpTools = createMcpTools2(mcpManager);
9382
9382
  setMcpTools2(mcpTools);
9383
9383
  toolRegistry = createToolRegistry();
@@ -9953,7 +9953,7 @@ All file and git operations should use this branch.
9953
9953
  );
9954
9954
  const wss = wssExports.wss;
9955
9955
  deferTasksBroadcast = (_projectId, payload) => wssExports.broadcastAll({ type: "tasks.update", payload });
9956
- const { launchWorkflowRun, abortRunnerRun } = await import("./launch-EUU25RFE.js");
9956
+ const { launchWorkflowRun, abortRunnerRun } = await import("./launch-QP2BI3PB.js");
9957
9957
  deferTasksLaunchWorkflow = (sessionId, launch) => {
9958
9958
  const effective = sessionManager.resolveEffectiveProviderModel(sessionId);
9959
9959
  let llmClient = getLLMClient();
@@ -9998,7 +9998,7 @@ All file and git operations should use this branch.
9998
9998
  const state = sessionManager.getContextState(sessionId);
9999
9999
  wssExports.broadcastForSession(sessionId, createContextStateMessage(state));
10000
10000
  });
10001
- const { QueueProcessor } = await import("./processor-7XMJPNCD.js");
10001
+ const { QueueProcessor } = await import("./processor-LDLRELLS.js");
10002
10002
  const queueProcessor = new QueueProcessor({
10003
10003
  sessionManager,
10004
10004
  providerManager,
@@ -10011,7 +10011,7 @@ All file and git operations should use this branch.
10011
10011
  const { getSetting: getSetting2, SETTINGS_KEYS } = await import("./settings-FQUDSGZF.js");
10012
10012
  if (getSetting2(SETTINGS_KEYS.AUTO_CONTINUE_ON_BOOT) === "true") {
10013
10013
  const { getStaleRunningSessionIds } = await import("./store-OWOLXB74.js");
10014
- const { runBootAutoContinuations } = await import("./auto-continue-IENGLXVQ.js");
10014
+ const { runBootAutoContinuations } = await import("./auto-continue-FGQ63HHR.js");
10015
10015
  const staleIds = getStaleRunningSessionIds();
10016
10016
  if (staleIds.length > 0) {
10017
10017
  const continued = runBootAutoContinuations(staleIds, {
@@ -10055,8 +10055,8 @@ All file and git operations should use this branch.
10055
10055
  launchWorkflow: (sessionId, launch) => deferTasksLaunchWorkflow(sessionId, launch),
10056
10056
  stopSession: (sessionId) => {
10057
10057
  void (async () => {
10058
- const { stopSessionExecution } = await import("./chat-handler-RJUJHVOX.js");
10059
- const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-OH3WW6Q4.js");
10058
+ const { stopSessionExecution } = await import("./chat-handler-VCED3JYF.js");
10059
+ const { cancelQuestionsForSession, cancelPathConfirmationsForSession } = await import("./tools-MRC27SZG.js");
10060
10060
  sessionManager.clearMessageQueue(sessionId);
10061
10061
  stopSessionExecution(sessionId, sessionManager);
10062
10062
  abortSession(sessionId);
@@ -10183,4 +10183,4 @@ export {
10183
10183
  createServerHandle,
10184
10184
  createServer
10185
10185
  };
10186
- //# sourceMappingURL=chunk-7IETJ4D4.js.map
10186
+ //# sourceMappingURL=chunk-YQJ6HEFS.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-EZEFBLPY.js";
4
+ } from "../chunk-QHFJRUJV.js";
5
5
  import "../chunk-AGXJ5O63.js";
6
6
  import "../chunk-2OMGR7LN.js";
7
7
  import {
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-EZEFBLPY.js";
4
+ } from "../chunk-QHFJRUJV.js";
5
5
  import "../chunk-AGXJ5O63.js";
6
6
  import "../chunk-2OMGR7LN.js";
7
7
  import {
@@ -16,7 +16,7 @@ import {
16
16
  injectContextDriftRemindersForSessions,
17
17
  renderSystemPromptDiff,
18
18
  renderToolChangeReminder
19
- } from "./chunk-L43S7FJM.js";
19
+ } from "./chunk-ESHP42KO.js";
20
20
  import "./chunk-DJH6LMBT.js";
21
21
  import "./chunk-ZONLEX2F.js";
22
22
  import "./chunk-5JGRKNMS.js";
@@ -52,4 +52,4 @@ export {
52
52
  renderSystemPromptDiff,
53
53
  renderToolChangeReminder
54
54
  };
55
- //# sourceMappingURL=dynamic-context-IQUBKUCX.js.map
55
+ //# sourceMappingURL=dynamic-context-YLRA34WJ.js.map
@@ -11,7 +11,7 @@ import "./chunk-OSXPQSLW.js";
11
11
  import "./chunk-LCLH6ZUL.js";
12
12
  import {
13
13
  VERSION
14
- } from "./chunk-EABIZXTG.js";
14
+ } from "./chunk-65KDNVRA.js";
15
15
  import {
16
16
  getProject
17
17
  } from "./chunk-JYYBSODN.js";
@@ -136,4 +136,4 @@ export {
136
136
  buildSessionExport,
137
137
  parseSessionExport
138
138
  };
139
- //# sourceMappingURL=export-import-NAQDPRET.js.map
139
+ //# sourceMappingURL=export-import-R4E5BUQS.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  abortRunnerRun,
3
3
  launchWorkflowRun
4
- } from "./chunk-7BIGFGU5.js";
5
- import "./chunk-5D4MQG7P.js";
6
- import "./chunk-L43S7FJM.js";
7
- import "./chunk-QR6FIHIP.js";
4
+ } from "./chunk-2V6QL6IW.js";
5
+ import "./chunk-ABXERHIY.js";
6
+ import "./chunk-ESHP42KO.js";
7
+ import "./chunk-AJMBQMJH.js";
8
8
  import "./chunk-OAN4BXEW.js";
9
9
  import "./chunk-DJH6LMBT.js";
10
10
  import "./chunk-PHR64A6U.js";
@@ -56,4 +56,4 @@ export {
56
56
  abortRunnerRun,
57
57
  launchWorkflowRun
58
58
  };
59
- //# sourceMappingURL=launch-EUU25RFE.js.map
59
+ //# sourceMappingURL=launch-QP2BI3PB.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  runAgentTurn,
3
3
  runChatTurn
4
- } from "./chunk-5D4MQG7P.js";
5
- import "./chunk-L43S7FJM.js";
6
- import "./chunk-QR6FIHIP.js";
4
+ } from "./chunk-ABXERHIY.js";
5
+ import "./chunk-ESHP42KO.js";
6
+ import "./chunk-AJMBQMJH.js";
7
7
  import "./chunk-OAN4BXEW.js";
8
8
  import "./chunk-DJH6LMBT.js";
9
9
  import "./chunk-PHR64A6U.js";
@@ -67,4 +67,4 @@ export {
67
67
  runAgentTurn,
68
68
  runChatTurn
69
69
  };
70
- //# sourceMappingURL=orchestrator-PPAIE2UH.js.map
70
+ //# sourceMappingURL=orchestrator-7T62RLDL.js.map
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.146",
3
+ "version": "2.0.147",
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-ORIPUMOQ.js";
6
- import "./chunk-QR6FIHIP.js";
6
+ import "./chunk-AJMBQMJH.js";
7
7
  import "./chunk-OAN4BXEW.js";
8
8
  import "./chunk-DJH6LMBT.js";
9
9
  import "./chunk-PHR64A6U.js";
@@ -229,7 +229,7 @@ var QueueProcessor = class {
229
229
  model: sessionClient.getModel(),
230
230
  ...sessionEffort ? { reasoningEffort: sessionEffort } : {}
231
231
  };
232
- const { runChatTurn } = await import("./orchestrator-PPAIE2UH.js");
232
+ const { runChatTurn } = await import("./orchestrator-7T62RLDL.js");
233
233
  const runChatTurnParams = buildRunChatTurnParams({
234
234
  sessionManager,
235
235
  sessionId,
@@ -278,4 +278,4 @@ var QueueProcessor = class {
278
278
  export {
279
279
  QueueProcessor
280
280
  };
281
- //# sourceMappingURL=processor-7XMJPNCD.js.map
281
+ //# sourceMappingURL=processor-LDLRELLS.js.map
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  createServer
3
- } from "./chunk-7IETJ4D4.js";
4
- import "./chunk-OS4P2KQJ.js";
3
+ } from "./chunk-YQJ6HEFS.js";
4
+ import "./chunk-UOBJP4GN.js";
5
5
  import "./chunk-ORIPUMOQ.js";
6
- import "./chunk-7BIGFGU5.js";
6
+ import "./chunk-2V6QL6IW.js";
7
7
  import "./chunk-T3S5MTMD.js";
8
8
  import "./chunk-WLJJRX22.js";
9
9
  import "./chunk-DQTN4B33.js";
10
10
  import "./chunk-IJ53Y77N.js";
11
- import "./chunk-5D4MQG7P.js";
12
- import "./chunk-L43S7FJM.js";
13
- import "./chunk-QR6FIHIP.js";
11
+ import "./chunk-ABXERHIY.js";
12
+ import "./chunk-ESHP42KO.js";
13
+ import "./chunk-AJMBQMJH.js";
14
14
  import "./chunk-OAN4BXEW.js";
15
15
  import "./chunk-DJH6LMBT.js";
16
16
  import "./chunk-PHR64A6U.js";
@@ -47,7 +47,7 @@ import "./chunk-J2GP3J3X.js";
47
47
  import "./chunk-YNMP647F.js";
48
48
  import {
49
49
  VERSION
50
- } from "./chunk-EABIZXTG.js";
50
+ } from "./chunk-65KDNVRA.js";
51
51
  import "./chunk-JYYBSODN.js";
52
52
  import "./chunk-L2RESXUF.js";
53
53
  import "./chunk-TS5WKTFB.js";
@@ -250,4 +250,4 @@ async function runServe(options) {
250
250
  export {
251
251
  runServe
252
252
  };
253
- //# sourceMappingURL=serve-3GNQNYG6.js.map
253
+ //# sourceMappingURL=serve-A4AJAH2N.js.map
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-7IETJ4D4.js";
5
- import "../chunk-OS4P2KQJ.js";
4
+ } from "../chunk-YQJ6HEFS.js";
5
+ import "../chunk-UOBJP4GN.js";
6
6
  import "../chunk-ORIPUMOQ.js";
7
- import "../chunk-7BIGFGU5.js";
7
+ import "../chunk-2V6QL6IW.js";
8
8
  import "../chunk-T3S5MTMD.js";
9
9
  import "../chunk-WLJJRX22.js";
10
10
  import "../chunk-DQTN4B33.js";
11
11
  import "../chunk-IJ53Y77N.js";
12
- import "../chunk-5D4MQG7P.js";
13
- import "../chunk-L43S7FJM.js";
14
- import "../chunk-QR6FIHIP.js";
12
+ import "../chunk-ABXERHIY.js";
13
+ import "../chunk-ESHP42KO.js";
14
+ import "../chunk-AJMBQMJH.js";
15
15
  import "../chunk-OAN4BXEW.js";
16
16
  import "../chunk-DJH6LMBT.js";
17
17
  import "../chunk-PHR64A6U.js";
@@ -42,7 +42,7 @@ import "../chunk-AWBV2VXO.js";
42
42
  import "../chunk-OA2FURC3.js";
43
43
  import "../chunk-J2GP3J3X.js";
44
44
  import "../chunk-YNMP647F.js";
45
- import "../chunk-EABIZXTG.js";
45
+ import "../chunk-65KDNVRA.js";
46
46
  import "../chunk-JYYBSODN.js";
47
47
  import "../chunk-L2RESXUF.js";
48
48
  import "../chunk-TS5WKTFB.js";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  createWebSocketServer,
3
3
  signalMcpReady
4
- } from "./chunk-OS4P2KQJ.js";
4
+ } from "./chunk-UOBJP4GN.js";
5
5
  import "./chunk-ORIPUMOQ.js";
6
- import "./chunk-7BIGFGU5.js";
7
- import "./chunk-5D4MQG7P.js";
8
- import "./chunk-L43S7FJM.js";
9
- import "./chunk-QR6FIHIP.js";
6
+ import "./chunk-2V6QL6IW.js";
7
+ import "./chunk-ABXERHIY.js";
8
+ import "./chunk-ESHP42KO.js";
9
+ import "./chunk-AJMBQMJH.js";
10
10
  import "./chunk-OAN4BXEW.js";
11
11
  import "./chunk-DJH6LMBT.js";
12
12
  import "./chunk-PHR64A6U.js";
@@ -59,4 +59,4 @@ export {
59
59
  createWebSocketServer,
60
60
  signalMcpReady
61
61
  };
62
- //# sourceMappingURL=server-C4LB436R.js.map
62
+ //# sourceMappingURL=server-A3EGJ6MD.js.map