openfox 2.0.116 → 2.0.117
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/CHANGELOG.md +24 -0
- package/dist/CHANGELOG.md +24 -0
- package/dist/{chat-handler-Z6BEY66U.js → chat-handler-URSNELCE.js} +4 -4
- package/dist/{chunk-4HV3PDEK.js → chunk-2PQA3DHY.js} +7 -4
- package/dist/{chunk-SQLJRO3J.js → chunk-3PEYTWCS.js} +3 -3
- package/dist/{chunk-HYPXL7K5.js → chunk-7SDJXHJH.js} +3 -3
- package/dist/{chunk-4E52GUXJ.js → chunk-ECCSVMRT.js} +19 -19
- package/dist/{chunk-BH3BBUGB.js → chunk-EZD7WFBZ.js} +20 -18
- package/dist/{chunk-U4HMAYAD.js → chunk-I6MY65LO.js} +3 -3
- package/dist/chunk-NPTI5RCQ.js +7 -0
- package/dist/{chunk-QJWTBVJO.js → chunk-ZS6MW2WM.js} +3 -3
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{dynamic-context-YHWFFP53.js → dynamic-context-NNBVVFBT.js} +2 -2
- package/dist/{launch-PAVQAWGP.js → launch-HSSFGQ5A.js} +5 -5
- package/dist/{orchestrator-CS3KXLZE.js → orchestrator-FVXUJW3K.js} +4 -4
- package/dist/package.json +1 -1
- package/dist/{processor-RZD4JRDX.js → processor-JRVW5QBA.js} +3 -3
- package/dist/{serve-KR22J37W.js → serve-CW6PR3M2.js} +8 -8
- package/dist/server/index.js +7 -7
- package/dist/{server-ESKTIZL5.js → server-V46SOIGP.js} +6 -6
- package/dist/{tools-KBS6X3EN.js → tools-2Q3GRECI.js} +2 -2
- package/dist/{update-TDS6LP5N.js → update-YP7IRT6M.js} +2 -2
- package/dist/web/assets/index-C58KXxRi.js +324 -0
- package/dist/web/assets/{index-c43YT-4A.css → index-DTiVSJJu.css} +1 -1
- package/dist/web/index.html +2 -2
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-HNHSUQCN.js +0 -7
- package/dist/web/assets/index-ChtRS33s.js +0 -324
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createWebSocketServer,
|
|
3
3
|
signalMcpReady
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EZD7WFBZ.js";
|
|
5
5
|
import "./chunk-6XHDNSA3.js";
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-7SDJXHJH.js";
|
|
7
|
+
import "./chunk-I6MY65LO.js";
|
|
8
|
+
import "./chunk-2PQA3DHY.js";
|
|
9
|
+
import "./chunk-3PEYTWCS.js";
|
|
10
10
|
import "./chunk-2FCLCUVR.js";
|
|
11
11
|
import "./chunk-X3XKYGUN.js";
|
|
12
12
|
import "./chunk-EQ7DK2TG.js";
|
|
@@ -52,4 +52,4 @@ export {
|
|
|
52
52
|
createWebSocketServer,
|
|
53
53
|
signalMcpReady
|
|
54
54
|
};
|
|
55
|
-
//# sourceMappingURL=server-
|
|
55
|
+
//# sourceMappingURL=server-V46SOIGP.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
setTasksService,
|
|
11
11
|
stepDoneTool,
|
|
12
12
|
validateToolAction
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-2PQA3DHY.js";
|
|
14
14
|
import "./chunk-2FCLCUVR.js";
|
|
15
15
|
import "./chunk-EQ7DK2TG.js";
|
|
16
16
|
import "./chunk-27NABDXB.js";
|
|
@@ -83,4 +83,4 @@ export {
|
|
|
83
83
|
stepDoneTool,
|
|
84
84
|
validateToolAction
|
|
85
85
|
};
|
|
86
|
-
//# sourceMappingURL=tools-
|
|
86
|
+
//# sourceMappingURL=tools-2Q3GRECI.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-NPTI5RCQ.js";
|
|
4
4
|
import "./chunk-YLJ4XMA6.js";
|
|
5
5
|
|
|
6
6
|
// src/cli/update.ts
|
|
@@ -46,4 +46,4 @@ async function runUpdate(options = {}) {
|
|
|
46
46
|
export {
|
|
47
47
|
runUpdate
|
|
48
48
|
};
|
|
49
|
-
//# sourceMappingURL=update-
|
|
49
|
+
//# sourceMappingURL=update-YP7IRT6M.js.map
|