openfox 1.6.12 → 1.6.13

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
  } from "./chunk-QDEKU5RL.js";
5
5
  import {
6
6
  runChatTurn
7
- } from "./chunk-VHL7T6J7.js";
7
+ } from "./chunk-LMIBGLOB.js";
8
8
  import "./chunk-POJO7A5H.js";
9
9
  import "./chunk-NBU6KIOD.js";
10
10
  import "./chunk-574HZVLE.js";
@@ -200,4 +200,4 @@ export {
200
200
  startChatSession,
201
201
  stopSessionExecution
202
202
  };
203
- //# sourceMappingURL=chat-handler-2UOSZFD5.js.map
203
+ //# sourceMappingURL=chat-handler-FDHHTHS3.js.map
@@ -6,7 +6,7 @@ import {
6
6
  createVerifierNudgeConfig,
7
7
  runBuilderTurn,
8
8
  runChatTurn
9
- } from "./chunk-VHL7T6J7.js";
9
+ } from "./chunk-LMIBGLOB.js";
10
10
  import {
11
11
  TurnMetrics,
12
12
  agentExists,
@@ -5544,7 +5544,7 @@ function createTerminalRoutes() {
5544
5544
  }
5545
5545
 
5546
5546
  // src/constants.ts
5547
- var VERSION = "1.6.12";
5547
+ var VERSION = "1.6.13";
5548
5548
 
5549
5549
  // src/server/index.ts
5550
5550
  var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
@@ -5911,7 +5911,7 @@ async function createServerHandle(config) {
5911
5911
  if (!session) {
5912
5912
  return res.status(404).json({ error: "Session not found" });
5913
5913
  }
5914
- const { stopSessionExecution } = await import("./chat-handler-2UOSZFD5.js");
5914
+ const { stopSessionExecution } = await import("./chat-handler-FDHHTHS3.js");
5915
5915
  const { cancelQuestionsForSession: cancelQuestionsForSession2, cancelPathConfirmationsForSession: cancelPathConfirmationsForSession2 } = await import("./tools-JWAF3MAR.js");
5916
5916
  stopSessionExecution(sessionId, sessionManager);
5917
5917
  abortSession(sessionId);
@@ -6360,7 +6360,7 @@ async function createServerHandle(config) {
6360
6360
  providerManager
6361
6361
  );
6362
6362
  const wss = wssExports.wss;
6363
- const { QueueProcessor } = await import("./processor-2D73CQX6.js");
6363
+ const { QueueProcessor } = await import("./processor-JU7MSV4F.js");
6364
6364
  const queueProcessor = new QueueProcessor({
6365
6365
  sessionManager,
6366
6366
  providerManager,
@@ -6433,4 +6433,4 @@ export {
6433
6433
  createServerHandle,
6434
6434
  createServer
6435
6435
  };
6436
- //# sourceMappingURL=chunk-KEGLM5LP.js.map
6436
+ //# sourceMappingURL=chunk-7T2CA2C6.js.map
@@ -154,7 +154,7 @@ async function runCli(options) {
154
154
  if (!configExists) {
155
155
  await runNetworkSetup(mode);
156
156
  }
157
- const { runServe } = await import("./serve-AJCE73PP.js");
157
+ const { runServe } = await import("./serve-O62TKFVA.js");
158
158
  await runServe({
159
159
  mode,
160
160
  port: values.port ? parseInt(values.port) : void 0,
@@ -167,4 +167,4 @@ async function runCli(options) {
167
167
  export {
168
168
  runCli
169
169
  };
170
- //# sourceMappingURL=chunk-OIHAK52U.js.map
170
+ //# sourceMappingURL=chunk-HCZT5BDI.js.map
@@ -21,9 +21,6 @@ import {
21
21
  import {
22
22
  buildSnapshotFromSessionState
23
23
  } from "./chunk-WQ4W5H6A.js";
24
- import {
25
- createChatMessageMessage
26
- } from "./chunk-NJWPSSRW.js";
27
24
  import {
28
25
  logger
29
26
  } from "./chunk-PNBH3RAX.js";
@@ -164,21 +161,6 @@ function injectModeReminderIfNeeded(sessionManager, sessionId, agentId, allAgent
164
161
  type: "message.done",
165
162
  data: { messageId: reminderMsgId }
166
163
  });
167
- if (onMessage) {
168
- onMessage(createChatMessageMessage({
169
- id: reminderMsgId,
170
- role: "user",
171
- content: reminderContent,
172
- timestamp: (/* @__PURE__ */ new Date()).toISOString(),
173
- isSystemGenerated: true,
174
- messageKind: "auto-prompt",
175
- metadata: {
176
- type: "agent",
177
- name: agentDef.metadata.name ?? agentDef.metadata.id,
178
- color: agentDef.metadata.color ?? "#6b7280"
179
- }
180
- }));
181
- }
182
164
  sessionManager.updateExecutionState(sessionId, {
183
165
  lastModeWithReminder: agentId
184
166
  });
@@ -311,4 +293,4 @@ export {
311
293
  runBuilderTurn,
312
294
  runVerifierTurn
313
295
  };
314
- //# sourceMappingURL=chunk-VHL7T6J7.js.map
296
+ //# sourceMappingURL=chunk-LMIBGLOB.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-OIHAK52U.js";
4
+ } from "../chunk-HCZT5BDI.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-PNBH3RAX.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-OIHAK52U.js";
4
+ } from "../chunk-HCZT5BDI.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-PNBH3RAX.js";
@@ -3,7 +3,7 @@ import {
3
3
  runBuilderTurn,
4
4
  runChatTurn,
5
5
  runVerifierTurn
6
- } from "./chunk-VHL7T6J7.js";
6
+ } from "./chunk-LMIBGLOB.js";
7
7
  import {
8
8
  TurnMetrics,
9
9
  createChatDoneEvent,
@@ -38,4 +38,4 @@ export {
38
38
  runChatTurn,
39
39
  runVerifierTurn
40
40
  };
41
- //# sourceMappingURL=orchestrator-QPDEHCH2.js.map
41
+ //# sourceMappingURL=orchestrator-YKQJI3PH.js.map
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "1.6.12",
3
+ "version": "1.6.13",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -188,7 +188,7 @@ var QueueProcessor = class {
188
188
  backend: provider?.backend ?? llmClient.getBackend(),
189
189
  model: llmClient.getModel()
190
190
  };
191
- const { runChatTurn } = await import("./orchestrator-QPDEHCH2.js");
191
+ const { runChatTurn } = await import("./orchestrator-YKQJI3PH.js");
192
192
  runChatTurn({
193
193
  sessionManager,
194
194
  sessionId,
@@ -233,4 +233,4 @@ var QueueProcessor = class {
233
233
  export {
234
234
  QueueProcessor
235
235
  };
236
- //# sourceMappingURL=processor-2D73CQX6.js.map
236
+ //# sourceMappingURL=processor-JU7MSV4F.js.map
@@ -6,9 +6,9 @@ import {
6
6
  import {
7
7
  VERSION,
8
8
  createServer
9
- } from "./chunk-KEGLM5LP.js";
9
+ } from "./chunk-7T2CA2C6.js";
10
10
  import "./chunk-QDEKU5RL.js";
11
- import "./chunk-VHL7T6J7.js";
11
+ import "./chunk-LMIBGLOB.js";
12
12
  import "./chunk-POJO7A5H.js";
13
13
  import "./chunk-NBU6KIOD.js";
14
14
  import "./chunk-574HZVLE.js";
@@ -188,4 +188,4 @@ async function runServe(options) {
188
188
  export {
189
189
  runServe
190
190
  };
191
- //# sourceMappingURL=serve-AJCE73PP.js.map
191
+ //# sourceMappingURL=serve-O62TKFVA.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-KEGLM5LP.js";
4
+ } from "../chunk-7T2CA2C6.js";
5
5
  import "../chunk-QDEKU5RL.js";
6
- import "../chunk-VHL7T6J7.js";
6
+ import "../chunk-LMIBGLOB.js";
7
7
  import "../chunk-POJO7A5H.js";
8
8
  import "../chunk-NBU6KIOD.js";
9
9
  import "../chunk-574HZVLE.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "1.6.12",
3
+ "version": "1.6.13",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {