openfox 1.6.26 → 1.6.28

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.
@@ -154,7 +154,7 @@ async function runCli(options) {
154
154
  if (!configExists) {
155
155
  await runNetworkSetup(mode);
156
156
  }
157
- const { runServe } = await import("./serve-QWRXBHMW.js");
157
+ const { runServe } = await import("./serve-AMHSABQU.js");
158
158
  await runServe({
159
159
  mode,
160
160
  port: values.port ? parseInt(values.port) : void 0,
@@ -167,4 +167,4 @@ async function runCli(options) {
167
167
  export {
168
168
  runCli
169
169
  };
170
- //# sourceMappingURL=chunk-XC7FQ7ID.js.map
170
+ //# sourceMappingURL=chunk-HY4CXSV6.js.map
@@ -5479,7 +5479,7 @@ function createTerminalRoutes() {
5479
5479
  }
5480
5480
 
5481
5481
  // src/constants.ts
5482
- var VERSION = "1.6.26";
5482
+ var VERSION = "1.6.28";
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-MFN34JAX.js.map
6378
+ //# sourceMappingURL=chunk-N63PJ66P.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-XC7FQ7ID.js";
4
+ } from "../chunk-HY4CXSV6.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-XC7FQ7ID.js";
4
+ } from "../chunk-HY4CXSV6.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.26",
3
+ "version": "1.6.28",
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-MFN34JAX.js";
9
+ } from "./chunk-N63PJ66P.js";
10
10
  import "./chunk-AV45GQ7B.js";
11
11
  import "./chunk-BOEXJCOD.js";
12
12
  import "./chunk-4O3C2JMB.js";
@@ -188,4 +188,4 @@ async function runServe(options) {
188
188
  export {
189
189
  runServe
190
190
  };
191
- //# sourceMappingURL=serve-QWRXBHMW.js.map
191
+ //# sourceMappingURL=serve-AMHSABQU.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createServer,
3
3
  createServerHandle
4
- } from "../chunk-MFN34JAX.js";
4
+ } from "../chunk-N63PJ66P.js";
5
5
  import "../chunk-AV45GQ7B.js";
6
6
  import "../chunk-BOEXJCOD.js";
7
7
  import "../chunk-4O3C2JMB.js";