openfox 2.0.0-beta.15 → 2.0.0-beta.16
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/{chunk-K6SMOWET.js → chunk-BE7YHSTL.js} +2 -2
- package/dist/{chunk-AKF52COZ.js → chunk-LQWVMRMW.js} +2 -2
- package/dist/cli/dev.js +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/package.json +2 -1
- package/dist/{serve-NMNHOT4M.js → serve-TFOO6AZH.js} +2 -2
- package/dist/server/index.js +1 -1
- package/package.json +2 -1
|
@@ -5835,7 +5835,7 @@ import { Router as Router6 } from "express";
|
|
|
5835
5835
|
import { spawn as spawn5 } from "child_process";
|
|
5836
5836
|
|
|
5837
5837
|
// src/constants.ts
|
|
5838
|
-
var VERSION = "2.0.0-beta.
|
|
5838
|
+
var VERSION = "2.0.0-beta.16";
|
|
5839
5839
|
|
|
5840
5840
|
// src/server/routes/auto-update.ts
|
|
5841
5841
|
var updateInProgress = false;
|
|
@@ -7094,4 +7094,4 @@ export {
|
|
|
7094
7094
|
createServerHandle,
|
|
7095
7095
|
createServer
|
|
7096
7096
|
};
|
|
7097
|
-
//# sourceMappingURL=chunk-
|
|
7097
|
+
//# sourceMappingURL=chunk-BE7YHSTL.js.map
|
|
@@ -193,7 +193,7 @@ async function runCli(options) {
|
|
|
193
193
|
if (!configExists) {
|
|
194
194
|
await runNetworkSetup(mode);
|
|
195
195
|
}
|
|
196
|
-
const { runServe } = await import("./serve-
|
|
196
|
+
const { runServe } = await import("./serve-TFOO6AZH.js");
|
|
197
197
|
const serveOptions = { mode };
|
|
198
198
|
if (values.port) serveOptions.port = parseInt(values.port);
|
|
199
199
|
if (values["no-browser"] === true) serveOptions.openBrowser = false;
|
|
@@ -205,4 +205,4 @@ async function runCli(options) {
|
|
|
205
205
|
export {
|
|
206
206
|
runCli
|
|
207
207
|
};
|
|
208
|
-
//# sourceMappingURL=chunk-
|
|
208
|
+
//# sourceMappingURL=chunk-LQWVMRMW.js.map
|
package/dist/cli/dev.js
CHANGED
package/dist/cli/index.js
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openfox",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.16",
|
|
4
4
|
"description": "Local-LLM-first agentic coding assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"sql-language-server": "^1.7.1",
|
|
83
83
|
"strip-ansi": "^7.2.0",
|
|
84
84
|
"turndown": "^7.2.2",
|
|
85
|
+
"undici": "^8.5.0",
|
|
85
86
|
"typescript": "^5.8.2",
|
|
86
87
|
"typescript-language-server": "^5.1.3",
|
|
87
88
|
"vite": "^6.1.0",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
VERSION,
|
|
3
3
|
createServer
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-BE7YHSTL.js";
|
|
5
5
|
import "./chunk-RI6GAMNP.js";
|
|
6
6
|
import "./chunk-D2QILH47.js";
|
|
7
7
|
import "./chunk-W52UQCER.js";
|
|
@@ -189,4 +189,4 @@ async function runServe(options) {
|
|
|
189
189
|
export {
|
|
190
190
|
runServe
|
|
191
191
|
};
|
|
192
|
-
//# sourceMappingURL=serve-
|
|
192
|
+
//# sourceMappingURL=serve-TFOO6AZH.js.map
|
package/dist/server/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openfox",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.16",
|
|
4
4
|
"description": "Local-LLM-first agentic coding assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -82,6 +82,7 @@
|
|
|
82
82
|
"sql-language-server": "^1.7.1",
|
|
83
83
|
"strip-ansi": "^7.2.0",
|
|
84
84
|
"turndown": "^7.2.2",
|
|
85
|
+
"undici": "^8.5.0",
|
|
85
86
|
"typescript": "^5.8.2",
|
|
86
87
|
"typescript-language-server": "^5.1.3",
|
|
87
88
|
"vite": "^6.1.0",
|