openfox 1.6.40 → 1.6.41

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.
@@ -5479,7 +5479,7 @@ function createTerminalRoutes() {
5479
5479
  }
5480
5480
 
5481
5481
  // src/constants.ts
5482
- var VERSION = "1.6.40";
5482
+ var VERSION = "1.6.41";
5483
5483
 
5484
5484
  // src/server/index.ts
5485
5485
  var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
@@ -6375,4 +6375,4 @@ export {
6375
6375
  createServerHandle,
6376
6376
  createServer
6377
6377
  };
6378
- //# sourceMappingURL=chunk-FBB4JVTK.js.map
6378
+ //# sourceMappingURL=chunk-KYRCBDPU.js.map
@@ -174,7 +174,7 @@ async function runCli(options) {
174
174
  if (!configExists) {
175
175
  await runNetworkSetup(mode);
176
176
  }
177
- const { runServe } = await import("./serve-H4VVKZCI.js");
177
+ const { runServe } = await import("./serve-PT3WTJEB.js");
178
178
  await runServe({
179
179
  mode,
180
180
  port: values.port ? parseInt(values.port) : void 0,
@@ -187,4 +187,4 @@ async function runCli(options) {
187
187
  export {
188
188
  runCli
189
189
  };
190
- //# sourceMappingURL=chunk-JUFRVZMV.js.map
190
+ //# sourceMappingURL=chunk-VW5I25YS.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-JUFRVZMV.js";
4
+ } from "../chunk-VW5I25YS.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-PNBH3RAX.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-JUFRVZMV.js";
4
+ } from "../chunk-VW5I25YS.js";
5
5
  import {
6
6
  logger
7
7
  } from "../chunk-PNBH3RAX.js";
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openfox",
3
- "version": "1.6.40",
3
+ "version": "1.6.41",
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-FBB4JVTK.js";
9
+ } from "./chunk-KYRCBDPU.js";
10
10
  import "./chunk-BHSTSA7U.js";
11
11
  import "./chunk-VCVHYZZS.js";
12
12
  import "./chunk-QFOT3J6I.js";
@@ -188,4 +188,4 @@ async function runServe(options) {
188
188
  export {
189
189
  runServe
190
190
  };
191
- //# sourceMappingURL=serve-H4VVKZCI.js.map
191
+ //# sourceMappingURL=serve-PT3WTJEB.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-FBB4JVTK.js";
4
+ } from "../chunk-KYRCBDPU.js";
5
5
  import "../chunk-BHSTSA7U.js";
6
6
  import "../chunk-VCVHYZZS.js";
7
7
  import "../chunk-QFOT3J6I.js";