openfox 1.5.3 → 1.6.1

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.
@@ -36,7 +36,7 @@ import {
36
36
  isFileInCache,
37
37
  isStoredEvent,
38
38
  isTurnEvent
39
- } from "./chunk-NW7PIZH3.js";
39
+ } from "./chunk-CIXMZ73F.js";
40
40
  import {
41
41
  buildContextMessagesFromEventHistory,
42
42
  buildContextMessagesFromMessages,
@@ -111,4 +111,4 @@ export {
111
111
  isStoredEvent,
112
112
  isTurnEvent
113
113
  };
114
- //# sourceMappingURL=events-B7S4U4DB.js.map
114
+ //# sourceMappingURL=events-OZKDX6XE.js.map
@@ -6,7 +6,7 @@ import {
6
6
  onProcessEvent,
7
7
  startProcessCommand,
8
8
  stopProcess
9
- } from "./chunk-JHL5ZO3K.js";
9
+ } from "./chunk-NBU6KIOD.js";
10
10
  import "./chunk-574HZVLE.js";
11
11
  export {
12
12
  createProcess,
@@ -17,4 +17,4 @@ export {
17
17
  startProcessCommand,
18
18
  stopProcess
19
19
  };
20
- //# sourceMappingURL=manager-TMIDRUVA.js.map
20
+ //# sourceMappingURL=manager-HM2J5VMW.js.map
@@ -3,7 +3,7 @@ import {
3
3
  runBuilderTurn,
4
4
  runChatTurn,
5
5
  runVerifierTurn
6
- } from "./chunk-TWUJFSH6.js";
6
+ } from "./chunk-S73ATBSR.js";
7
7
  import {
8
8
  TurnMetrics,
9
9
  createChatDoneEvent,
@@ -11,11 +11,11 @@ import {
11
11
  createMessageStartEvent,
12
12
  createToolCallEvent,
13
13
  createToolResultEvent
14
- } from "./chunk-QJIHXG4P.js";
15
- import "./chunk-JHL5ZO3K.js";
14
+ } from "./chunk-GBBTJ6ND.js";
15
+ import "./chunk-NBU6KIOD.js";
16
16
  import "./chunk-574HZVLE.js";
17
17
  import "./chunk-XFXOSPYH.js";
18
- import "./chunk-NW7PIZH3.js";
18
+ import "./chunk-CIXMZ73F.js";
19
19
  import "./chunk-WQ4W5H6A.js";
20
20
  import "./chunk-EBOKO2PW.js";
21
21
  import "./chunk-22CTURMH.js";
@@ -38,4 +38,4 @@ export {
38
38
  runChatTurn,
39
39
  runVerifierTurn
40
40
  };
41
- //# sourceMappingURL=orchestrator-6VETL3Z7.js.map
41
+ //# sourceMappingURL=orchestrator-IEYZSNVH.js.map
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "1.5.3",
3
+ "version": "1.6.1",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -123,5 +123,9 @@
123
123
  "engines": {
124
124
  "node": ">=24.0.0"
125
125
  },
126
- "license": "MIT"
126
+ "license": "MIT",
127
+ "repository": {
128
+ "type": "git",
129
+ "url": "git@github.com:co-l/openfox.git"
130
+ }
127
131
  }
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getEventStore,
7
7
  updateSessionMetadata
