openfox 1.6.21 → 1.6.25
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/README.md +46 -13
- package/dist/{auto-compaction-U75EINMB.js → auto-compaction-7LK3QGPI.js} +4 -3
- package/dist/{chat-handler-JEMPI5UF.js → chat-handler-ZU74RXED.js} +6 -5
- package/dist/{chunk-HWOYZ245.js → chunk-2V7VPPBP.js} +6 -6
- package/dist/{chunk-HZP2V5Z6.js → chunk-4O3C2JMB.js} +5 -9
- package/dist/{chunk-SJVEX2NR.js → chunk-7LPL774T.js} +19 -19
- package/dist/{chunk-AU33PQAB.js → chunk-BOEXJCOD.js} +2 -2
- package/dist/{chunk-6NPMZFMP.js → chunk-CJNQGEYG.js} +2 -2
- package/dist/{chunk-XYD5JXRM.js → chunk-D4ZLSV6P.js} +292 -1
- package/dist/{chunk-FX4SUY2S.js → chunk-KSASIV4B.js} +10 -287
- package/dist/{chunk-XRGMFOVG.js → chunk-P6GUT2QQ.js} +3 -3
- package/dist/{chunk-WINI5HX7.js → chunk-PYBB34ZK.js} +3 -3
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/{config-SWDAJMQ3.js → config-ACVEHBKG.js} +5 -5
- package/dist/{orchestrator-T2IPRZ7B.js → orchestrator-OE7WFEW6.js} +5 -4
- package/dist/package.json +3 -3
- package/dist/{processor-VKFEOK46.js → processor-GAOK7TPI.js} +2 -2
- package/dist/{provider-CDM4LQAC.js → provider-RLQMVV2Z.js} +7 -7
- package/dist/{serve-X3PKC27B.js → serve-3L3HLUVT.js} +9 -9
- package/dist/server/index.js +7 -7
- package/dist/{tools-4ODVFMW7.js → tools-CSV7G554.js} +4 -3
- package/dist/{vision-fallback-VXGCQKLA.js → vision-fallback-QJ26DCEF.js} +2 -2
- package/dist/web/assets/index-VCGZnpy0.js +153 -0
- package/dist/web/assets/{index-B9-lT3Kc.css → index-y9uYQYP-.css} +1 -1
- package/dist/web/index.html +2 -2
- package/dist/web/sw.js +1 -1
- package/package.json +3 -3
- package/dist/web/assets/index-DHP3d5Cl.js +0 -151
|
@@ -13,11 +13,11 @@ import {
|
|
|
13
13
|
saveGlobalConfig,
|
|
14
14
|
setDefaultModelSelection,
|
|
15
15
|
trySmartDefaults
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-P6GUT2QQ.js";
|
|
17
|
+
import "./chunk-KSASIV4B.js";
|
|
18
|
+
import "./chunk-D4ZLSV6P.js";
|
|
19
19
|
import "./chunk-R4HADRYO.js";
|
|
20
|
-
import "./chunk-
|
|
20
|
+
import "./chunk-CJNQGEYG.js";
|
|
21
21
|
import "./chunk-PNBH3RAX.js";
|
|
22
22
|
export {
|
|
23
23
|
activateProvider,
|
|
@@ -35,4 +35,4 @@ export {
|
|
|
35
35
|
setDefaultModelSelection,
|
|
36
36
|
trySmartDefaults
|
|
37
37
|
};
|
|
38
|
-
//# sourceMappingURL=config-
|
|
38
|
+
//# sourceMappingURL=config-ACVEHBKG.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
runBuilderTurn,
|
|
4
4
|
runChatTurn,
|
|
5
5
|
runVerifierTurn
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-BOEXJCOD.js";
|
|
7
7
|
import {
|
|
8
8
|
TurnMetrics,
|
|
9
9
|
createChatDoneEvent,
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
createMessageStartEvent,
|
|
12
12
|
createToolCallEvent,
|
|
13
13
|
createToolResultEvent
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-4O3C2JMB.js";
|
|
15
15
|
import "./chunk-NBU6KIOD.js";
|
|
16
16
|
import "./chunk-574HZVLE.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-D4ZLSV6P.js";
|
|
18
18
|
import "./chunk-PMDJEJYY.js";
|
|
19
19
|
import "./chunk-EEPU4INU.js";
|
|
20
20
|
import "./chunk-DZHZ3UUR.js";
|
|
@@ -25,6 +25,7 @@ import "./chunk-3EHGGBWE.js";
|
|
|
25
25
|
import "./chunk-Y6HBEACI.js";
|
|
26
26
|
import "./chunk-R4HADRYO.js";
|
|
27
27
|
import "./chunk-TVQOONDR.js";
|
|
28
|
+
import "./chunk-CJNQGEYG.js";
|
|
28
29
|
import "./chunk-PNBH3RAX.js";
|
|
29
30
|
export {
|
|
30
31
|
TurnMetrics,
|
|
@@ -38,4 +39,4 @@ export {
|
|
|
38
39
|
runChatTurn,
|
|
39
40
|
runVerifierTurn
|
|
40
41
|
};
|
|
41
|
-
//# sourceMappingURL=orchestrator-
|
|
42
|
+
//# sourceMappingURL=orchestrator-OE7WFEW6.js.map
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openfox",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.25",
|
|
4
4
|
"description": "Local-LLM-first agentic coding assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"lint:fix": "eslint src/ --fix",
|
|
48
48
|
"format": "prettier --check 'src/**/*.ts'",
|
|
49
49
|
"format:fix": "prettier --write 'src/**/*.ts'",
|
|
50
|
-
"duplicate:server": "jscpd src/server/ --ignore '**/*.test.ts'",
|
|
51
|
-
"duplicate:web": "jscpd web/src/ --config .jscpd-web.json",
|
|
50
|
+
"duplicate:server": "jscpd src/server/ --ignore '**/*.test.ts' --threshold 0",
|
|
51
|
+
"duplicate:web": "jscpd web/src/ --config .jscpd-web.json --threshold 0",
|
|
52
52
|
"duplicate": "npm run duplicate:server && npm run duplicate:web",
|
|
53
53
|
"check": "npm run typecheck && npm run duplicate",
|
|
54
54
|
"clean": "rm -rf dist",
|
|
@@ -175,7 +175,7 @@ var QueueProcessor = class {
|
|
|
175
175
|
backend: provider?.backend ?? llmClient.getBackend(),
|
|
176
176
|
model: llmClient.getModel()
|
|
177
177
|
};
|
|
178
|
-
const { runChatTurn } = await import("./orchestrator-
|
|
178
|
+
const { runChatTurn } = await import("./orchestrator-OE7WFEW6.js");
|
|
179
179
|
const runChatTurnParams = buildRunChatTurnParams({
|
|
180
180
|
sessionManager,
|
|
181
181
|
sessionId,
|
|
@@ -208,4 +208,4 @@ var QueueProcessor = class {
|
|
|
208
208
|
export {
|
|
209
209
|
QueueProcessor
|
|
210
210
|
};
|
|
211
|
-
//# sourceMappingURL=processor-
|
|
211
|
+
//# sourceMappingURL=processor-GAOK7TPI.js.map
|
|
@@ -5,18 +5,18 @@ import {
|
|
|
5
5
|
loadGlobalConfig,
|
|
6
6
|
removeProvider,
|
|
7
7
|
saveGlobalConfig
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-P6GUT2QQ.js";
|
|
9
9
|
import {
|
|
10
10
|
fetchAvailableModelsFromBackend
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-PYBB34ZK.js";
|
|
12
12
|
import {
|
|
13
13
|
detectModel
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-KSASIV4B.js";
|
|
15
15
|
import {
|
|
16
16
|
detectBackend
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-D4ZLSV6P.js";
|
|
18
18
|
import "./chunk-R4HADRYO.js";
|
|
19
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-CJNQGEYG.js";
|
|
20
20
|
import "./chunk-PNBH3RAX.js";
|
|
21
21
|
|
|
22
22
|
// src/cli/provider.ts
|
|
@@ -249,7 +249,7 @@ async function runProviderAdd(mode) {
|
|
|
249
249
|
isActive: makeActive
|
|
250
250
|
});
|
|
251
251
|
if (makeActive) {
|
|
252
|
-
const { setDefaultModelSelection } = await import("./config-
|
|
252
|
+
const { setDefaultModelSelection } = await import("./config-ACVEHBKG.js");
|
|
253
253
|
newConfig = setDefaultModelSelection(newConfig, newConfig.providers[newConfig.providers.length - 1].id, selectedModel);
|
|
254
254
|
}
|
|
255
255
|
await saveGlobalConfig(mode, newConfig);
|
|
@@ -373,4 +373,4 @@ export {
|
|
|
373
373
|
runProviderRemove,
|
|
374
374
|
runProviderUse
|
|
375
375
|
};
|
|
376
|
-
//# sourceMappingURL=provider-
|
|
376
|
+
//# sourceMappingURL=provider-RLQMVV2Z.js.map
|
|
@@ -2,19 +2,19 @@ import {
|
|
|
2
2
|
getActiveProvider,
|
|
3
3
|
getDefaultModel,
|
|
4
4
|
loadGlobalConfig
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-P6GUT2QQ.js";
|
|
6
6
|
import {
|
|
7
7
|
VERSION,
|
|
8
8
|
createServer
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-7LPL774T.js";
|
|
10
10
|
import "./chunk-AV45GQ7B.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-BOEXJCOD.js";
|
|
12
|
+
import "./chunk-4O3C2JMB.js";
|
|
13
13
|
import "./chunk-NBU6KIOD.js";
|
|
14
14
|
import "./chunk-574HZVLE.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-PYBB34ZK.js";
|
|
16
|
+
import "./chunk-KSASIV4B.js";
|
|
17
|
+
import "./chunk-D4ZLSV6P.js";
|
|
18
18
|
import "./chunk-PMDJEJYY.js";
|
|
19
19
|
import "./chunk-EEPU4INU.js";
|
|
20
20
|
import "./chunk-DZHZ3UUR.js";
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
import {
|
|
33
33
|
loadConfig
|
|
34
34
|
} from "./chunk-TVQOONDR.js";
|
|
35
|
-
import "./chunk-
|
|
35
|
+
import "./chunk-CJNQGEYG.js";
|
|
36
36
|
import {
|
|
37
37
|
logger
|
|
38
38
|
} from "./chunk-PNBH3RAX.js";
|
|
@@ -188,4 +188,4 @@ async function runServe(options) {
|
|
|
188
188
|
export {
|
|
189
189
|
runServe
|
|
190
190
|
};
|
|
191
|
-
//# sourceMappingURL=serve-
|
|
191
|
+
//# sourceMappingURL=serve-3L3HLUVT.js.map
|
package/dist/server/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createServer,
|
|
3
3
|
createServerHandle
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-7LPL774T.js";
|
|
5
5
|
import "../chunk-AV45GQ7B.js";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-BOEXJCOD.js";
|
|
7
|
+
import "../chunk-4O3C2JMB.js";
|
|
8
8
|
import "../chunk-NBU6KIOD.js";
|
|
9
9
|
import "../chunk-574HZVLE.js";
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-PYBB34ZK.js";
|
|
11
|
+
import "../chunk-KSASIV4B.js";
|
|
12
|
+
import "../chunk-D4ZLSV6P.js";
|
|
13
13
|
import "../chunk-PMDJEJYY.js";
|
|
14
14
|
import "../chunk-EEPU4INU.js";
|
|
15
15
|
import "../chunk-DZHZ3UUR.js";
|
|
@@ -21,7 +21,7 @@ import "../chunk-B7E3BICY.js";
|
|
|
21
21
|
import "../chunk-Y6HBEACI.js";
|
|
22
22
|
import "../chunk-R4HADRYO.js";
|
|
23
23
|
import "../chunk-TVQOONDR.js";
|
|
24
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-CJNQGEYG.js";
|
|
25
25
|
import "../chunk-PNBH3RAX.js";
|
|
26
26
|
export {
|
|
27
27
|
createServer,
|
|
@@ -11,10 +11,10 @@ import {
|
|
|
11
11
|
requestPathAccess,
|
|
12
12
|
stepDoneTool,
|
|
13
13
|
validateToolAction
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-4O3C2JMB.js";
|
|
15
15
|
import "./chunk-NBU6KIOD.js";
|
|
16
16
|
import "./chunk-574HZVLE.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-D4ZLSV6P.js";
|
|
18
18
|
import "./chunk-PMDJEJYY.js";
|
|
19
19
|
import "./chunk-EEPU4INU.js";
|
|
20
20
|
import "./chunk-DZHZ3UUR.js";
|
|
@@ -29,6 +29,7 @@ import "./chunk-3EHGGBWE.js";
|
|
|
29
29
|
import "./chunk-Y6HBEACI.js";
|
|
30
30
|
import "./chunk-R4HADRYO.js";
|
|
31
31
|
import "./chunk-TVQOONDR.js";
|
|
32
|
+
import "./chunk-CJNQGEYG.js";
|
|
32
33
|
import "./chunk-PNBH3RAX.js";
|
|
33
34
|
export {
|
|
34
35
|
AskUserInterrupt,
|
|
@@ -47,4 +48,4 @@ export {
|
|
|
47
48
|
stepDoneTool,
|
|
48
49
|
validateToolAction
|
|
49
50
|
};
|
|
50
|
-
//# sourceMappingURL=tools-
|
|
51
|
+
//# sourceMappingURL=tools-CSV7G554.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
getVisionFallbackConfig,
|
|
8
8
|
isVisionFallbackEnabled,
|
|
9
9
|
setVisionFallbackConfig
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-CJNQGEYG.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-QJ26DCEF.js.map
|