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.
- package/dist/{auto-compaction-DDQPVS7Z.js → auto-compaction-BRT6SDEP.js} +4 -4
- package/dist/{chat-handler-S3LRWAEV.js → chat-handler-55LA4LI2.js} +6 -6
- package/dist/{chunk-NW7PIZH3.js → chunk-CIXMZ73F.js} +82 -3
- package/dist/{chunk-QJIHXG4P.js → chunk-GBBTJ6ND.js} +21 -14
- package/dist/{chunk-KUHCFENT.js → chunk-GX4FO6UV.js} +2 -2
- package/dist/{chunk-JHL5ZO3K.js → chunk-NBU6KIOD.js} +30 -2
- package/dist/{chunk-TWUJFSH6.js → chunk-S73ATBSR.js} +3 -3
- package/dist/{chunk-AL7KUHBF.js → chunk-UMRXS66I.js} +54 -45
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{events-B7S4U4DB.js → events-OZKDX6XE.js} +2 -2
- package/dist/{manager-TMIDRUVA.js → manager-HM2J5VMW.js} +2 -2
- package/dist/{orchestrator-6VETL3Z7.js → orchestrator-IEYZSNVH.js} +5 -5
- package/dist/package.json +6 -2
- package/dist/{processor-HYEPZECF.js → processor-I4BGYK3T.js} +3 -3
- package/dist/{serve-DCCIXC4Q.js → serve-CO6WHGYG.js} +7 -11
- package/dist/server/index.js +5 -5
- package/dist/{tools-XSK3J4II.js → tools-GQ3PJL6N.js} +4 -4
- package/dist/web/assets/{index-CglBHzrV.js → index-BgQD0NJB.js} +52 -44
- package/dist/web/assets/{index-DteeMapx.css → index-Dc2TJUUt.css} +1 -1
- package/dist/web/index.html +2 -2
- package/dist/web/sw.js +1 -1
- package/package.json +6 -2
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
isFileInCache,
|
|
37
37
|
isStoredEvent,
|
|
38
38
|
isTurnEvent
|
|
39
|
-
} from "./chunk-
|
|
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-
|
|
114
|
+
//# sourceMappingURL=events-OZKDX6XE.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
onProcessEvent,
|
|
7
7
|
startProcessCommand,
|
|
8
8
|
stopProcess
|
|
9
|
-
} from "./chunk-
|
|
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-
|
|
20
|
+
//# sourceMappingURL=manager-HM2J5VMW.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
runBuilderTurn,
|
|
4
4
|
runChatTurn,
|
|
5
5
|
runVerifierTurn
|
|
6
|
-
} from "./chunk-
|
|
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-
|
|
15
|
-
import "./chunk-
|
|
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-
|
|
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-
|
|
41
|
+
//# sourceMappingURL=orchestrator-IEYZSNVH.js.map
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openfox",
|
|
3
|
-
"version": "1.
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
9
|
+
} from "./chunk-UMRXS66I.js";
|
|
9
10
|
import "./chunk-QDEKU5RL.js";
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
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-
|
|
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-
|
|
191
|
+
//# sourceMappingURL=serve-CO6WHGYG.js.map
|
package/dist/server/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer,
|
|
3
3
|
createServerHandle
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-UMRXS66I.js";
|
|
5
5
|
import "../chunk-QDEKU5RL.js";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
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-
|
|
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-
|
|
15
|
-
import "./chunk-
|
|
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-
|
|
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-
|
|
50
|
+
//# sourceMappingURL=tools-GQ3PJL6N.js.map
|