openfox 1.6.7 → 1.6.8
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/{ask-3RK5YJZE.js → ask-JQQNGB5K.js} +2 -2
- package/dist/{auto-compaction-3RZRYJJU.js → auto-compaction-4762COIC.js} +3 -3
- package/dist/{chat-handler-M5YTW4BH.js → chat-handler-3XQCPSLD.js} +5 -5
- package/dist/{chunk-22CTURMH.js → chunk-5LDTVERY.js} +3 -1
- package/dist/{chunk-AE5GO5GZ.js → chunk-GHQIXIXJ.js} +2 -2
- package/dist/{chunk-JAFNVZWY.js → chunk-HQMKN766.js} +7 -4
- package/dist/{chunk-ZEGMET66.js → chunk-J3EEKMJB.js} +19 -19
- package/dist/{chunk-T3CIBJDW.js → chunk-JAPO2RFN.js} +2 -2
- package/dist/{chunk-OXDIZH3I.js → chunk-JFOQZN2Q.js} +6 -6
- package/dist/{chunk-7H3O5YYX.js → chunk-KI7I2QHO.js} +2 -2
- package/dist/{chunk-DBHXJXY4.js → chunk-RVH2BAFJ.js} +2 -2
- package/dist/{chunk-XCJPBJCE.js → chunk-UEGMJSZ4.js} +6 -4
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{config-XKBVKU2N.js → config-NKSOG74V.js} +4 -4
- package/dist/{orchestrator-IEMRFHNX.js → orchestrator-Q4VBFQZR.js} +4 -4
- package/dist/package.json +1 -1
- package/dist/{processor-MSHA2CGY.js → processor-PJGSIABY.js} +2 -2
- package/dist/{provider-ZTY6IQXX.js → provider-7YPFD3O5.js} +6 -6
- package/dist/{serve-3FZYXWSF.js → serve-XIWYZZ2R.js} +9 -9
- package/dist/server/index.js +7 -7
- package/dist/{tools-SEY5EQUM.js → tools-7OCBKLTJ.js} +3 -3
- package/dist/{vision-fallback-4IAAGQGD.js → vision-fallback-JXAQ5VGZ.js} +2 -2
- package/dist/web/assets/{index-3k9JFbsu.js → index-BJ3JBAmx.js} +61 -61
- package/dist/web/assets/{index-DOwkDgJu.css → index-DU5iwTlK.css} +1 -1
- package/dist/web/index.html +2 -2
- package/dist/web/sw.js +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
requestPathAccess,
|
|
12
12
|
stepDoneTool,
|
|
13
13
|
validateToolAction
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-HQMKN766.js";
|
|
15
15
|
import "./chunk-NBU6KIOD.js";
|
|
16
16
|
import "./chunk-574HZVLE.js";
|
|
17
17
|
import "./chunk-XFXOSPYH.js";
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
AskUserInterrupt,
|
|
23
23
|
cancelQuestionsForSession,
|
|
24
24
|
provideAnswer
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-5LDTVERY.js";
|
|
26
26
|
import "./chunk-7IOZFJBW.js";
|
|
27
27
|
import "./chunk-XKFPU2FA.js";
|
|
28
28
|
import "./chunk-3EHGGBWE.js";
|
|
@@ -47,4 +47,4 @@ export {
|
|
|
47
47
|
stepDoneTool,
|
|
48
48
|
validateToolAction
|
|
49
49
|
};
|
|
50
|
-
//# sourceMappingURL=tools-
|
|
50
|
+
//# sourceMappingURL=tools-7OCBKLTJ.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
getVisionFallbackConfig,
|
|
8
8
|
isVisionFallbackEnabled,
|
|
9
9
|
setVisionFallbackConfig
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JAPO2RFN.js";
|
|
11
11
|
import "./chunk-PNBH3RAX.js";
|
|
12
12
|
export {
|
|
13
13
|
clearDescriptionCache,
|
|
@@ -19,4 +19,4 @@ export {
|
|
|
19
19
|
isVisionFallbackEnabled,
|
|
20
20
|
setVisionFallbackConfig
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=vision-fallback-
|
|
22
|
+
//# sourceMappingURL=vision-fallback-JXAQ5VGZ.js.map
|