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.
@@ -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.15";
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-K6SMOWET.js.map
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-NMNHOT4M.js");
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-AKF52COZ.js.map
208
+ //# sourceMappingURL=chunk-LQWVMRMW.js.map
package/dist/cli/dev.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "../chunk-AKF52COZ.js";
4
+ } from "../chunk-LQWVMRMW.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-K44MW7JJ.js";
package/dist/cli/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runCli
4
- } from "../chunk-AKF52COZ.js";
4
+ } from "../chunk-LQWVMRMW.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-K44MW7JJ.js";
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.0-beta.15",
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-K6SMOWET.js";
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-NMNHOT4M.js.map
192
+ //# sourceMappingURL=serve-TFOO6AZH.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-K6SMOWET.js";
4
+ } from "../chunk-BE7YHSTL.js";
5
5
  import "../chunk-RI6GAMNP.js";
6
6
  import "../chunk-D2QILH47.js";
7
7
  import "../chunk-W52UQCER.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "2.0.0-beta.15",
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",