8
- } from "./chunk-NW7PIZH3.js";
8
+ } from "./chunk-CIXMZ73F.js";
9
9
  import {
10
10
  buildMessagesFromStoredEvents,
11
11
  foldPendingConfirmations
@@ -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-6VETL3Z7.js");
191
+ const { runChatTurn } = await import("./orchestrator-IEYZSNVH.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-HYEPZECF.js.map
236
+ //# sourceMappingURL=processor-I4BGYK3T.js.map
@@ -4,17 +4,18 @@ import {
4
4
  loadGlobalConfig
5
5
  } from "./chunk-ICPQDI4L.js";
6
6
  import {
7
+ VERSION,
7
8
  createServer
8
- } from "./chunk-AL7KUHBF.js";
9
+ } from "./chunk-UMRXS66I.js";
9
10
  import "./chunk-QDEKU5RL.js";
10
- import "./chunk-TWUJFSH6.js";
11
- import "./chunk-QJIHXG4P.js";
12
- import "./chunk-JHL5ZO3K.js";
11
+ import "./chunk-S73ATBSR.js";
12
+ import "./chunk-GBBTJ6ND.js";
13
+ import "./chunk-NBU6KIOD.js";
13
14
  import "./chunk-574HZVLE.js";
14
15
  import "./chunk-PJRARONG.js";
15
16
  import "./chunk-UNCPQRFP.js";
16
17
  import "./chunk-XFXOSPYH.js";
17
- import "./chunk-NW7PIZH3.js";
18
+ import "./chunk-CIXMZ73F.js";
18
19
  import "./chunk-WQ4W5H6A.js";
19
20
  import "./chunk-EBOKO2PW.js";
20
21
  import "./chunk-22CTURMH.js";
@@ -39,11 +40,6 @@ import {
39
40
  // src/server/utils/network.ts
40
41
  import os from "os";
41
42
  import { statSync } from "fs";
42
-
43
- // src/constants.ts
44
- var VERSION = "1.5.3";
45
-
46
- // src/server/utils/network.ts
47
43
  function getNetworkInterfaces() {
48
44
  const interfaces = os.networkInterfaces();
49
45
  const result = [];
@@ -192,4 +188,4 @@ async function runServe(options) {
192
188
  export {
193
189
  runServe
194
190
  };
195
- //# sourceMappingURL=serve-DCCIXC4Q.js.map
191
+ //# sourceMappingURL=serve-CO6WHGYG.js.map
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-AL7KUHBF.js";
4
+ } from "../chunk-UMRXS66I.js";
5
5
  import "../chunk-QDEKU5RL.js";
6
- import "../chunk-TWUJFSH6.js";
7
- import "../chunk-QJIHXG4P.js";
8
- import "../chunk-JHL5ZO3K.js";
6
+ import "../chunk-S73ATBSR.js";
7
+ import "../chunk-GBBTJ6ND.js";
8
+ import "../chunk-NBU6KIOD.js";
9
9
  import "../chunk-574HZVLE.js";
10
10
  import "../chunk-PJRARONG.js";
11
11
  import "../chunk-UNCPQRFP.js";
12
12
  import "../chunk-XFXOSPYH.js";
13
- import "../chunk-NW7PIZH3.js";
13
+ import "../chunk-CIXMZ73F.js";
14
14
  import "../chunk-WQ4W5H6A.js";
15
15
  import "../chunk-EBOKO2PW.js";
16
16
  import "../chunk-22CTURMH.js";
@@ -11,11 +11,11 @@ import {
11
11
  requestPathAccess,
12
12
  stepDoneTool,
13
13
  validateToolAction
14
- } from "./chunk-QJIHXG4P.js";
15
- import "./chunk-JHL5ZO3K.js";
14
+ } from "./chunk-GBBTJ6ND.js";
15
+ import "./chunk-NBU6KIOD.js";
16
16
  import "./chunk-574HZVLE.js";
17
17
  import "./chunk-XFXOSPYH.js";
18
- import "./chunk-NW7PIZH3.js";
18
+ import "./chunk-CIXMZ73F.js";
19
19
  import "./chunk-WQ4W5H6A.js";
20
20
  import "./chunk-EBOKO2PW.js";
21
21
  import {
@@ -47,4 +47,4 @@ export {
47
47
  stepDoneTool,
48
48
  validateToolAction
49
49
  };
50
- //# sourceMappingURL=tools-XSK3J4II.js.map
50
+ //# sourceMappingURL=tools-GQ3PJL6N.js.map