openfox 2.0.37 → 2.0.39
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/agent-defaults/builder.agent.md +2 -0
- package/dist/agent-defaults/code-reviewer.agent.md +1 -0
- package/dist/agent-defaults/explorer.agent.md +1 -0
- package/dist/agent-defaults/planner.agent.md +1 -0
- package/dist/{chat-handler-HPXOVKUX.js → chat-handler-4YZGM7V7.js} +4 -4
- package/dist/{chunk-PKE4MQWI.js → chunk-4RYP3RBY.js} +6 -6
- package/dist/{chunk-QG2WM7EX.js → chunk-BG5ILIWN.js} +2 -2
- package/dist/{chunk-2G2H4HUO.js → chunk-BMRC6TQ5.js} +369 -35
- package/dist/{chunk-PWY6EBZ6.js → chunk-EZ3BPIUV.js} +9 -2
- package/dist/{chunk-DAC7YKYW.js → chunk-P4SOUTLD.js} +3 -3
- package/dist/{chunk-BJPPDLJX.js → chunk-UR4A2HYT.js} +277 -11
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{config-QI3KOU42.js → config-XOXIIBUY.js} +2 -2
- package/dist/{orchestrator-PTKTND5E.js → orchestrator-7B3XOZ4T.js} +4 -4
- package/dist/package.json +1 -1
- package/dist/{processor-D6HYPRZD.js → processor-FB2I73B3.js} +4 -4
- package/dist/{provider-ZLMMOORK.js → provider-JLLIB72V.js} +3 -3
- package/dist/{serve-NGAWODZ2.js → serve-RZWSK3AA.js} +6 -6
- package/dist/server/index.d.ts +88 -0
- package/dist/server/index.js +5 -5
- package/dist/{server-K2BDDDL4.js → server-YPCAJFOC.js} +5 -5
- package/dist/{tools-JPKBLAQ5.js → tools-ZYUJUI4R.js} +3 -3
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createWebSocketServer,
|
|
3
3
|
signalMcpReady
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-P4SOUTLD.js";
|
|
5
|
+
import "./chunk-BG5ILIWN.js";
|
|
6
|
+
import "./chunk-UR4A2HYT.js";
|
|
7
7
|
import "./chunk-DL6ZILAF.js";
|
|
8
8
|
import "./chunk-PBGOZMVY.js";
|
|
9
9
|
import "./chunk-VRGRAQDG.js";
|
|
@@ -27,11 +27,11 @@ import "./chunk-IEDE6VK4.js";
|
|
|
27
27
|
import "./chunk-K44MW7JJ.js";
|
|
28
28
|
import "./chunk-VUQCQXXJ.js";
|
|
29
29
|
import "./chunk-YD6NDTKF.js";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-EZ3BPIUV.js";
|
|
31
31
|
import "./chunk-CQGTEGKL.js";
|
|
32
32
|
import "./chunk-V4IE7HJY.js";
|
|
33
33
|
export {
|
|
34
34
|
createWebSocketServer,
|
|
35
35
|
signalMcpReady
|
|
36
36
|
};
|
|
37
|
-
//# sourceMappingURL=server-
|
|
37
|
+
//# sourceMappingURL=server-YPCAJFOC.js.map
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
setMcpTools,
|
|
13
13
|
stepDoneTool,
|
|
14
14
|
validateToolAction
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-UR4A2HYT.js";
|
|
16
16
|
import "./chunk-DL6ZILAF.js";
|
|
17
17
|
import "./chunk-PBGOZMVY.js";
|
|
18
18
|
import "./chunk-VRGRAQDG.js";
|
|
@@ -35,7 +35,7 @@ import "./chunk-Z4FMBCJO.js";
|
|
|
35
35
|
import "./chunk-Z6W4YHJB.js";
|
|
36
36
|
import "./chunk-K44MW7JJ.js";
|
|
37
37
|
import "./chunk-YD6NDTKF.js";
|
|
38
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-EZ3BPIUV.js";
|
|
39
39
|
import "./chunk-CQGTEGKL.js";
|
|
40
40
|
import "./chunk-V4IE7HJY.js";
|
|
41
41
|
export {
|
|
@@ -57,4 +57,4 @@ export {
|
|
|
57
57
|
stepDoneTool,
|
|
58
58
|
validateToolAction
|
|
59
59
|
};
|
|
60
|
-
//# sourceMappingURL=tools-
|
|
60
|
+
//# sourceMappingURL=tools-ZYUJUI4R.js.map
|