openfox 1.6.50 → 1.6.51

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.
@@ -5487,7 +5487,7 @@ function createTerminalRoutes() {
5487
5487
  }
5488
5488
 
5489
5489
  // src/constants.ts
5490
- var VERSION = "1.6.50";
5490
+ var VERSION = "1.6.51";
5491
5491
 
5492
5492
  // src/server/index.ts
5493
5493
  var __dirname2 = dirname5(fileURLToPath4(import.meta.url));
@@ -6383,4 +6383,4 @@ export {
6383
6383
  createServerHandle,
6384
6384
  createServer
6385
6385
  };
6386
- //# sourceMappingURL=chunk-VHYVIAYJ.js.map
6386
+ //# sourceMappingURL=chunk-6ZIAD3UH.js.map
@@ -179,7 +179,7 @@ async function runCli(options) {
179
179
  if (!configExists) {
180
180
  await runNetworkSetup(mode);
181
181
  }
182
- const { runServe } = await import("./serve-TS4EE3JV.js");
182
+ const { runServe } = await import("./serve-K56IPLYD.js");
183
183
  await runServe({
184
184
  mode,
185
185
  port: values.port ? parseInt(values.port) : void 0,
@@ -192,4 +192,4 @@ async function runCli(options) {
192
192
  export {
193
193
  runCli
194
194
  };
195
- //# sourceMappingURL=chunk-GFIBLQWL.js.map
195
+ //# sourceMappingURL=chunk-CAWG7OPR.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-GFIBLQWL.js";
4
+ } from "../chunk-CAWG7OPR.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-GFIBLQWL.js";
4
+ } from "../chunk-CAWG7OPR.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.50",
3
+ "version": "1.6.51",
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-VHYVIAYJ.js";
9
+ } from "./chunk-6ZIAD3UH.js";
10
10
  import "./chunk-ADNH6OIQ.js";
11
11
  import "./chunk-2IIJ6BX6.js";
12
12
  import "./chunk-LAUS4KUS.js";
@@ -188,4 +188,4 @@ async function runServe(options) {
188
188
  export {
189
189
  runServe
190
190
  };
191
- //# sourceMappingURL=serve-TS4EE3JV.js.map
191
+ //# sourceMappingURL=serve-K56IPLYD.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-VHYVIAYJ.js";
4
+ } from "../chunk-6ZIAD3UH.js";
5
5
  import "../chunk-ADNH6OIQ.js";
6
6
  import "../chunk-2IIJ6BX6.js";
7
7
  import "../chunk-LAUS4KUS.js";