openfox 2.0.30 → 2.0.31

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.
@@ -196,7 +196,7 @@ async function runCli(options) {
196
196
  if (!configExists) {
197
197
  await runNetworkSetup(mode);
198
198
  }
199
- const { runServe } = await import("./serve-6FBUKU4F.js");
199
+ const { runServe } = await import("./serve-IMGECZ2I.js");
200
200
  const serveOptions = { mode };
201
201
  if (values.port) serveOptions.port = parseInt(values.port);
202
202
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -208,4 +208,4 @@ async function runCli(options) {
208
208
  export {
209
209
  runCli
210
210
  };
211
- //# sourceMappingURL=chunk-XDPGWGUW.js.map
211
+ //# sourceMappingURL=chunk-2OU2JR6Q.js.map
@@ -3448,7 +3448,7 @@ import { Router as Router6 } from "express";
3448
3448
  import { spawn as spawn2 } from "child_process";
3449
3449
 
3450
3450
  // src/constants.ts
3451
- var VERSION = "2.0.30";
3451
+ var VERSION = "2.0.31";
3452
3452
 
3453
3453
  // src/server/routes/auto-update.ts
3454
3454
  var updateInProgress = false;
@@ -4902,4 +4902,4 @@ export {
4902
4902
  createServerHandle,
4903
4903
  createServer
4904
4904
  };
4905
- //# sourceMappingURL=chunk-HVDYK3TL.js.map
4905
+ //# sourceMappingURL=chunk-2Q46DWWO.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-XDPGWGUW.js";
4
+ } from "../chunk-2OU2JR6Q.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-XDPGWGUW.js";
4
+ } from "../chunk-2OU2JR6Q.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.30",
3
+ "version": "2.0.31",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  VERSION,
3
3
  createServer
4
- } from "./chunk-HVDYK3TL.js";
4
+ } from "./chunk-2Q46DWWO.js";
5
5
  import "./chunk-EQUVYCW5.js";
6
6
  import "./chunk-ZRKYDC4O.js";
7
7
  import "./chunk-JCOLS2ZM.js";
@@ -199,4 +199,4 @@ async function runServe(options) {
199
199
  export {
200
200
  runServe
201
201
  };
202
- //# sourceMappingURL=serve-6FBUKU4F.js.map
202
+ //# sourceMappingURL=serve-IMGECZ2I.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-HVDYK3TL.js";
4
+ } from "../chunk-2Q46DWWO.js";
5
5
  import "../chunk-EQUVYCW5.js";
6
6
  import "../chunk-ZRKYDC4O.js";
7
7
  import "../chunk-JCOLS2ZM.js";