openfox 1.6.94 → 1.6.95

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.
@@ -5359,7 +5359,7 @@ import { Router as Router5 } from "express";
5359
5359
  import { spawn as spawn4 } from "child_process";
5360
5360
 
5361
5361
  // src/constants.ts
5362
- var VERSION = "1.6.94";
5362
+ var VERSION = "1.6.95";
5363
5363
 
5364
5364
  // src/server/routes/auto-update.ts
5365
5365
  var updateInProgress = false;
@@ -6455,4 +6455,4 @@ export {
6455
6455
  createServerHandle,
6456
6456
  createServer
6457
6457
  };
6458
- //# sourceMappingURL=chunk-QIFXGM2L.js.map
6458
+ //# sourceMappingURL=chunk-N5D6DGMN.js.map
@@ -191,7 +191,7 @@ async function runCli(options) {
191
191
  if (!configExists) {
192
192
  await runNetworkSetup(mode);
193
193
  }
194
- const { runServe } = await import("./serve-PSZFEXYU.js");
194
+ const { runServe } = await import("./serve-SSLGFSLJ.js");
195
195
  const serveOptions = { mode };
196
196
  if (values.port) serveOptions.port = parseInt(values.port);
197
197
  if (values["no-browser"] === true) serveOptions.openBrowser = false;
@@ -203,4 +203,4 @@ async function runCli(options) {
203
203
  export {
204
204
  runCli
205
205
  };
206
- //# sourceMappingURL=chunk-PNIXFZZH.js.map
206
+ //# sourceMappingURL=chunk-SCUGYF7R.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-PNIXFZZH.js";
4
+ } from "../chunk-SCUGYF7R.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-PNIXFZZH.js";
4
+ } from "../chunk-SCUGYF7R.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": "1.6.94",
3
+ "version": "1.6.95",
4
4
  "description": "Local-LLM-first agentic coding assistant",
5
5
  "type": "module",
6
6
  "bin": {
@@ -6,7 +6,7 @@ import {
6
6
  import {
7
7
  VERSION,
8
8
  createServer
9
- } from "./chunk-QIFXGM2L.js";
9
+ } from "./chunk-N5D6DGMN.js";
10
10
  import "./chunk-CHEVYEM4.js";
11
11
  import "./chunk-FVVLGR2G.js";
12
12
  import "./chunk-PQCFNTFJ.js";
@@ -190,4 +190,4 @@ async function runServe(options) {
190
190
  export {
191
191
  runServe
192
192
  };
193
- //# sourceMappingURL=serve-PSZFEXYU.js.map
193
+ //# sourceMappingURL=serve-SSLGFSLJ.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-QIFXGM2L.js";
4
+ } from "../chunk-N5D6DGMN.js";
5
5
  import "../chunk-CHEVYEM4.js";
6
6
  import "../chunk-FVVLGR2G.js";
7
7
  import "../chunk-PQCFNTFJ.js";